Skip to content

Commit

Permalink
1.1.6 (#7)
Browse files Browse the repository at this point in the history
* Readme update

* Update plugin
  • Loading branch information
Lewiscowles1986 authored Oct 20, 2020
1 parent b3348c4 commit cb918f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Plugin Name: Media Playback Speed
* Description: Appends playback buttons to the Audio Player, Video Player & PLaylist shortcodes. Based on original by Daron Spence.
* Author: LewisCowles
* Version: 1.1.5
* Version: 1.1.6
*/

add_action( 'wp_enqueue_scripts', function() {
wp_enqueue_script(
'cd2-media-playback-speed-js',
plugins_url( 'playback-speed.js', __FILE__ ),
[],
'1.1.5',
'1.1.6',
true
);
}, 1, 100);
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: LewisCowles,daronspence
Tags: frontend,media,streaming,aria,mediaelementjs,html5,video,audio,playback,speed,cd2,lewiscowles,codesign2,shortcode,playlist
Requires at least: 4.0
Tested up to: 5.2.4
Requires PHP: 5.6
Stable tag: 1.1.5
Tested up to: 5.5.1
Requires PHP: 7.1
Stable tag: 1.1.6
License: GPL-3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -57,6 +57,9 @@ Please feel free to [suggest](https://github.com/CODESIGN2/media-playback-speed/
Download and extract the zip file or clone this repo to your WordPress plugins directory. Alternatively use the plugin directory to find and install this plugin.

== Changelog ==
= 1.1.6 =
* WordPress 5.5.1 compatibility verified

= 1.1.5 =
* More Non-mediaelement JS fixes for global / local

Expand Down

0 comments on commit cb918f4

Please sign in to comment.