Skip to content

Commit 078031b

Browse files
committed
Update version numbers for 2.3.0
1 parent aa88a0f commit 078031b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.9
20-
* Stable tag: `2.3.0-rc1`
20+
* Stable tag: `2.3.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.3.0-rc1
18+
* Version: 2.3.0
1919
*/
2020

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

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.3.0-rc1
18+
* Version: 2.3.0
1919
*/
2020

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

2424
// Get current version number.
25-
define( 'ABLEPLAYER_VERSION', '2.3.0-rc1' );
25+
define( 'ABLEPLAYER_VERSION', '2.3.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: 1 addition & 1 deletion
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.9
99
Requires PHP: 7.4
10-
Stable tag: 2.3.0-rc1
10+
Stable tag: 2.3.0
1111
License: MIT
1212
License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
1313

0 commit comments

Comments
 (0)