@shift72/core-template 1.9.13 → 1.9.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,23 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.13...HEAD)
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
@@ -194,5 +194,5 @@
194
194
  "pageSize": 0
195
195
  }
196
196
  ],
197
- "coreTemplateVersion": "1.9.13"
197
+ "coreTemplateVersion": "1.9.14"
198
198
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.9.13",
3
+ "version": "1.9.14",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -42,7 +42,9 @@
42
42
  {{end}}
43
43
 
44
44
  {{if showCanBeWatchedButton}}
45
- <can-be-watched-button data-slug="{{slug}}" data-url="{{canBeWatchedButtonLink}}" data-label="{{canBeWatchedButtonText | i18n}}"></can-be-watched-button>
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}}