phcscriptcdnpro 30.0.0 → 30.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/phcscriptcdnpro/script/authors_controller.rb +1 -1
- data/app/controllers/phcscriptcdnpro/script/extensions_controller.rb +1 -1
- data/app/controllers/phcscriptcdnpro/script/licences_controller.rb +1 -1
- data/app/controllers/phcscriptcdnpro/script/listings_controller.rb +2 -2
- data/app/controllers/phcscriptcdnpro/script/versions_controller.rb +1 -1
- data/app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb +1 -1
- data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb +1 -1
- data/lib/phcscriptcdnpro/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4787630a1e47126b00da78cddd9819e612cea151
|
4
|
+
data.tar.gz: aac50a06163cff20f48836ef6abca56523f4da0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 358094d86ac1020bd00b02d27e6b9f41fbcd7abe7b0c871af6d4ae474402d8f61b084e1ea7f48fc4bd5539deba97074223a8a946e6d623ea01c256517aeaa5d2
|
7
|
+
data.tar.gz: 876891b522c543f43a3ad5c20ea94c1a09f132a81b0a9e040e171302ab2c6ef39c1e5aeeaa4f4900adaf617fc6414f35b997a9b938346bac377b5567a6797d7f
|
@@ -16,7 +16,7 @@ module Phcscriptcdnpro
|
|
16
16
|
# DETAILS - Script Author
|
17
17
|
def show
|
18
18
|
@script_authors = Script::Author.friendly.find(params[:id])
|
19
|
-
@versions =
|
19
|
+
@versions = Phcscriptcdnpro::AuthorVersion.where(item_id: params[:id], item_type: 'Phcscriptcdnpro::Script::Author')
|
20
20
|
end
|
21
21
|
|
22
22
|
# NEW - Script Author
|
@@ -16,7 +16,7 @@ module Phcscriptcdnpro
|
|
16
16
|
# DETAILS - Script Extension
|
17
17
|
def show
|
18
18
|
@script_extensions = Script::Extension.friendly.find(params[:id])
|
19
|
-
@versions =
|
19
|
+
@versions = Phcscriptcdnpro::ExtensionVersions.where(item_id: params[:id], item_type: 'Phcscriptcdnpro::Script::Extension')
|
20
20
|
end
|
21
21
|
|
22
22
|
# NEW - Script Extension
|
@@ -16,7 +16,7 @@ module Phcscriptcdnpro
|
|
16
16
|
# DETAILS - Script Licences
|
17
17
|
def show
|
18
18
|
@script_licences = Script::Licence.friendly.find(params[:id])
|
19
|
-
@versions =
|
19
|
+
@versions = Phcscriptcdnpro::LicenceVersions.where(item_id: params[:id], item_type: 'Phcscriptcdnpro::Script::Licence')
|
20
20
|
end
|
21
21
|
|
22
22
|
# NEW - Script Licences
|
@@ -10,13 +10,13 @@ module Phcscriptcdnpro
|
|
10
10
|
|
11
11
|
# INDEX - Script Listings
|
12
12
|
def index
|
13
|
-
@script_listings = Script::Listing.where(
|
13
|
+
@script_listings = Script::Listing.where(org_id: current_user.org_id)
|
14
14
|
end
|
15
15
|
|
16
16
|
# DETAILS - Script Listings
|
17
17
|
def show
|
18
18
|
@script_listings = Script::Listing.friendly.find(params[:id])
|
19
|
-
@versions =
|
19
|
+
@versions = Phcscriptcdnpro::ListingVersions.where(item_id: params[:id], item_type: 'Phcscriptcdnpro::Script::Listing')
|
20
20
|
end
|
21
21
|
|
22
22
|
# NEW - Script Listings
|
@@ -16,7 +16,7 @@ module Phcscriptcdnpro
|
|
16
16
|
# DETAILS - Script Versions
|
17
17
|
def show
|
18
18
|
@script_versions = Script::Version.friendly.find(params[:id])
|
19
|
-
@versions =
|
19
|
+
@versions = Phcscriptcdnpro::ScriptversionVersions.where(item_id: params[:id], item_type: 'Phcscriptcdnpro::Script::Version')
|
20
20
|
end
|
21
21
|
|
22
22
|
# NEW - Script Versions
|
@@ -4,5 +4,5 @@
|
|
4
4
|
<% end %>
|
5
5
|
</div>
|
6
6
|
<div>
|
7
|
-
© 2012-<%= Time.now.year %> - v<%= Gem.loaded_specs["phcscriptcdnpro"].version.to_s %> - RELEASED - OCT-
|
7
|
+
© 2012-<%= Time.now.year %> - v<%= Gem.loaded_specs["phcscriptcdnpro"].version.to_s %> - RELEASED - OCT-30-<%= Date.today.year %>
|
8
8
|
</div>
|
data/app/views/layouts/phcscriptcdnpro/components/frontend/footer/_footer_copyright.html.erb
CHANGED
@@ -14,6 +14,6 @@
|
|
14
14
|
<li><%= link_to "Terms & Conditions", "#", target: "_blank", rel: "nofollow" %></li>
|
15
15
|
</ul>
|
16
16
|
|
17
|
-
<strong>PHC</strong>Networks © 2012-<%= Time.now.year %> - v<%= Gem.loaded_specs["phccontentpack"].version.to_s %> - RELEASED - OCT-
|
17
|
+
<strong>PHC</strong>Networks © 2012-<%= Time.now.year %> - v<%= Gem.loaded_specs["phccontentpack"].version.to_s %> - RELEASED - OCT-30-<%= Date.today.year %>
|
18
18
|
|
19
19
|
</div>
|