Skip to content

Commit e177b67

Browse files
committed
Update versions for 1.2.1
1 parent 797d919 commit e177b67

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-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.4
20-
* Stable tag: `1.2.0`
19+
* Tested up to: 6.8
20+
* Stable tag: `1.2.1`
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.2.0
19+
* Version: 1.2.1
2020
*/
2121

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

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": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"description": "AblePlayer plugin for WordPress",
66
"author": "Joe Dolson",

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.2.0
19+
* Version: 1.2.1
2020
*/
2121

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

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

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

src/readme.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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: 6.4
7+
Tested up to: 6.8
88
Requires PHP: 7.0
9-
Stable tag: 1.2.0
9+
Stable tag: 1.2.1
1010
License: MIT
1111
License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
1212

@@ -107,6 +107,8 @@ This example uses a shortcode to add a Vimeo player to the page, with two versio
107107

108108
== Changelog ==
109109

110+
= 1.2.1 =
111+
110112
= 1.2.0 =
111113

112114
* Update Able Player to 4.5.0, while retaining 4.4.1 scripts.

0 commit comments

Comments
 (0)