WebP Express - Version 0.12.1

Version Description

(released 7 mar 2019) * Fixed bug: Alter HTML crashed when HTML was larger than 600kb and "image urls" where selected

Download this release

Release Info

Developer rosell.dk
Plugin Icon 128x128 WebP Express
Version 0.12.1
Comparing to
See all releases

Code changes from version 0.12.0 to 0.12.1

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://ko-fi.com/rosell
4
  Tags: webp, images, performance
5
  Requires at least: 4.0
6
  Tested up to: 5.1
7
- Stable tag: 0.12.0
8
  Requires PHP: 5.6
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -605,6 +605,10 @@ Easy enough! - [Go here!](https://ko-fi.com/rosell). Or [here](https://buymeacof
605
 
606
  == Changelog ==
607
 
 
 
 
 
608
  = 0.12.0 =
609
  *(released 5 mar 2019)*
610
  * Multisite support (!)
@@ -735,6 +739,9 @@ For older releases, check out changelog.txt
735
 
736
  == Upgrade Notice ==
737
 
 
 
 
738
  = 0.12.0 =
739
  Multisite support and a new operation mode
740
 
4
  Tags: webp, images, performance
5
  Requires at least: 4.0
6
  Tested up to: 5.1
7
+ Stable tag: 0.12.1
8
  Requires PHP: 5.6
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
605
 
606
  == Changelog ==
607
 
608
+ = 0.12.1 =
609
+ *(released 7 mar 2019)*
610
+ * Fixed bug: Alter HTML crashed when HTML was larger than 600kb and "image urls" where selected
611
+
612
  = 0.12.0 =
613
  *(released 5 mar 2019)*
614
  * Multisite support (!)
739
 
740
  == Upgrade Notice ==
741
 
742
+ = 0.12.1 =
743
+ Fixed bug: Alter HTML crashed when HTML was larger than 600kb and "image urls" where selected
744
+
745
  = 0.12.0 =
746
  Multisite support and a new operation mode
747
 
changelog.txt CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  = 0.12.0 =
2
  *(released 5 mar 2019)*
3
  * Multisite support (!)
1
+ = 0.12.1 =
2
+ *(released 7 mar 2019)*
3
+ * Fixed bug: Alter HTML crashed when HTML was larger than 600kb and "image urls" where selected
4
+
5
  = 0.12.0 =
6
  *(released 5 mar 2019)*
7
  * Multisite support (!)
composer.json CHANGED
@@ -15,9 +15,9 @@
15
  }
16
  ],
17
  "require": {
18
- "rosell-dk/webp-convert": "dev-master",
19
- "rosell-dk/webp-convert-cloud-service": "dev-master",
20
- "rosell-dk/dom-util-for-webp": "^0.2.0"
21
  },
22
  "require-dev": {
23
  },
15
  }
16
  ],
17
  "require": {
18
+ "rosell-dk/webp-convert": "^1.3.3",
19
+ "rosell-dk/webp-convert-cloud-service": "^1.0.0",
20
+ "rosell-dk/dom-util-for-webp": "^0.3.0"
21
  },
22
  "require-dev": {
23
  },
lib/options/enqueue_scripts.php CHANGED
@@ -6,7 +6,7 @@ use \WebPExpress\Paths;
6
  include_once __DIR__ . '/../classes/Config.php';
7
  use \WebPExpress\Config;
8
 
9
- $version = '0.12.0';
10
 
11
 
12
  if (!function_exists('webp_express_add_inline_script')) {
6
  include_once __DIR__ . '/../classes/Config.php';
7
  use \WebPExpress\Config;
8
 
9
+ $version = '0.12.1';
10
 
11
 
12
  if (!function_exists('webp_express_add_inline_script')) {
webp-express.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WebP Express
4
  * Plugin URI: https://github.com/rosell-dk/webp-express
5
  * Description: Serve autogenerated WebP images instead of jpeg/png to browsers that supports WebP. Works on anything (media library images, galleries, theme images etc).
6
- * Version: 0.12.0
7
  * Author: Bjørn Rosell
8
  * Author URI: https://www.bitwise-it.dk
9
  * License: GPL2
3
  * Plugin Name: WebP Express
4
  * Plugin URI: https://github.com/rosell-dk/webp-express
5
  * Description: Serve autogenerated WebP images instead of jpeg/png to browsers that supports WebP. Works on anything (media library images, galleries, theme images etc).
6
+ * Version: 0.12.1
7
  * Author: Bjørn Rosell
8
  * Author URI: https://www.bitwise-it.dk
9
  * License: GPL2