diff --git a/README.txt b/README.txt index 689d82da..b91f3351 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: https://ko-fi.com/rosell Tags: webp, images, performance Requires at least: 4.0 Tested up to: 5.2 -Stable tag: 0.14.16 +Stable tag: 0.14.17 Requires PHP: 5.6 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -612,6 +612,12 @@ Easy enough! - [Go here!](https://ko-fi.com/rosell). Or [here](https://buymeacof == Changelog == += 0.14.17 = +*(released: 28 jun 2019)* + +* Relaxed abspath sanity check on Windows +* Fixed updating password for Remote WebP Express + = 0.14.16 = *(released: 26 jun 2019)* @@ -895,6 +901,9 @@ For older releases, check out changelog.txt == Upgrade Notice == += 0.14.17 = +* Relaxed abspath sanity check on Windows and fixed updating password for Remote WebP Express + = 0.14.16 = * Fixed more errors on systems with symlinked folders diff --git a/lib/classes/ConvertHelperIndependent.php b/lib/classes/ConvertHelperIndependent.php index 6138901c..cd49e23a 100644 --- a/lib/classes/ConvertHelperIndependent.php +++ b/lib/classes/ConvertHelperIndependent.php @@ -329,7 +329,7 @@ private static function saveLog($source, $logDir, $text, $msgTop) $text = preg_replace('#' . preg_quote($_SERVER["DOCUMENT_ROOT"]) . '#', '[doc-root]', $text); - $text = 'WebP Express 0.14.16. ' . $msgTop . ', ' . date("Y-m-d H:i:s") . "\n\r\n\r" . $text; + $text = 'WebP Express 0.14.17. ' . $msgTop . ', ' . date("Y-m-d H:i:s") . "\n\r\n\r" . $text; $logFile = self::getLogFilename($source, $logDir); diff --git a/webp-express.php b/webp-express.php index d5f09f64..ec3e4cff 100644 --- a/webp-express.php +++ b/webp-express.php @@ -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.14.16 + * Version: 0.14.17 * Author: Bjørn Rosell * Author URI: https://www.bitwise-it.dk * License: GPL2