Skip to content

Commit

Permalink
bumped version number to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Nov 9, 2021
1 parent d23587c commit ff2e894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.21.1. ' . $msgTop . ', ' . date("Y-m-d H:i:s") . "\n\r\n\r" . $text;
$text = 'WebP Express 0.22.0. ' . $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.21.1
* Version: 0.22.0
* Author: Bjørn Rosell
* Author URI: https://www.bitwise-it.dk
* License: GPL2
Expand Down

0 comments on commit ff2e894

Please sign in to comment.