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 @@
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.