@shift72/core-template 1.9.13 → 1.9.14
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -1
- package/kibble.json +1 -1
- package/package.json +1 -1
- package/site/templates/common/cta_buttons.jet +3 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,23 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.
|
3
|
+
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.14...HEAD)
|
4
4
|
|
5
5
|
### Added
|
6
6
|
|
7
7
|
### Changed
|
8
|
+
- Hid can-be-watched button on the film page for logged out users
|
8
9
|
|
9
10
|
### Fixed
|
10
11
|
|
12
|
+
## [1.9.14](https://github.com/shift72/core-template/compare/1.9.13...1.9.14)
|
13
|
+
|
14
|
+
### Changed
|
15
|
+
|
16
|
+
- Hid can-be-watched button for logged out users
|
17
|
+
|
18
|
+
### Fixed
|
19
|
+
|
20
|
+
|
11
21
|
## [1.9.13](https://github.com/shift72/core-template/compare/1.9.12...1.9.13)
|
12
22
|
|
13
23
|
### Changed
|
package/kibble.json
CHANGED
package/package.json
CHANGED
@@ -42,7 +42,9 @@
|
|
42
42
|
{{end}}
|
43
43
|
|
44
44
|
{{if showCanBeWatchedButton}}
|
45
|
-
<
|
45
|
+
<s72-user-known>
|
46
|
+
<can-be-watched-button data-slug="{{slug}}" data-url="{{canBeWatchedButtonLink}}" data-label="{{canBeWatchedButtonText | i18n}}"></can-be-watched-button>
|
47
|
+
</s72-user-known>
|
46
48
|
{{end}}
|
47
49
|
|
48
50
|
{{if showExternalPurchaseButton}}
|