camaleon_cms 2.6.2 → 2.6.3

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: 674a4a08907f5e67e0e219acb71bc25fe89ba4df2ffaa7848b44ec9827340fcb
4
- data.tar.gz: 5b92e1f397119b83305d6abd41c2f5b341d57f99692d341c9ed10026f397c997
3
+ metadata.gz: c2455b38bef02ec1822d68475383cf42d9bcc7caa4ff59d0cdc41acc9cf13f68
4
+ data.tar.gz: ac86043829ae6f11fa04707ef50b466ee6f8837dd0fc5a4df655aceb95a9c6ff
5
5
  SHA512:
6
- metadata.gz: e6b006dd1487274f1da729f02e6646f51317ac876a03e9143a6d39d30553180db8338b2ca031294d1d1f590bd41f92367f44a7e063e8761022d23c67576ae54b
7
- data.tar.gz: ce03bbe689d2d2e9c6b98079508c64975cbefe8486c0a4e67845cde9c467f3e8a6819955b78305abc6741102d70c0c9b3aa5abe9113868ee359e029fd22543bc
6
+ metadata.gz: 5313cbd2c8cf772a57654680b93a787c7646a458f0916825e8d771bd4558764cda36f17e7b0a3ac9484364413484062c6616f3d0c266352a876ae763f34dda06
7
+ data.tar.gz: dc2359350523feca69221f6218ef8b53871c8f8e504298b0c7c17327d0709a0852c081c20fef56c064ec2a87bb3e9baa1a755c45f7c2ed24639711fd26b7411a
data/README.md CHANGED
@@ -153,8 +153,8 @@ http://camaleon.tuzitio.com/store/plugins
153
153
 
154
154
  ## Sample App / Demonstration
155
155
  * [Camaleon Server (current version)](http://camaleon.tuzitio.com/plugins/demo_manage/)
156
- * [Sample App](https://github.com/owen2345/Camaleon-CMS-Sample)
157
- * [Deploy Sample App in Heroku](https://heroku.com/deploy?template=https://github.com/owen2345/Camaleon-CMS-Sample)
156
+ * [Sample App](https://github.com/brian-kephart/Camaleon-CMS-Sample)
157
+ * [Deploy Sample App in Heroku](https://heroku.com/deploy?template=https://github.com/brian-kephart/Camaleon-CMS-Sample)
158
158
 
159
159
  ## Support
160
160
  If you have problems, please enter an issue [here.](https://github.com/owen2345/camaleon-cms/issues)
@@ -1,3 +1,3 @@
1
1
  module CamaleonCms
2
- VERSION = '2.6.2'
2
+ VERSION = '2.6.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camaleon_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.2
4
+ version: 2.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen Peredo Diaz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-22 00:00:00.000000000 Z
11
+ date: 2022-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bcrypt
@@ -711,11 +711,11 @@ files:
711
711
  - app/assets/stylesheets/camaleon_cms/admin/uploader/uploader_manifest.css
712
712
  - app/assets/stylesheets/camaleon_cms/admin/widgets.css.scss
713
713
  - app/assets/stylesheets/camaleon_cms/bootstrap.min.css
714
- - app/assets/stylesheets/camaleon_cms/fonts/glyphicons-halflings-regular.eot
715
- - app/assets/stylesheets/camaleon_cms/fonts/glyphicons-halflings-regular.svg
716
- - app/assets/stylesheets/camaleon_cms/fonts/glyphicons-halflings-regular.ttf
717
- - app/assets/stylesheets/camaleon_cms/fonts/glyphicons-halflings-regular.woff
718
- - app/assets/stylesheets/camaleon_cms/fonts/glyphicons-halflings-regular.woff2
714
+ - app/assets/stylesheets/fonts/glyphicons-halflings-regular.eot
715
+ - app/assets/stylesheets/fonts/glyphicons-halflings-regular.svg
716
+ - app/assets/stylesheets/fonts/glyphicons-halflings-regular.ttf
717
+ - app/assets/stylesheets/fonts/glyphicons-halflings-regular.woff
718
+ - app/assets/stylesheets/fonts/glyphicons-halflings-regular.woff2
719
719
  - app/controllers/camaleon_cms/admin/appearances/nav_menus_controller.rb
720
720
  - app/controllers/camaleon_cms/admin/appearances/themes_controller.rb
721
721
  - app/controllers/camaleon_cms/admin/appearances/widgets/assign_controller.rb