phcpresspro 4.2.9 → 4.2.10

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: 23be1785b13a7d8efe657ceebca979832a64ae71
4
- data.tar.gz: 97967edefe763dab38eb335d77fb5c85ac70be7b
3
+ metadata.gz: 6974153ebae2c5f3769246c183fd5c40f4792306
4
+ data.tar.gz: c08e634b6db3fd0b2284394d58500a8b452b3c04
5
5
  SHA512:
6
- metadata.gz: ae4998eb58ad61b489ca733d58f778fb355e58200accdd9ba6dcdd6da4efbb2646729dc030bf484c5e29779d2644352e4d9175870a217c96315a383f2deb173d
7
- data.tar.gz: 70aa7bdb6926d2a6919209d29c8e276476dedd59087fb97f904310e8b4c0ed999aaa59410bc41e519cb14abe52c673ed551d566e869ddb1c5821d4c4ad71574f
6
+ metadata.gz: 298ccc8cf18b1c08c82e94600c63b6541c87f739fb645bf81b5fa9888dbd58b0c1a7cb33c666f841577525c4d3370cb78be0d566ce53c1d6c8b60a6b37a1ed58
7
+ data.tar.gz: 66ccf98861c231f910b9e463c242db5d6781527394495496f8734ba82ff20c5158eb204c78f840c6a71c38d6a1448f1e3f0784e290563d8b51530006711b23b3
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
 
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title><%= content_for?(:title) ? yield(:title) : "PHCPress - Dashboard" %></title>
6
+ <title><%= content_for?(:title) ? yield(:title) : "PHCPress(Pro) - Web Content Manager" %></title>
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
8
- <link rel="canonical" href="https://phcmembers.com">
8
+ <link rel="canonical" href="https://phcnetworks.net">
9
9
 
10
10
  <!-- Font -->
11
11
  <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
@@ -20,7 +20,7 @@
20
20
  <%= csrf_meta_tags %>
21
21
 
22
22
  </head>
23
- <body class="page-header-fixed page-sidebar-closed-hide-logo page-content-white">
23
+ <body class="page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid page-content-white">
24
24
  <!-- START TOP BAR HEADER -->
25
25
  <div class="page-header navbar navbar-fixed-top">
26
26
  <%= render 'layouts/components/backend/header/header_system' %>
@@ -48,7 +48,7 @@
48
48
  <!-- END MAIN CONTAINER -->
49
49
  <!-- START FOOTER -->
50
50
  <div class="page-footer">
51
- <div class="page-footer-inner"> 2016 &copy; PHCPress(PRO)
51
+ <div class="page-footer-inner"> &copy; 2012-<%= Time.now.year %> - v4.2.10 - JUN-23-<%= Date.today.year %> - PHCPress(Pro)
52
52
  <a href="https://www.phcnetworks.net" title="PHCPress(Pro) by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
53
53
  </div>
54
54
  <div class="scroll-to-top">
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
 
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title><%= content_for?(:title) ? yield(:title) : "PHCPress - Dashboard" %></title>
6
+ <title><%= content_for?(:title) ? yield(:title) : "PHCPress(Pro) - Articles Manager" %></title>
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
8
- <link rel="canonical" href="https://phcmembers.com">
8
+ <link rel="canonical" href="https://phcnetworks.net">
9
9
 
10
10
  <!-- Font -->
11
11
  <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
@@ -20,7 +20,7 @@
20
20
  <%= csrf_meta_tags %>
21
21
 
22
22
  </head>
23
- <body class="page-header-fixed page-sidebar-closed-hide-logo page-content-white">
23
+ <body class="page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid page-content-white">
24
24
  <!-- START TOP BAR HEADER -->
25
25
  <div class="page-header navbar navbar-fixed-top">
26
26
  <%= render 'layouts/components/backend/header/header_system' %>
@@ -48,7 +48,7 @@
48
48
  <!-- END MAIN CONTAINER -->
49
49
  <!-- START FOOTER -->
50
50
  <div class="page-footer">
51
- <div class="page-footer-inner"> 2016 &copy; PHCPress(PRO)
51
+ <div class="page-footer-inner"> &copy; 2012-<%= Time.now.year %> - v4.2.10 - JUN-23-<%= Date.today.year %> - PHCPress(Pro)
52
52
  <a href="https://www.phcnetworks.net" title="PHCPress(Pro) by PHCNETWORKS" target="_blank"> by PHCNetworks</a>
53
53
  </div>
54
54
  <div class="scroll-to-top">
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "4.2.9"
2
+ VERSION = "4.2.10"
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: 4.2.9
4
+ version: 4.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -554,7 +554,7 @@ files:
554
554
  - app/models/phcpresspro/modules/connection.rb
555
555
  - app/uploaders/phcpresspro/pstimage_uploader.rb
556
556
  - app/views/layouts/phcpresspro/application.html.erb
557
- - app/views/layouts/phcpresspro/backend/blog_layout.html.erb
557
+ - app/views/layouts/phcpresspro/backend/articles_layout.html.erb
558
558
  - app/views/layouts/phcpresspro/frontend/news_layout.html.erb
559
559
  - app/views/phcpresspro/articles/posts/_form.html.erb
560
560
  - app/views/phcpresspro/articles/posts/edit.html.erb