Skip to content

Commit e790348

Browse files
committed
Update to the beta of AblePlayer 4.7
1 parent 71ac864 commit e790348

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+13369
-23644
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Able Player WordPress Plugin
22

3-
*Able Player* is a fully accessible cross-browser HTML5 media player for audio and video.
3+
*Able Player* is a fully accessible cross-browser HTML5 media player for audio and video.
44

5-
This plugin is designed to simplify the process of adding Able Player to WordPress websites.
5+
This plugin is designed to simplify the process of adding Able Player to WordPress websites.
66

7-
See the [Able Player WordPress plug-in](https://wordpress.org/plugins/ableplayer/) site to download the latest stable version, rate the plugin, and report issues via the Support Forum.
7+
See the [Able Player WordPress plug-in](https://wordpress.org/plugins/ableplayer/) site to download the latest stable version, rate the plugin, and report issues via the Support Forum.
88

9-
This GitHub repo is for development between stable versions.
9+
This GitHub repo is for development between stable versions.
1010

1111
See the main [Able Player](http://ableplayer.github.io/ableplayer) project page for more details about Able Player.
1212

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

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.1.0
18+
* Version: 2.2.0-beta1
1919
*/
2020

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

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

2727
require_once plugin_dir_path( __FILE__ ) . 'inc/settings.php';
2828
require_once plugin_dir_path( __FILE__ ) . 'inc/generator.php';

src/build/ableplayer.dist.js

Lines changed: 1910 additions & 6049 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)