From 038e7c3ab910961af8f3c93ae84be075b4ae1fc8 Mon Sep 17 00:00:00 2001 From: Hai Zheng Date: Thu, 5 Oct 2017 15:12:12 -0400 Subject: [PATCH] [VERSION] v1.3.1 changelog&lang --- .../admin/tpl/settings_optimize.php | 2 +- .../includes/litespeed-cache.class.php | 2 +- litespeed-cache/languages/litespeed-cache.pot | 34 ++++++++++++------- litespeed-cache/litespeed-cache.php | 2 +- litespeed-cache/readme.txt | 14 ++++++-- 5 files changed, 37 insertions(+), 17 deletions(-) diff --git a/litespeed-cache/admin/tpl/settings_optimize.php b/litespeed-cache/admin/tpl/settings_optimize.php index 0d9742bf7..ba9b39cb9 100644 --- a/litespeed-cache/admin/tpl/settings_optimize.php +++ b/litespeed-cache/admin/tpl/settings_optimize.php @@ -173,7 +173,7 @@ build_switch( LiteSpeed_Cache_Config::OPID_OPTM_EMOJI_RM ) ; ?>
- +
diff --git a/litespeed-cache/includes/litespeed-cache.class.php b/litespeed-cache/includes/litespeed-cache.class.php index fbce1ae56..ee54480f8 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' ; + const PLUGIN_VERSION = '1.3.1' ; const PAGE_EDIT_HTACCESS = 'lscache-edit-htaccess' ; diff --git a/litespeed-cache/languages/litespeed-cache.pot b/litespeed-cache/languages/litespeed-cache.pot index 9ac8c9e14..3734a397f 100755 --- a/litespeed-cache/languages/litespeed-cache.pot +++ b/litespeed-cache/languages/litespeed-cache.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the LiteSpeed Cache package. msgid "" msgstr "" -"Project-Id-Version: LiteSpeed Cache 1.3\n" +"Project-Id-Version: LiteSpeed Cache 1.3.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/litespeed-cache\n" -"POT-Creation-Date: 2017-10-01 21:27:55+00:00\n" +"POT-Creation-Date: 2017-10-05 19:11:47+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -320,13 +320,13 @@ msgstr "" msgid "Optimized all tables." msgstr "" -#: admin/litespeed-cache-admin-rules.class.php:637 +#: admin/litespeed-cache-admin-rules.class.php:629 msgid "" "

Please add/replace the following codes into the beginning of %1$s:

" "%2$s" msgstr "" -#: admin/litespeed-cache-admin-rules.class.php:835 +#: admin/litespeed-cache-admin-rules.class.php:827 msgid "File Saved." msgstr "" @@ -366,30 +366,30 @@ msgstr "" msgid "500" msgstr "" -#: admin/litespeed-cache-admin-settings.class.php:542 +#: admin/litespeed-cache-admin-settings.class.php:543 #: admin/tpl/settings_debug.php:75 msgid "Log File Size Limit" msgstr "" -#: admin/litespeed-cache-admin-settings.class.php:608 +#: admin/litespeed-cache-admin-settings.class.php:609 #: admin/tpl/settings_crawler.php:10 msgid "Delay" msgstr "" -#: admin/litespeed-cache-admin-settings.class.php:609 +#: admin/litespeed-cache-admin-settings.class.php:610 #: admin/tpl/settings_crawler.php:22 msgid "Run Duration" msgstr "" -#: admin/litespeed-cache-admin-settings.class.php:610 +#: admin/litespeed-cache-admin-settings.class.php:611 msgid "Cron Interval" msgstr "" -#: admin/litespeed-cache-admin-settings.class.php:611 +#: admin/litespeed-cache-admin-settings.class.php:612 msgid "Whole Interval" msgstr "" -#: admin/litespeed-cache-admin-settings.class.php:612 +#: admin/litespeed-cache-admin-settings.class.php:613 #: admin/tpl/settings_crawler.php:58 msgid "Threads" msgstr "" @@ -2744,7 +2744,7 @@ msgid "Remove query strings from static resources." msgstr "" #: admin/tpl/settings_optimize.php:124 admin/tpl/settings_optimize.php:145 -#: admin/tpl/settings_optimize.php:166 +#: admin/tpl/settings_optimize.php:166 admin/tpl/settings_optimize.php:177 msgid "" "This can improve your speed score in services like Pingdom, GTmetrix and " "PageSpeed." @@ -2782,6 +2782,16 @@ msgstr "" msgid "Doing so can help reduce resource contention and improve performance." msgstr "" +#: admin/tpl/settings_optimize.php:172 +msgid "Remove WordPress Emoji" +msgstr "" + +#: admin/tpl/settings_optimize.php:176 +msgid "" +"Enable this setting to stop loading emoji from wordpress.org. The visitor's " +"browser default emoji will be displayed instead." +msgstr "" + #: admin/tpl/settings_purge.php:5 msgid "Purge Settings" msgstr "" @@ -3043,7 +3053,7 @@ msgstr "" msgid "Purge url %s" msgstr "" -#: includes/litespeed-cache-task.class.php:106 +#: includes/litespeed-cache-task.class.php:111 msgid "LiteSpeed Cache Custom Cron" msgstr "" diff --git a/litespeed-cache/litespeed-cache.php b/litespeed-cache/litespeed-cache.php index 931dc711a..cfd7dc3de 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 + * Version: 1.3.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 82b9e34e3..98ae4ab2d 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 +Stable tag: 1.3.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html @@ -104,7 +104,7 @@ If you have any API requirements, please inform us anytime in [WP Forum](https:/ * [ShortPixel](https://shortpixel.com/h/af/CXNO4OI28044/) * Aelia CurrencySwitcher * [Fast Velocity Minify](https://wordpress.org/plugins/fast-velocity-minify/) - Thanks Raul Peixoto! -* [Autoptimize](https://wordpress.org/plugins/autoptimize/) +* Autoptimize * [Better WP Minify](https://wordpress.org/plugins/bwp-minify/) * [WP Touch](https://wordpress.org/plugins/wptouch/) * [Theme My Login](https://wordpress.org/plugins/theme-my-login/) @@ -236,6 +236,16 @@ For more detailed information about crawler setup, please see [our blog post](ht == Changelog == += 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. +* [IMPROVEMENT] Enhanced crawler cron hook to prevent de-scheduling in some cases. +* [IMPROVEMENT] Enhanced Remove Query Strings to also remove Emoji query strings. +* [IMPROVEMENT] Enhanced HTML detection when extra spaces are present at the beginning. +* [UPDATE] Added private cache support for OLS. +* [BUGFIX] Self-redirects are no longer cached. +* [BUGFIX] Fixed css async lib warning when loading in HTTP/2 push. + = 1.3 - October 1 2017 = * [NEW FEATURE] Added Browser Cache support. * [NEW FEATURE] Added Remove Query Strings support.