phcpresspro 6.5.3 → 6.6.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: 826d79207df41c85a15e6bb4594ea6f99e544cb5
4
- data.tar.gz: 97420f93dc182940e3de5e2b9667b2af44cf3adb
3
+ metadata.gz: 9b96b8e13ad3772b08b016aea4acddc8ce8bfd74
4
+ data.tar.gz: 49ff4203fe8ecf47cb1cc4b603f64abc099dee26
5
5
  SHA512:
6
- metadata.gz: ddb4bc9492d3d45be73d338447653a3347c4313ebb1fc5ca799f9ced35e9c255e38a7afa6a6ca23591d3dedcc29d8ff82c94890e58bfd81ed9b6bfe8de65f932
7
- data.tar.gz: 10183da06c9473ba903815feea243e35960e17b72ffbdc46f05f424919b9331978ff878a9cf767c00c194bc82cadbb5117f309c1da4c3499fa7777ce324ccf80
6
+ metadata.gz: 59291e1bb6a6d3f6e8e7b52c821b618c72bf02508a40b3b84730d44d55cd6cf0205ff0ef854599b365e43ce39a16dcaeb79a6b53d4734502ba65ecc5bae6c2bd
7
+ data.tar.gz: 6aa67bf9c5f31174f513f52c037717619e39370d049908bbc6307a8171e42ff1e7d2103bd08af75af43b5e8a94f0ae1d844011d24ad780fff95088d9d1d3bf53
@@ -1,7 +1,7 @@
1
1
  module Phcpresspro
2
2
  class ApplicationController < ActionController::Base
3
3
 
4
- # Load Helpers for Widgets
4
+ # Load Helpers for PHCPress Widgets
5
5
  before_action :phcpress_recent_posts
6
6
 
7
7
  # Security Filters
@@ -36,7 +36,7 @@ module Phcpresspro
36
36
  helper Phcnotifi::Engine.helpers
37
37
  helper Phcaccountspro::Engine.helpers
38
38
 
39
- # Widgets
39
+ # PHCPress Widget Helpers
40
40
  def phcpress_recent_posts
41
41
  @recent_posts = Articles::Post.all
42
42
  end
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "6.5.3"
2
+ VERSION = "6.6.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: 6.5.3
4
+ version: 6.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts