Skip to content

Commit ecbc82a

Browse files
committed
Update readme & versions
1 parent 7c1e74b commit ecbc82a

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See the main [Able Player](http://ableplayer.github.io/ableplayer) project page
1717
* Tags: html5,media,audio,video,accessibility
1818
* Requires at least: 4.9
1919
* Tested up to: 6.8
20-
* Stable tag: `2.0.2`
20+
* Stable tag: `2.1.0`
2121
* License: MIT
2222
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
2323

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Text Domain: ableplayer
1616
* License: MIT
1717
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
18-
* Version: 2.0.2
18+
* Version: 2.1.0
1919
*/
2020

2121
if ( ! defined( 'ABSPATH' ) ) {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ableplayer-wordpress",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "Able Player plugin for WordPress",
66
"author": "Joe Dolson",

src/ableplayer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
* Text Domain: ableplayer
1616
* License: MIT
1717
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
18-
* Version: 2.0.2
18+
* Version: 2.1.0
1919
*/
2020

2121
// Configure debugging mode.
2222
define( 'ABLEPLAYER_DEBUG', false );
2323

2424
// Get current version number.
25-
define( 'ABLEPLAYER_VERSION', '2.0.2' );
25+
define( 'ABLEPLAYER_VERSION', '2.1.0' );
2626

2727
require_once plugin_dir_path( __FILE__ ) . 'inc/settings.php';
2828
require_once plugin_dir_path( __FILE__ ) . 'inc/generator.php';

src/readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: html5,media,audio,video,accessibility
66
Requires at least: 4.9
77
Tested up to: 6.8
88
Requires PHP: 7.0
9-
Stable tag: 2.0.2
9+
Stable tag: 2.1.0
1010
License: MIT
1111
License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
1212

@@ -133,6 +133,14 @@ The Able Player plugin was originally created by [Terrill Thompson](https://terr
133133

134134
== Changelog ==
135135

136+
= 2.1.0 =
137+
138+
* Privacy: Only load Vimeo player.js if used in shortcode or enabled in settings.
139+
* Styling: Updates to shipped styling to better avoid layout conflicts.
140+
* Bug fix: Invalid comparison set all video types to `video/mp4`.
141+
* Bug fix: Switch to `audio` player if file loaded is audio only.
142+
* Change: Load ableplayer and video scripts deferred.
143+
136144
= 2.0.2 =
137145

138146
* Bug fix: Default `nowplaying` attribute to empty, rather than false.

0 commit comments

Comments
 (0)