phcmemberspro 14.6.1 → 14.6.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: d21238d0ed4de1a3a978b137802a83eb0418085a
4
- data.tar.gz: e62d506c8ac57947ac2c6d49745afcccbd42f4fc
3
+ metadata.gz: 7b65fd64332493c43cfce324ac0347ce4b3cbfa6
4
+ data.tar.gz: 3596a354fc5e81d1bc8cc1d8eabe02594facf2de
5
5
  SHA512:
6
- metadata.gz: 5a3086786b19927eafa585b5b1aca8031ea210954aedcbee8b859f692c7a8bbb21c7fbaefd8184f83a829b2c25442cbe5f2d9cae5f3ef22c7ccfed5775dbc1eb
7
- data.tar.gz: 853b252cefc35acdab0ea94a581a61d5710bd65730ad3bb2dee9cc69375a8b3acb6d61de29a54fc3420aa9810b8af3a95db3a0aa0485f65197b9b44b960b07c4
6
+ metadata.gz: ed5b0c3c902f75807d0744f0b6e376bea41216e6914bb8e6b26514f9b2211fc1cc2e46cad5cdb5df44e0150362b05cf0282605abe1fb21cf62442eac35a6e902
7
+ data.tar.gz: 53c61398ea9affe9a8ae1ffda3dd5b931755e4b8aca3663dd7df4aabd51f91d5442b6b4bf18a1143c77583b4b277e8b4a16ffc2e8abf2563cce0a54000ac346f
@@ -1,9 +1,6 @@
1
1
  module Phcmemberspro
2
2
  class ApplicationController < ActionController::Base
3
-
4
- # Load Helpers for PHCPress Widgets
5
- before_action :phcpress_recent_posts
6
-
3
+
7
4
  # Security Filters
8
5
  protect_from_forgery with: :exception
9
6
 
@@ -45,11 +42,6 @@ module Phcmemberspro
45
42
  helper Phctitleseo::Engine.helpers
46
43
  helper Phcnotifi::Engine.helpers
47
44
  helper Phcaccountspro::Engine.helpers
48
-
49
- # PHCPress Widget Helpers
50
- def phcpress_recent_posts
51
- @recent_posts = Articles::Post.all
52
- end
53
-
45
+
54
46
  end
55
47
  end
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "14.6.1"
2
+ VERSION = "14.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.6.1
4
+ version: 14.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts