phcpresspro 15.3.0 → 15.4.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: 5359063c972e297d2be31bce0516790fa29a88be
4
- data.tar.gz: 60cbc0ea1f74ebadc4536e071c757c3d89a72fe4
3
+ metadata.gz: 549622fb51c7342e420e3cab86923eceb537962f
4
+ data.tar.gz: 40e427258f53d6dd4e75951f138bf431af377b90
5
5
  SHA512:
6
- metadata.gz: 2c9ced74f446732feccf940d140a17b7fdee56ffcf3de10de7454cf3c5555049adda82736e873700d67494dd52b41f4290138304c68c27f706aee25ea15713b9
7
- data.tar.gz: 68b7fa8a82ed98a982a460deec2976e7866e3835c7811034539f7f2830c5c497c93c45635e4854ecd8ac52122bdec81a8c84bb17255fc4c9dab143038142c99b
6
+ metadata.gz: 8bb9e95c5164ec3bca5f4239378a2872b28b4f1f1dc450837665b2a2d1eb656da116b35deced535a87b785d5bb9f3d48ae585d4329b4083bd665b9309aba20b5
7
+ data.tar.gz: 61e8ec829e7144aee32b51a82a9188d668d6b6431542933574d8eecbc6c981dcd557a80562c5f64355c0060cf140da0bb4b3e861b8a59c1007711f35119c7d49
@@ -4,5 +4,5 @@
4
4
  <% end %>
5
5
  </div>
6
6
  <div>
7
- &copy; 2012-<%= Time.now.year %> - v15.2.0 - RELEASED - JUN-10-<%= Date.today.year %>
7
+ &copy; 2012-<%= Time.now.year %> - v15.4.0 - RELEASED - JUN-10-<%= Date.today.year %>
8
8
  </div>
@@ -22,15 +22,15 @@
22
22
  </li>
23
23
 
24
24
  <% if defined?(phcpresspro) %>
25
- <li class="<%= is_active_controller('phcpresspro/articles/posts') %> <%= is_active_controller('phcpresspro/modules/categories') %>">
25
+ <li class="<%= is_active_controller('phcpresspro/article/posts') %> <%= is_active_controller('phcpresspro/modules/categories') %>">
26
26
  <%= link_to '#' do %>
27
27
  <i class="fa fa-newspaper-o"></i>
28
28
  <span class="nav-label">News Posts</span>
29
29
  <span class="fa arrow"></span>
30
30
  <% end %>
31
31
  <ul class="nav nav-second-level collapse">
32
- <li class="<%= is_active_controller('phcpresspro/articles/posts') %>"><%= link_to "All Posts", phcpresspro.articles_posts_path %></li>
33
- <li class="<%= is_active_controller('phcpresspro/articles/posts#new') %>"><%= link_to "Add New", phcpresspro.new_articles_post_path %></li>
32
+ <li class="<%= is_active_controller('phcpresspro/article/posts') %>"><%= link_to "All Posts", phcpresspro.article_posts_path %></li>
33
+ <li class="<%= is_active_controller('phcpresspro/article/posts#new') %>"><%= link_to "Add New", phcpresspro.new_article_post_path %></li>
34
34
  <li class="<%= is_active_controller('phcpresspro/modules/categories') %>"><%= link_to "Categories", phcpresspro.modules_categories_path %></li>
35
35
  </ul>
36
36
  </li>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "15.3.0"
2
+ VERSION = "15.4.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: 15.3.0
4
+ version: 15.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts