camaleon_cms 2.4.5.11 → 2.4.5.12

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of camaleon_cms might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf6c68f234217f7a24a857f4c1dfdde2f7813a62068563a29ac1a6b5cde79ad6
4
- data.tar.gz: 5e79c09df3af9b2d544f894b0f825344841fec6c2505b7ba99782001ce69d4ab
3
+ metadata.gz: 6c9811e1a8050a17faee2aa9995c360b0284bd29b6e19ad97f4a180739cf65c5
4
+ data.tar.gz: 1b5357b6545f9ae62005a459a2971f1a54e77feee2a7efe646246628c75b49ac
5
5
  SHA512:
6
- metadata.gz: b8d94d331b39e272c80a20a1287e1411c976661c62837b4c1a4eb5ea85695eaa4057a48939a57d91c79cb4329f899068b34ccd985842f58755dcd40005729450
7
- data.tar.gz: 0252adb11ee58e58107324be7e58dffa7347f02e967d40e01b38b673f950670f19a04dea14fd99f2baaecee4c002295728f0773490e218270ade33186fed103a
6
+ metadata.gz: d9739a0f4233eb238fd1cd718b543a8e8345ed19551bf405229ef7eee14e5b1c4eb2c2f4c6e20a4e1d04e21c7dce3caaf281729f24d2ec67d2a24aee78924397
7
+ data.tar.gz: 224db68cdc2cba9d51f5471df1236cd33955ed8ebe8887929b985b0941efa8617747e5455b9def7073a400a622799ee2dc2da85c9696d94e824d7fe1c9f119cd
@@ -236,6 +236,7 @@ function cama_init_post(obj) {
236
236
  return false;
237
237
  });
238
238
 
239
+ /* Disabled until fix to reload only category fields and not all
239
240
  $form.on("change", ".list-categories input", function () {
240
241
  showLoading();
241
242
  $.get(
@@ -249,6 +250,7 @@ function cama_init_post(obj) {
249
250
  hideLoading();
250
251
  });
251
252
  });
253
+ */
252
254
 
253
255
  // sidebar toggle
254
256
  //$("#admin_content #post_right_bar-toggle").on("click", function () {
@@ -91,7 +91,7 @@
91
91
  <%# end %>
92
92
  </optgroup -->
93
93
  <option value="_post_simple" >Select Post Simple</option>
94
- <option value="_category_simple" >Select Category Posts Simple</option>
94
+ <!--option value="_category_simple" >Select Category Posts Simple</--option Disabled until fix -->
95
95
  </select>
96
96
 
97
97
  <!-- select post -->
@@ -1,3 +1,3 @@
1
1
  module CamaleonCms
2
- VERSION = '2.4.5.11'
2
+ VERSION = '2.4.5.12'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camaleon_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.5.11
4
+ version: 2.4.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen Peredo Diaz