diff --git a/CHANGELOG.md b/CHANGELOG.md index c990460..d36fdc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.7.1 (October 20 2017) + +- Fix compatibility with deprecation of skins in JW8 +- Fix highlight color in stack icons + ## 3.7.0 (October 17 2017) - Updated URL structure @@ -19,7 +24,7 @@ - Renamed "Include captions" toggle to "Show caption matches" - Fixed toggle not visible in dark and blue themes - Fixed search input overlapping "Include captions" toggle -- Fixed "Copy link" text not visible in dark and blue themes +- Fixed "Copy link" text not visible in dark and blue themes ## 3.6.0-beta (August 29 2017) @@ -57,7 +62,7 @@ } ``` -- Added option to show all videos from your JW dashboard in the search results. By default the search results are +- Added option to show all videos from your JW dashboard in the search results. By default the search results are limited to only list the videos that are included in the content feeds in your Showcase config. ``` @@ -67,7 +72,7 @@ limited to only list the videos that are included in the content feeds in your S } ``` -- Added option choose the position of the video title. This can either be "above" or "below". By default this is +- Added option choose the position of the video title. This can either be "above" or "below". By default this is "below". ``` @@ -112,8 +117,8 @@ limited to only list the videos that are included in the content feeds in your S **Configuration update** -The configuration model has been updated to version 2. Previous configurations are still supported, but we -recommend updating your configuration to version 2. Support of the previous configuration will most likely be removed +The configuration model has been updated to version 2. Previous configurations are still supported, but we +recommend updating your configuration to version 2. Support of the previous configuration will most likely be removed in the next major release. See the [example config](https://github.com/jwplayer/jw-showcase/blob/master/app/config.json) and [configuration wiki](https://github.com/jwplayer/jw-showcase/wiki/Getting-Started#configuration-parameters) for all available options. @@ -173,7 +178,7 @@ See the [example config](https://github.com/jwplayer/jw-showcase/blob/master/app ## 2.0.0 Saved videos and Continue watching (Sep 23 2016) **New in this release:** -- A "watch list" feature for users to save videos for watching later. A separate list for "continue watching" is also kept so users can resume watching videos where they left off. The lists are per-browser at this time (i.e., the lists do not sync across user's devices). +- A "watch list" feature for users to save videos for watching later. A separate list for "continue watching" is also kept so users can resume watching videos where they left off. The lists are per-browser at this time (i.e., the lists do not sync across user's devices). - A new grid view for a particular playlist of videos, with the ability to deep-link to the playlist through a static URL. - Thumbnail images in shelves are loaded on-demand instead of all on page load, saving substantial user bandwidth and improving page load speed. - Improved the UX of video descriptions (moved below the video instead of as a player overlay). @@ -181,7 +186,7 @@ See the [example config](https://github.com/jwplayer/jw-showcase/blob/master/app We also fixed a few bugs. For details, see the [closed issues for the 2.0 milestone](https://github.com/jwplayer/jw-showcase/milestone/2?closed=1) -## 1.1.0 Design update (Jul 29 2016) +## 1.1.0 Design update (Jul 29 2016) **Page design changes:** - In the Home page, the top carousel poster image in focus is now centered instead of offset to the left. @@ -192,10 +197,10 @@ We also fixed a few bugs. For details, see the [closed issues for the 2.0 milest **Miscellaneous:** - Fixed issue #22 -- Fixed issue #4 +- Fixed issue #4 - Updated package.json with Apache license to fix grunt build warning ("EPACKAGEJSON jwshowcase@1.0.0 No license field"). -## 1.0.0 Initial release (Jun 24 2016) +## 1.0.0 Initial release (Jun 24 2016) -First release of the JW Showcase video web site builder. For instructions on setting up your JW Showcase site, see +First release of the JW Showcase video web site builder. For instructions on setting up your JW Showcase site, see the [Wiki](https://github.com/jwplayer/jw-showcase/wiki). diff --git a/README.md b/README.md index fba23c0..a6c90f1 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To see an example of JW Showcase in action, see [tv.jwplayer.com](http://tv.jwpl - Customize the user interface with your own branding. The default app is configured for JW Player branding and content but you can easily change this to use your own assets by modifying the `config.json` file. Advanced customization is possible (for example, editing the CSS files), but you will need to modify the source code and [build from source](https://github.com/jwplayer/jw-showcase/wiki/Building-from-the-Source-Code). - Site-wide video search and related video recommendations powered by [JW Recommendations](https://support.jwplayer.com/customer/portal/articles/2191721-jw-recommendations). - Basic playback analytics is reported to your JW Dashboard. -- Ad integrations (VAST, VPAID, GoogleIMA, etc.). These features require a JW Player Ads Edition license. For more information, see the [JW Player pricing page](https://www.jwplayer.com/pricing/). +- Ad integrations (VAST, VPAID, GoogleIMA, etc.). These features require a JW Player Ads Edition license. For more information, see the [JW Player pricing page](https://www.jwplayer.com/pricing/). - A "Watchlist" feature for users to save videos for watching later. A separate list for "Continue Watching" is also kept so users can resume watching videos where they left off. The lists are per-browser at this time (i.e., lists do not sync across user's browsers or devices). The Continue Watching list can be disabled in your Showcase `config.json` file. - A grid view for a particular playlist of videos, with the ability to deep-link to the playlist through a static URL. - Social sharing options for Facebook, Twitter, and email. @@ -51,8 +51,8 @@ Topics for advanced users: 2. Extract the release archive to your web server. 3. By default, JW Showcase assumes the site is in your top-level web document root (/). If you want to use a subdirectory (for example, /videos/), edit the `index.html` file and replace the slash in <base href="/"> with your directory (for example, <base href="/videos/">). 3. Create a player in the [JW Player Dashboard](https://dashboard.jwplayer.com/#/players) and get its `player key`. - - The player key is the eight-character identifier of the player, not your JW Player license key. - - To get the player key, in the JW Dashboard go to **Publish** > **Tools**. In the **Cloud Hosted Player Libraries** section at the top of the page, select the player you want to use from the **Player Title** drop down. Then, in the **Cloud Player Library URL** field, copy the eight-character value that appears just before `.js`. This value is the Player key. + - The player key is the eight-character identifier of the player, not your JW Player license key. + - To get the player key, in the JW Dashboard go to **Publish** > **Tools**. In the **Cloud Hosted Player Libraries** section at the top of the page, select the player you want to use from the **Player Title** drop down. Then, in the **Cloud Player Library URL** field, copy the eight-character value that appears just before `.js`. This value is the Player key. - For example, if your Cloud Player Library URL is https://content.jwplatform.com/libraries/BHYYA1V3.js, your player key is **BHYYA1V3**. 4. Create one or more video playlist(s) in the [JW Player Dashboard](https://dashboard.jwplayer.com/#/content/playlists) and record their eight-character playlist IDs. 5. Configure your site by editing the `config.json` file in the directory where you extracted the JW Showcase release files. @@ -60,8 +60,8 @@ Topics for advanced users: - Use playlist IDs for the 'playlistId` keys in the `content` array. 6. Visit your site. -## Support and Bug Reporting +## Support and Bug Reporting To report bugs and feature requests, or request help using JW Showcase, use this repository's [Issues](https://github.com/jwplayer/jw-showcase/issues) page. -v3.7.0 +v3.7.1 diff --git a/bower.json b/bower.json index 8d88bfb..f6a143e 100755 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "angular-ui-router": "~0.3.0", "gsap": "~1.18.4", "ua-parser-js": "^0.7.12", - "jw-showcase-lib": "jwplayer/jw-showcase-lib#3.7.0", + "jw-showcase-lib": "jwplayer/jw-showcase-lib#3.7.1", "sw-toolbox": "^3.6.1", "add-to-homescreen": "^3.2.3", "iscroll": "~5.2.0", diff --git a/package.json b/package.json index 8be3354..b7d7c1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jw-showcase", "description": "JW Showcase is an open-source, dynamically generated video website built around JW Player and JW Platform services. It enables you to easily publish your JW Player-hosted video content with no coding and minimal configuration.", - "version": "3.7.0", + "version": "3.7.1", "dependencies": {}, "repository": { "url": "https://github.com/jwplayer/jw-showcase.git"