Skip to content

Commit

Permalink
Test deploy Graphics
Browse files Browse the repository at this point in the history
Signed-off-by: Lewis Cowles <lewiscowles@me.com>
  • Loading branch information
Lewiscowles1986 committed Oct 20, 2020
1 parent cb918f4 commit 99e06c5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
Binary file added .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.6
* Version: 1.1.7
*/

add_action( 'wp_enqueue_scripts', function() {
wp_enqueue_script(
'cd2-media-playback-speed-js',
plugins_url( 'playback-speed.js', __FILE__ ),
[],
'1.1.6',
'1.1.7',
true
);
}, 1, 100);
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: frontend,media,streaming,aria,mediaelementjs,html5,video,audio,playback,sp
Requires at least: 4.0
Tested up to: 5.5.1
Requires PHP: 7.1
Stable tag: 1.1.6
Stable tag: 1.1.7
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.7 =
* Plugin Directory Graphics - About time it got some. Better contributions welcome.

= 1.1.6 =
* WordPress 5.5.1 compatibility verified

Expand Down

0 comments on commit 99e06c5

Please sign in to comment.