Skip to content

Commit 79e5321

Browse files
committed
Add 4.5.0 versions of all files and change defaults to use 4.5.0
1 parent 9daee05 commit 79e5321

File tree

7 files changed

+35213
-3
lines changed

7 files changed

+35213
-3
lines changed

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @wordpress-plugin
1010
* Plugin Name: Able Player
1111
* Plugin URI: https://github.com/ableplayer/ableplayer-wordpress
12-
* Description: Able Player is a fully accessible cross-browser HTML5 media player for audio and video.
12+
* Description: Able Player is a fully accessible cross-browser HTML5 media player for audio and video.
1313
* Author: Terrill Thompson
1414
* Author URI: http://terrillthompson.com
1515
* Text Domain: ableplayer

src/ableplayer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ function ableplayer_enqueue_scripts() {
5252
// if the environment is production, use minified files. Otherwise, inherit the value of SCRIPT_DEBUG.
5353
$is_production = ( function_exists( 'wp_get_environment_type' ) && wp_get_environment_type() === 'production' ) ? true : SCRIPT_DEBUG;
5454

55-
$js_file = ( $is_production ) ? 'ableplayer.min.js' : 'ableplayer.js';
56-
$css_file = ( $is_production ) ? 'ableplayer.min.css' : 'ableplayer.css';
55+
$js_file = ( $is_production ) ? 'ableplayer.min.4.5.0.js' : 'ableplayer.4.5.0.js';
56+
$css_file = ( $is_production ) ? 'ableplayer.min.4.5.0.css' : 'ableplayer.4.5.0.css';
5757
/**
5858
* Filter the Able Player JS URL.
5959
*

0 commit comments

Comments
 (0)