Skip to content

Commit 5f58778

Browse files
committed
[Version] v1.3.1.1 hotfix
1 parent 038e7c3 commit 5f58778

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

litespeed-cache/inc/data.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private function _optm_sync()
124124
$s = sprintf(
125125
'CREATE TABLE IF NOT EXISTS `%1$s` (
126126
`id` int(11) NOT NULL AUTO_INCREMENT,
127-
`hash_name` varchar(255) NOT NULL COMMENT "hash.filetype",
127+
`hash_name` varchar(60) NOT NULL COMMENT "hash.filetype",
128128
`src` text NOT NULL COMMENT "full url array set",
129129
`dateline` int(11) NOT NULL,
130130
`refer` varchar(255) NOT NULL COMMENT "The container page url",

litespeed-cache/includes/litespeed-cache.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class LiteSpeed_Cache
1818
private static $_instance ;
1919

2020
const PLUGIN_NAME = 'litespeed-cache' ;
21-
const PLUGIN_VERSION = '1.3.1' ;
21+
const PLUGIN_VERSION = '1.3.1.1' ;
2222

2323
const PAGE_EDIT_HTACCESS = 'lscache-edit-htaccess' ;
2424

litespeed-cache/litespeed-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: LiteSpeed Cache
1616
* Plugin URI: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration
1717
* Description: WordPress plugin to connect to LSCache on LiteSpeed Web Server.
18-
* Version: 1.3.1
18+
* Version: 1.3.1.1
1919
* Author: LiteSpeed Technologies
2020
* Author URI: https://www.litespeedtech.com
2121
* License: GPLv3

litespeed-cache/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: LiteSpeedTech
33
Tags: cache, wp-cache, litespeed, super cache, http2, total cache, wordfence
44
Requires at least: 4.0
55
Tested up to: 4.8.2
6-
Stable tag: 1.3.1
6+
Stable tag: 1.3.1.1
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl.html
99

@@ -236,6 +236,9 @@ For more detailed information about crawler setup, please see [our blog post](ht
236236

237237
== Changelog ==
238238

239+
= 1.3.1.1 - October 6 2017 =
240+
* [BUGFIX] Improved optimizer table creating process in certain database charset to avoid css/js minify/combination failure.
241+
239242
= 1.3.1 - October 5 2017 =
240243
* [NEW FEATURE] Remove WP Emoji Option.
241244
* [IMPROVEMENT] Separated optimizer data from wp_options to improve compatibility with backup plugins.

0 commit comments

Comments
 (0)