From 5f58778d7dde5512c2fe96c5d4d590d61657d364 Mon Sep 17 00:00:00 2001 From: Hai Zheng Date: Fri, 6 Oct 2017 10:16:59 -0400 Subject: [PATCH] [Version] v1.3.1.1 hotfix --- litespeed-cache/inc/data.class.php | 2 +- litespeed-cache/includes/litespeed-cache.class.php | 2 +- litespeed-cache/litespeed-cache.php | 2 +- litespeed-cache/readme.txt | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/litespeed-cache/inc/data.class.php b/litespeed-cache/inc/data.class.php index 4ee796746..04651b94a 100644 --- a/litespeed-cache/inc/data.class.php +++ b/litespeed-cache/inc/data.class.php @@ -124,7 +124,7 @@ private function _optm_sync() $s = sprintf( 'CREATE TABLE IF NOT EXISTS `%1$s` ( `id` int(11) NOT NULL AUTO_INCREMENT, - `hash_name` varchar(255) NOT NULL COMMENT "hash.filetype", + `hash_name` varchar(60) NOT NULL COMMENT "hash.filetype", `src` text NOT NULL COMMENT "full url array set", `dateline` int(11) NOT NULL, `refer` varchar(255) NOT NULL COMMENT "The container page url", diff --git a/litespeed-cache/includes/litespeed-cache.class.php b/litespeed-cache/includes/litespeed-cache.class.php index ee54480f8..400144656 100644 --- a/litespeed-cache/includes/litespeed-cache.class.php +++ b/litespeed-cache/includes/litespeed-cache.class.php @@ -18,7 +18,7 @@ class LiteSpeed_Cache private static $_instance ; const PLUGIN_NAME = 'litespeed-cache' ; - const PLUGIN_VERSION = '1.3.1' ; + const PLUGIN_VERSION = '1.3.1.1' ; const PAGE_EDIT_HTACCESS = 'lscache-edit-htaccess' ; diff --git a/litespeed-cache/litespeed-cache.php b/litespeed-cache/litespeed-cache.php index cfd7dc3de..5ca758f42 100755 --- a/litespeed-cache/litespeed-cache.php +++ b/litespeed-cache/litespeed-cache.php @@ -15,7 +15,7 @@ * Plugin Name: LiteSpeed Cache * Plugin URI: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration * Description: WordPress plugin to connect to LSCache on LiteSpeed Web Server. - * Version: 1.3.1 + * Version: 1.3.1.1 * Author: LiteSpeed Technologies * Author URI: https://www.litespeedtech.com * License: GPLv3 diff --git a/litespeed-cache/readme.txt b/litespeed-cache/readme.txt index 98ae4ab2d..fb16bfaa0 100755 --- a/litespeed-cache/readme.txt +++ b/litespeed-cache/readme.txt @@ -3,7 +3,7 @@ Contributors: LiteSpeedTech Tags: cache, wp-cache, litespeed, super cache, http2, total cache, wordfence Requires at least: 4.0 Tested up to: 4.8.2 -Stable tag: 1.3.1 +Stable tag: 1.3.1.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html @@ -236,6 +236,9 @@ For more detailed information about crawler setup, please see [our blog post](ht == Changelog == += 1.3.1.1 - October 6 2017 = +* [BUGFIX] Improved optimizer table creating process in certain database charset to avoid css/js minify/combination failure. + = 1.3.1 - October 5 2017 = * [NEW FEATURE] Remove WP Emoji Option. * [IMPROVEMENT] Separated optimizer data from wp_options to improve compatibility with backup plugins.