Skip to content

Commit

Permalink
0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Nov 25, 2021
1 parent 86816c0 commit 7f2f1fb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://ko-fi.com/rosell
Tags: webp, images, performance
Requires at least: 4.0
Tested up to: 5.8
Stable tag: 0.24.1
Stable tag: 0.24.2
Requires PHP: 5.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -782,6 +782,10 @@ If you want to make sure that my coffee supplies don't run dry, you can even buy

== Changelog ==

= 0.24.2 =
*(released: 25 Nov 2021)*
* Bugfix: In FileManager, the original image wasn't showing on all systems

= 0.24.1 =
*(released: 24 Nov 2021)*
* Bugfix: On some systems, the converter test run that is done when showing the settings page could result in an uncatched error.
Expand Down Expand Up @@ -866,6 +870,9 @@ For older releases, check out changelog.txt

== Upgrade Notice ==

= 0.24.2 =
* Minor bugfix

= 0.24.1 =
* Improved file manager and fixed rare PHP error displayed on settings page

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 0.24.2 =
* Bugfix: In FileManager, the original image wasn't showing on all systems

= 0.24.1 =
* Bugfix: On some systems, the converter test run that is done when showing the settings page could result in an uncatched error.

Expand Down
2 changes: 1 addition & 1 deletion lib/classes/ConvertHelperIndependent.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ private static function saveLog($source, $logDir, $text, $msgTop)
$text = preg_replace('#' . preg_quote($_SERVER["DOCUMENT_ROOT"]) . '#', '[doc-root]', $text);

// TODO: Put version number somewhere else. Ie \WebPExpress\VersionNumber::version
$text = 'WebP Express 0.24.1. ' . $msgTop . ', ' . date("Y-m-d H:i:s") . "\n\r\n\r" . $text;
$text = 'WebP Express 0.24.2. ' . $msgTop . ', ' . date("Y-m-d H:i:s") . "\n\r\n\r" . $text;

$logFile = self::getLogFilename($source, $logDir);

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.24.1
* Version: 0.24.2
* Author: Bjørn Rosell
* Author URI: https://www.bitwise-it.dk
* License: GPL2
Expand Down

0 comments on commit 7f2f1fb

Please sign in to comment.