Skip to content

Commit a8448cd

Browse files
committed
Update version numbers & readme
1 parent d0a323c commit a8448cd

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
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.1.0`
20+
* Stable tag: `2.2.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.2.0-beta1
18+
* Version: 2.2.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.2.0-beta1",
3+
"version": "2.2.0",
44
"private": true,
55
"description": "Able Player plugin for WordPress",
66
"author": "Joe Dolson",

src/readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tags: html5,media,audio,video,accessibility
77
Requires at least: 4.9
88
Tested up to: 6.8
99
Requires PHP: 7.0
10-
Stable tag: 2.1.0
10+
Stable tag: 2.2.0
1111
License: MIT
1212
License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
1313

@@ -136,7 +136,12 @@ The Able Player plugin was originally created by [Terrill Thompson](https://terr
136136

137137
= 2.2.0 =
138138

139-
* Update to Able Player v4.7.0
139+
* Update to [Able Player v4.7.0](https://github.com/ableplayer/ableplayer/releases/tag/v4.7.0).
140+
* Add support for sign language sources from YouTube, new in Able Player 4.7.
141+
* Remove `data-href` from allowed attributes in Able Player KSES.
142+
* Trim all shortcode attributes of whitespace.
143+
* Cast poster attribute to int if is numeric.
144+
* Update screenshots.
140145

141146
= 2.1.0 =
142147

0 commit comments

Comments
 (0)