phcpresspro 15.1.0 → 15.2.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: f3ed236239a699afa4b14ac421e9a50801dbee87
4
- data.tar.gz: 77e4f7c9009beb6dcb2d2ec9566874a084f46da6
3
+ metadata.gz: a564625b6b73bfd0ab095ccf563763b29a496938
4
+ data.tar.gz: '0989b79c6b13750f0d7347a8c909fbe9771ae866'
5
5
  SHA512:
6
- metadata.gz: 78d30004fe5f65fa8ad0e38565bc8cb0b214b04770b79e0bdc68dd412504941468f99826dce010ee490fad4bad828f0fbef2845330d410cbf5e2d603651ebcb9
7
- data.tar.gz: ddeee02a219df8cdbc544b3a17f976eeb0e961a036a6bd81b83ea6e8c7cf50999146ed0dcb6673d40823ea7693f34207edb81ed0943b25aacbd298ef196047cb
6
+ metadata.gz: acc5b072430b665d605d945a467fdd37b9685181adbe511d8d04b1f649d689dc08c84d6c8bc575e7451d2dca161cfe48c9ea5078e7501725276b7a0243501477
7
+ data.tar.gz: 8954cc4bcf82b6002610d6620edabc472d38c247c9f26b30489a912ede5a79b14bed932ce17091b9d55002bcc906ea6fb5b916f1d9f992aca08698036fbb4a0e
@@ -4,5 +4,5 @@
4
4
  <% end %>
5
5
  </div>
6
6
  <div>
7
- &copy; 2012-<%= Time.now.year %> - v15.1.0 - RELEASED - JUN-10-<%= Date.today.year %>
7
+ &copy; 2012-<%= Time.now.year %> - v15.2.0 - RELEASED - JUN-10-<%= Date.today.year %>
8
8
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "15.1.0"
2
+ VERSION = "15.2.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.1.0
4
+ version: 15.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -724,11 +724,11 @@ files:
724
724
  - app/views/layouts/phcpresspro/frontend.html.erb
725
725
  - app/views/phcpresspro/api/v1/categories/index.json.rabl
726
726
  - app/views/phcpresspro/api/v1/posts/index.json.rabl
727
- - app/views/phcpresspro/articles/posts/_form.html.erb
728
- - app/views/phcpresspro/articles/posts/edit.html.erb
729
- - app/views/phcpresspro/articles/posts/index.html.erb
730
- - app/views/phcpresspro/articles/posts/new.html.erb
731
- - app/views/phcpresspro/articles/posts/show.html.erb
727
+ - app/views/phcpresspro/article/posts/_form.html.erb
728
+ - app/views/phcpresspro/article/posts/edit.html.erb
729
+ - app/views/phcpresspro/article/posts/index.html.erb
730
+ - app/views/phcpresspro/article/posts/new.html.erb
731
+ - app/views/phcpresspro/article/posts/show.html.erb
732
732
  - app/views/phcpresspro/frontend/article/index.html.erb
733
733
  - app/views/phcpresspro/frontend/article/show.html.erb
734
734
  - app/views/phcpresspro/modules/categories/_form.html.erb