Skip to content

Commit

Permalink
[Version] v1.3.1.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-hai committed Oct 6, 2017
1 parent 038e7c3 commit 5f58778
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion litespeed-cache/inc/data.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion litespeed-cache/includes/litespeed-cache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;

Expand Down
2 changes: 1 addition & 1 deletion litespeed-cache/litespeed-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion litespeed-cache/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5f58778

Please sign in to comment.