phcpresspro 74.0.0 → 75.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: 047eb4fc3ba851b0b7f31dbb847b93b82ff07cb43d23df2389c51aee7b12f0cb
4
- data.tar.gz: 8ec87c356f870a9faa6573f20d30e48fe4ed93f743e0c1fab4e9fc3a6d1f1557
3
+ metadata.gz: a684c99ef0c19370710355247be9942854570133f79ffafe76944de988c9a45d
4
+ data.tar.gz: b6dc46734d470898ca7d0dde8cac7fc1270b9bca681ba902cbc8aa45f38c429d
5
5
  SHA512:
6
- metadata.gz: b1f82911da14a05ea3792f0730f66b69029cd489369389494f7e8e4cf5a214c21c277a13bd2bc134ae154a861d2a6b10c14fe6b20104fb0b106460dda603712d
7
- data.tar.gz: 32e0b6771b38f540dcf93a73e67bf8762c6d48f2dfc0a34704e837eae4c271fb6d7233e1e62504548ea110288137fbbfc60c8db2aa09258346d2ec655a8a1d7d
6
+ metadata.gz: 42eca72d01bcc3929bcf9f1ebf4a75f6f11e0ad6ea72d8928cf6cee8333ccfd9f33bc3c9e580503e2696e5355a8ebc44a172866d8a164123d568d03750c135c0
7
+ data.tar.gz: 8eb4dc7ffd3c64509ca2d9b8b1bc78ce4accb2de747e33b6932e2478e1c67a829668f65d9d7f4348e372e8607493cac46c15ba76cdc995a69ea34d7082bc5add
@@ -3,8 +3,9 @@ require_dependency "phcpresspro/application_controller"
3
3
  module Phcpresspro
4
4
  class Website::PagesController < ApplicationController
5
5
 
6
- # Security & Action Filters
6
+ # Security, Layouts & Action Filters
7
7
  before_action :set_website_page, only: [:show]
8
+ layout 'phcpresspro/frontend'
8
9
 
9
10
  # Index for All Published Posts
10
11
  def post_index
File without changes
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "74.0.0"
2
+ VERSION = "75.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: 74.0.0
4
+ version: 75.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -681,6 +681,7 @@ files:
681
681
  - app/views/layouts/phcpresspro/components/backend/footer/_footer.html.erb
682
682
  - app/views/layouts/phcpresspro/components/backend/navigation/_top_menu.html.erb
683
683
  - app/views/layouts/phcpresspro/components/backend/sidebars/_side_menu.html.erb
684
+ - app/views/layouts/phcpresspro/frontend.html.erb
684
685
  - app/views/phcpresspro/article/categories/_form.html.erb
685
686
  - app/views/phcpresspro/article/categories/edit.html.erb
686
687
  - app/views/phcpresspro/article/categories/index.html.erb