Skip to content

Commit acdd96d

Browse files
committed
Update changelog, tested to, and version numbers.
1 parent 79e5321 commit acdd96d

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ See the main [Able Player](http://ableplayer.github.io/ableplayer) project page
1616

1717
* Tags: html5,media,audio,video,accessibility
1818
* Requires at least: 4.9
19-
* Tested up to: 6.3
20-
* Stable tag: `1.1`
19+
* Tested up to: 6.4
20+
* Stable tag: `1.2`
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
@@ -16,7 +16,7 @@
1616
* License: MIT
1717
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
1818
* Domain Path: lang
19-
* Version: 1.1
19+
* Version: 1.2
2020
*/
2121

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

src/ableplayer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
* License: MIT
1717
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
1818
* Domain Path: lang
19-
* Version: 1.1
19+
* Version: 1.2
2020
*/
2121

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

2525
// Get current version number.
26-
define( 'ABLEPLAYER_VERSION', '1.1' );
26+
define( 'ABLEPLAYER_VERSION', '1.2' );
2727

2828
register_activation_hook( __FILE__, 'ableplayer_activation' );
2929
/**

src/readme.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ Plugin URI: https://github.com/ableplayer/ableplayer-wordpress
44
Author URI: http://terrillthompson.com
55
Tags: html5,media,audio,video,accessibility
66
Requires at least: 4.9
7-
Tested up to: 5.8.2
7+
Tested up to: 6.4
88
Requires PHP: 5.2
9-
Stable tag: 1.1
9+
Stable tag: 1.2
1010
License: MIT
1111
License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
1212

13-
1413
Accessible HTML5 media player
1514

1615
== Description ==
@@ -108,6 +107,17 @@ This example uses a shortcode to add a Vimeo player to the page, with two versio
108107

109108
== Changelog ==
110109

110+
= 1.2 =
111+
112+
* Update Able Player to 4.5.0, while retaining 4.4.1 scripts.
113+
* Make scripts sensitive to SCRIPT_DEBUG or `wp_get_environment_type()` for easier debugging.
114+
* Add unminified versions of CSS.
115+
* Add filters to customize JS and CSS urls.
116+
* Add filter documentation.
117+
* Add DEBUG constant.
118+
* Add activation and deactivation routines.
119+
* Update to WordPress PHPCS standards.
120+
111121
= 1.1 =
112122
* Update Able Player to 4.4.1
113123

0 commit comments

Comments
 (0)