Skip to content

Commit f8e70b4

Browse files
committed
Update version number; test docs
1 parent 9f45636 commit f8e70b4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/ableplayer.php

Lines changed: 5 additions & 5 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
18+
* Version: 2.4.0-beta1
1919
*/
2020

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

2424
// Get current version number.
25-
define( 'ABLEPLAYER_VERSION', '2.3.0' );
25+
define( 'ABLEPLAYER_VERSION', '2.4.0-beta1' );
2626

2727
require_once plugin_dir_path( __FILE__ ) . 'inc/settings.php';
2828
require_once plugin_dir_path( __FILE__ ) . 'inc/generator.php';
@@ -102,10 +102,10 @@ function ableplayer_enqueue_scripts() {
102102
*
103103
* @hook able_player_css
104104
*
105-
* @param {string} $url URL to Able Player root directory.
106-
* @param {bool} $debug True if environment is debugging.
105+
* @param string $url URL to Able Player root directory.
106+
* @param bool $debug True if environment is debugging.
107107
*
108-
* @return {string}
108+
* @return string
109109
*/
110110
$css_dir = apply_filters( 'able_player_css', plugins_url( '', __FILE__ ) . '/' . $css_file, $debug );
111111

0 commit comments

Comments
 (0)