phcpress 6.6.6 → 6.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b22909487263247e80e6ac380d5b55cedfadb56e
4
- data.tar.gz: b90b813c6323e39d0c90646818c5a1cb66afbb98
3
+ metadata.gz: fdb77d4905ce0307d7cd9da06b8d6b00cd13d301
4
+ data.tar.gz: c7170ed33e4b6f6320e8dbbb01e4b8af206473f1
5
5
  SHA512:
6
- metadata.gz: 35e22b560cab525326916ef8fd32f084ad50c511d4003aab327aab98164d2a458f8ed75a11b769573c8c62ef8f932f12af9422c318c463786eb19e9562f0285b
7
- data.tar.gz: a0a9ed1215553a0916ce24f240dd7e83f81d4b5a7dcc20af70d3aff15c2c495f47b006a9081869b8b173f7734a8ba74e54743d491de24a02d40e3f627285bf15
6
+ metadata.gz: 8cee0c775eadae0c1efcb102c5be9e91267ca205521bfacb8c969009bcab6895e49e88fde4ec9487d04130c2ea68c79ac7f9048f27b81ac502e87d4ef0518ee2
7
+ data.tar.gz: 03ec2b42cd17d376596c8430436f8066663fcd73cb6f9991ad18262fcab93fb5349662da24a6c0ad9fd5d010c4b61c80978f2ba24dc8d9cb8a8a7c8e871b463f
data/README.md CHANGED
@@ -13,7 +13,7 @@ PHCPress(6) rails CMS engine to manage your website's articles, categories and m
13
13
 
14
14
  #### Step 1 - Add PHCPress to your gemfile and run command
15
15
 
16
- gem 'phcpress', '~> 6.6'
16
+ gem 'phcpress', '~> 6.7'
17
17
  bundle install
18
18
 
19
19
  #### Step 2 - Copy PHCPress Database Tables
@@ -0,0 +1,5 @@
1
+ toolbar:
2
+ - styleselect | bold italic | undo redo | image | link
3
+ plugins:
4
+ - image
5
+ - link
@@ -1,3 +1,3 @@
1
1
  module Phcpress
2
- VERSION = "6.6.6"
2
+ VERSION = "6.7.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.6.6
4
+ version: 6.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -603,6 +603,7 @@ files:
603
603
  - app/views/phcpress/modules/connections/new.html.erb
604
604
  - app/views/phcpress/modules/connections/show.html.erb
605
605
  - config/routes.rb
606
+ - config/tinymce.yml
606
607
  - db/migrate/20160716182848_create_phcpress_modules_categories.rb
607
608
  - db/migrate/20160720181307_create_phcpress_articles_posts.rb
608
609
  - db/migrate/20160720235314_create_phcpress_modules_connections.rb