Skip to content

Commit f8b3c87

Browse files
committed
deploy: 97010c1
1 parent f556bd8 commit f8b3c87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ableplayer.php.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@
2929
* Able Player, accessible HTML5 media player
3030
*
3131
* @package Able Player
32-
* @author Terrill Thompson
32+
* @author Joe Dolson
3333
* @license MIT
3434
*
3535
* @wordpress-plugin
3636
* Plugin Name: Able Player, accessible HTML5 media player
3737
* Plugin URI: https://github.com/ableplayer/ableplayer-wordpress
3838
* Description: This plug-in uses Able Player, an open-source fully-accessible cross-browser HTML5 media player, to embed audio or video within your WordPress page.
39-
* Author: Terrill Thompson
40-
* Author URI: http://terrillthompson.com
39+
* Author: Joe Dolson
40+
* Author URI: https://www.joedolson.com
4141
* Text Domain: ableplayer
4242
* License: MIT
4343
* License URI: https://github.com/ableplayer/ableplayer-wordpress/blob/master/LICENSE
44-
* Version: 1.2.2
44+
* Version: 2.0.0
4545
*/
4646

4747
// Configure debugging mode.
4848
define( 'ABLEPLAYER_DEBUG', false );
4949

5050
// Get current version number.
51-
define( 'ABLEPLAYER_VERSION', '1.2.2' );
51+
define( 'ABLEPLAYER_VERSION', '2.0.0' );
5252

5353
require_once plugin_dir_path( __FILE__ ) . 'inc/settings.php';
5454
require_once plugin_dir_path( __FILE__ ) . 'inc/generator.php';

0 commit comments

Comments
 (0)