phcpresspro 40.1.0 → 41.0.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
  SHA256:
3
- metadata.gz: af0d9d2a9156bbecd57f2945ec7e1aac4a3bb4e522087d92d66091672338c55e
4
- data.tar.gz: a01298c28a4da06545264c9e6da0fe4bb06b793542ed3dbf8c168fe95033cf38
3
+ metadata.gz: 70590fd7720a867c5508d359d7fb01747f145e8058f268edf0d8c35f0e082458
4
+ data.tar.gz: 7428f299791f74ee27ab414683626fb710a30044b4af9f99cb61b37450b15e98
5
5
  SHA512:
6
- metadata.gz: 2e1e19c5e54e0949d22103416699008a2501bddb7c424da6db2920b5f3a1f191180507d97c76bce90b9e7c9fbf21751a381d77465abcc476d972ddb17e880048
7
- data.tar.gz: 7e7d45347de02093cff0500a444ca2361e5ee457149f6db7473c69fcbf90075c02962be4e593f11d60ecc4be0227ec540c16a4eb927bcd3fc5a6158181e4d3cb
6
+ metadata.gz: 8114ea2902396abac9a4c506de17d5c0d619c9352cb01a84103cc26e8522e49ff8bcd7dc649bf056fe7b5f636a1390353f48faed54b1009a9bf4a4807b159c40
7
+ data.tar.gz: 7f98c1717e6252d821f8c739095c8b547f1e4c9823167809d5ae818aafee2a61e6318cf1c3131af419cf7b19c8cfa1cb9170527c8714c9f62c08060594f05482
data/README.md CHANGED
@@ -10,7 +10,7 @@ PHCPress(PRO) rails CMS engine to manage your website's articles, categories and
10
10
 
11
11
  #### Step 1 - Add PHCPress to your gemfile and run command
12
12
 
13
- gem 'phcpresspro', '~> 40.1'
13
+ gem 'phcpresspro', '~> 41.0'
14
14
  bundle install
15
15
 
16
16
  #### Step 2 - Copy PHCPress Database Tables
@@ -1,4 +1,4 @@
1
- class CreatePhcpressproModulesCategories < ActiveRecord::Migration[5.1]
1
+ class CreatePhcpressproModulesCategories < ActiveRecord::Migration[5.2]
2
2
  def change
3
3
  create_table :phcpresspro_modules_categories do |t|
4
4
 
@@ -1,4 +1,4 @@
1
- class CreatePhcpressproArticlePosts < ActiveRecord::Migration[5.1]
1
+ class CreatePhcpressproArticlePosts < ActiveRecord::Migration[5.2]
2
2
  def change
3
3
  create_table :phcpresspro_article_posts do |t|
4
4
 
@@ -1,4 +1,4 @@
1
- class CreatePhcpressproModulesConnections < ActiveRecord::Migration[5.1]
1
+ class CreatePhcpressproModulesConnections < ActiveRecord::Migration[5.2]
2
2
  def change
3
3
  create_table :phcpresspro_modules_connections do |t|
4
4
 
@@ -1,4 +1,4 @@
1
- class CreatePhcpressproFriendlyIdSlugs < ActiveRecord::Migration[5.1]
1
+ class CreatePhcpressproFriendlyIdSlugs < ActiveRecord::Migration[5.2]
2
2
  def change
3
3
 
4
4
  create_table :phcpresspro_friendly_id_slugs do |t|
@@ -1,4 +1,4 @@
1
- class CreatePhcpressproPostVersions < ActiveRecord::Migration[5.1]
1
+ class CreatePhcpressproPostVersions < ActiveRecord::Migration[5.2]
2
2
  TEXT_BYTES = 1_073_741_823
3
3
  def change
4
4
 
@@ -1,4 +1,4 @@
1
- class CreatePhcpressproConnectionVersions < ActiveRecord::Migration[5.1]
1
+ class CreatePhcpressproConnectionVersions < ActiveRecord::Migration[5.2]
2
2
  TEXT_BYTES = 1_073_741_823
3
3
  def change
4
4
 
@@ -1,4 +1,4 @@
1
- class CreatePhcpressproCategoryVersions < ActiveRecord::Migration[5.1]
1
+ class CreatePhcpressproCategoryVersions < ActiveRecord::Migration[5.2]
2
2
  TEXT_BYTES = 1_073_741_823
3
3
  def change
4
4
 
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "40.1.0"
2
+ VERSION = "41.0.0"
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: 40.1.0
4
+ version: 41.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts