phcdevworks_press 7.1.8 → 7.1.9

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: b9f2c78882e2cbc3717fdb906958e55cc92d051bc24cd409fcda85e7ea5bb714
4
- data.tar.gz: 7ce0dd215e9d5c0f531ce385a0e769f015891d01314e59b3165e030fe953991a
3
+ metadata.gz: 26501db59a8475bbc5e55f97e4bc9cc6017ab3bb7e66d44699241201c0e53652
4
+ data.tar.gz: ff3b88d4ec2da3e443ceb8067cc2afc23b8ec346c19a3f09d2b98478288d9856
5
5
  SHA512:
6
- metadata.gz: 872b80bdd211da18fb55fe9cdf70df36f301aa48766c79620d916c88609f3b43ebb16aa06982c58b142c61990b486235f01f4e992e575f134fcb023bf87fba1e
7
- data.tar.gz: b92d69d49208fa76c3e6c0314736d6bf9545291482d3de2c790593a0f8a37acbb741ca37809487966ed7a0f9290cf58b76783e2ac21b95d378f60a7cdc4bf856
6
+ metadata.gz: 025ebcae717f624c856dd68c8dd2c804694626cd2118d7cf0eec1f83135b850024103b66033f97bd42d3f2f28e755a97a90bd147f3444cc6b5598d832f0d8fd4
7
+ data.tar.gz: 7fbfd13ab483761d7360bba7369956aa315963a8dbf72405ed53751528755deccb2665e61222c2572218efe07e2fb01408a8da4b29e89b5099707c30fee554d5
@@ -75,7 +75,7 @@ module PhcdevworksPress
75
75
 
76
76
  # Whitelist
77
77
  def list_post_params
78
- params.require(:list_post).permit(:list_post_title, :list_post_text, :list_post_status, :slug, :optimization_id, :org_id, :user_id, category_ids: [])
78
+ params.require(:list_post).permit(:list_post_title, :list_post_text, :list_post_status, :list_post_image, :slug, :optimization_id, :org_id, :user_id, category_ids: [])
79
79
  end
80
80
 
81
81
  end
@@ -75,7 +75,7 @@ module PhcdevworksPress
75
75
 
76
76
  # Whitelist
77
77
  def review_post_params
78
- params.require(:review_post).permit(:review_post_title, :review_post_text, :review_post_status, :review_post_rating, :slug, :optimization_id, :org_id, :user_id, category_ids: [])
78
+ params.require(:review_post).permit(:review_post_title, :review_post_text, :review_post_status, :review_post_rating, :review_post_image, :slug, :optimization_id, :org_id, :user_id, category_ids: [])
79
79
  end
80
80
 
81
81
  end
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksPress
2
- VERSION = "7.1.8"
2
+ VERSION = "7.1.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_press
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.8
4
+ version: 7.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-03 00:00:00.000000000 Z
11
+ date: 2020-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails