phcpresspro 7.0.1 → 7.0.2

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: 586c5f4f33db8dab08e40849249ecae97da91d69
4
- data.tar.gz: b5679ee4274801eaaa9d2f6035d0ef154def026b
3
+ metadata.gz: d67c285eda87b9b6773f22293ccde7cf8a50eace
4
+ data.tar.gz: cfb3dfa5c549a35b2e1f8c155fb1e537083279b0
5
5
  SHA512:
6
- metadata.gz: df9362d3001142155d0936937cdc8a4a43d3dc229b5916785e582760023a37b1a60bbe198d5aee67e374255bb91adf9c74b9ff30702b8845bb5644c68d06b34b
7
- data.tar.gz: 3fdb9ab0a30378b5d8e275991a5f1fd76a06afe492ccb41eb7e477138c4d19e128fd1f8de0d6114bf7cefb797640657b5d6c6e3e35084e1dabf8f9700ab2d55f
6
+ metadata.gz: 7cb4c3e78bcf229ae93f4ffc2c5830003a7dd921100a4700909c5d2e8bae60a9d90e8789532ae9f25e8ced30e4bcbd7b4676a57662ecd275f2a2027fabb03811
7
+ data.tar.gz: e9ba8755443299f174660c04c4ae583d06ed516f06c0d27d056cc0335ee64d150f084a6eaff70da891a931570ec600417eed9133cadc396d65ee387f0739cafd
@@ -60,7 +60,7 @@
60
60
  </div>
61
61
  <div class="form-group">
62
62
  <%= f.label :psttext, "News Post Text" %>
63
- <%= f.text_area :psttext, :class => "tinymce form-control", :rows => 40, :cols => 120 %>
63
+ <%= f.text_area :psttext, :class => "tinymce form-control", :rows => 40, :cols => 60 %>
64
64
  </div>
65
65
  </div>
66
66
 
@@ -0,0 +1,6 @@
1
+ toolbar:
2
+ - styleselect | bold italic | undo redo
3
+ - image | link
4
+ plugins:
5
+ - image
6
+ - link
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "7.0.1"
2
+ VERSION = "7.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.1
4
+ version: 7.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -674,6 +674,7 @@ files:
674
674
  - app/views/phcpresspro/modules/connections/new.html.erb
675
675
  - app/views/phcpresspro/modules/connections/show.html.erb
676
676
  - config/routes.rb
677
+ - config/tinymce.yml
677
678
  - db/migrate/20160716182936_create_phcpresspro_modules_categories.rb
678
679
  - db/migrate/20160718204718_create_phcpresspro_articles_posts.rb
679
680
  - db/migrate/20160719221205_create_phcpresspro_modules_connections.rb