Skip to content

Commit

Permalink
Getting ready for 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed May 10, 2019
1 parent bc29f14 commit b451f67
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,9 @@ Here are my current plans ahead: 0.13 might be bulk conversion and addition of a

If you wish to affect priorities, it is certainly possible. You can try to argue your case in the forum or you can simply let the money do the talking. By donating as little as a cup of coffee on [ko-fi.com/rosell](https://ko-fi.com/rosell), you can leave a wish. I shall take these wishes into account when prioritizing between new features.

## Changes in 0.13.1
- Fixed several bugs.

## Changes in 0.13.0
- Bulk Conversion
- Fixed problems with Gd converter and PNG
Expand Down
17 changes: 16 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: rosell.dk
Donate link: https://ko-fi.com/rosell
Tags: webp, images, performance
Requires at least: 4.0
Tested up to: 5.1
Tested up to: 5.2
Stable tag: 0.13.0
Requires PHP: 5.6
License: GPLv3
Expand Down Expand Up @@ -604,6 +604,18 @@ Easy enough! - [Go here!](https://ko-fi.com/rosell). Or [here](https://buymeacof

== Changelog ==

= 0.13.1 =
*(released: 10 may 2019)*
* Fixed critical bug which could result in update failures in the Gutenberg editor. Thanks to Andrei Glingeanu from Moldova for his part in solving this.
* Fixed bug that caused the Bulk convert to start over. Thanks to Bas van Dijk, presumably from the Netherlands, for finding the root cause.
* On Nginx (in some configurations), the script that triggered conversion were exiting prematurely. Thanks to Sam Benson from the UK for fixing this.
* Improved Bulk conversion client, which was slowing down when many images where converted.
* A class had existential problems on HHVM. Thanks to @jaumerrr for posting the PHP error message.
* When selecting "custom" in the Cache-Control dropdown, the default text was invalid syntax. Thanks to Kevin Batdorf from Thailand for discovering this.
* When an image was deleted, the corresponding webp image was not automatically deleted. Thanks to Tobias Keller from Germany for pointing out that this could potentially lead to old webp images being shown.

For more info, see the closed issues on the 0.13.1 milestone on the github repository: https://github.com/rosell-dk/webp-express/milestone/17?closed=1

= 0.13.0 =
*(released: 21 mar 2019)*
* Bulk Conversion
Expand Down Expand Up @@ -751,6 +763,9 @@ For older releases, check out changelog.txt

== Upgrade Notice ==

= 0.13.1 =
* Fixed several bugs. You should update...

= 0.13.0 =
* Bulk Conversion, fixed problem with Gd converter and PNGs and more...

Expand Down
2 changes: 1 addition & 1 deletion webp-express.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WebP Express
* Plugin URI: https://github.com/rosell-dk/webp-express
* Description: Serve autogenerated WebP images instead of jpeg/png to browsers that supports WebP. Works on anything (media library images, galleries, theme images etc).
* Version: 0.13.0
* Version: 0.13.1
* Author: Bjørn Rosell
* Author URI: https://www.bitwise-it.dk
* License: GPL2
Expand Down

0 comments on commit b451f67

Please sign in to comment.