diff --git a/.wordpress-org/banner-1544x500.png b/.wordpress-org/banner-1544x500.png new file mode 100644 index 0000000..530f81e Binary files /dev/null and b/.wordpress-org/banner-1544x500.png differ diff --git a/.wordpress-org/banner-772x250.png b/.wordpress-org/banner-772x250.png new file mode 100644 index 0000000..82bde47 Binary files /dev/null and b/.wordpress-org/banner-772x250.png differ diff --git a/.wordpress-org/icon-128x128.png b/.wordpress-org/icon-128x128.png new file mode 100644 index 0000000..2a0b20f Binary files /dev/null and b/.wordpress-org/icon-128x128.png differ diff --git a/.wordpress-org/icon-256x256.png b/.wordpress-org/icon-256x256.png new file mode 100644 index 0000000..53c2955 Binary files /dev/null and b/.wordpress-org/icon-256x256.png differ diff --git a/index.php b/index.php index 6280efc..ae549b3 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * 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() { @@ -11,7 +11,7 @@ 'cd2-media-playback-speed-js', plugins_url( 'playback-speed.js', __FILE__ ), [], - '1.1.6', + '1.1.7', true ); }, 1, 100); diff --git a/readme.txt b/readme.txt index 20602fd..c6b8c05 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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