Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Feb 18, 2018
1 parent 31870d1 commit 4d613fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Tags:** [webp](https://WordPress.org/plugins/tags/webp/), [image](https://WordPress.org/plugins/tags/image/), [compression](https://WordPress.org/plugins/tags/compression/), [automation](https://WordPress.org/plugins/tags/automation/), [media-library](https://WordPress.org/plugins/tags/media-library/), [conditional](https://WordPress.org/plugins/tags/conditional/), [browser](https://WordPress.org/plugins/tags/browser/), [support](https://WordPress.org/plugins/tags/support/)
**Requires at least:** 4.0
**Tested up to:** 4.9
**Stable tag:** 1.0.0
**Stable tag:** 1.1.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webp-images",
"title": "WebP Images",
"version": "1.0.0",
"version": "1.1.0",
"description": "Generate and conditionally serve .webp images to supported browsers.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: codeparrots, eherman24
Tags: webp, image, compression, automation, media-library, conditional, browser, support
Requires at least: 4.0
Tested up to: 4.9
Stable tag: 1.0.0
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions webp-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Code Parrots
* Author URI: https://www.codeparrots.com
* License: GPLv2 or later
* Version: 1.0.0
* Version: 1.1.0
*/

/*
Expand Down Expand Up @@ -39,7 +39,7 @@
define( 'WEBP_IMAGES_URL', plugin_dir_url( __FILE__ ) );
define( 'WEBP_IMAGES_PATH', plugin_dir_path( __FILE__ ) );
define( 'WEBP_IMAGES_MIN_WP', '4.0' );
define( 'WEBP_IMAGES_VERSION', '1.0.0' );
define( 'WEBP_IMAGES_VERSION', '1.1.0' );

/* loader */
add_action( 'plugins_loaded', [ 'WebP_Images', 'instance' ] );
Expand Down

0 comments on commit 4d613fc

Please sign in to comment.