Skip to content

Commit 038e7c3

Browse files
committed
[VERSION] v1.3.1 changelog&lang
1 parent 5f26e4b commit 038e7c3

File tree

5 files changed

+37
-17
lines changed

5 files changed

+37
-17
lines changed

litespeed-cache/admin/tpl/settings_optimize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<td>
174174
<?php $this->build_switch( LiteSpeed_Cache_Config::OPID_OPTM_EMOJI_RM ) ; ?>
175175
<div class="litespeed-desc">
176-
<?php echo __( 'Load emoji from user\'s browser. This will stop loading emoji JS from WordPress.', 'litespeed-cache' ) ; ?>
176+
<?php echo __( 'Enable this setting to stop loading emoji from wordpress.org. The visitor\'s browser default emoji will be displayed instead.', 'litespeed-cache' ) ; ?>
177177
<?php echo __( 'This can improve your speed score in services like Pingdom, GTmetrix and PageSpeed.', 'litespeed-cache' ) ; ?>
178178
</div>
179179
</td>

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' ;
21+
const PLUGIN_VERSION = '1.3.1' ;
2222

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

litespeed-cache/languages/litespeed-cache.pot

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the same license as the LiteSpeed Cache package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: LiteSpeed Cache 1.3\n"
5+
"Project-Id-Version: LiteSpeed Cache 1.3.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/litespeed-cache\n"
7-
"POT-Creation-Date: 2017-10-01 21:27:55+00:00\n"
7+
"POT-Creation-Date: 2017-10-05 19:11:47+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=UTF-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -320,13 +320,13 @@ msgstr ""
320320
msgid "Optimized all tables."
321321
msgstr ""
322322

323-
#: admin/litespeed-cache-admin-rules.class.php:637
323+
#: admin/litespeed-cache-admin-rules.class.php:629
324324
msgid ""
325325
"<p>Please add/replace the following codes into the beginning of %1$s:</p> "
326326
"%2$s"
327327
msgstr ""
328328

329-
#: admin/litespeed-cache-admin-rules.class.php:835
329+
#: admin/litespeed-cache-admin-rules.class.php:827
330330
msgid "File Saved."
331331
msgstr ""
332332

@@ -366,30 +366,30 @@ msgstr ""
366366
msgid "500"
367367
msgstr ""
368368

369-
#: admin/litespeed-cache-admin-settings.class.php:542
369+
#: admin/litespeed-cache-admin-settings.class.php:543
370370
#: admin/tpl/settings_debug.php:75
371371
msgid "Log File Size Limit"
372372
msgstr ""
373373

374-
#: admin/litespeed-cache-admin-settings.class.php:608
374+
#: admin/litespeed-cache-admin-settings.class.php:609
375375
#: admin/tpl/settings_crawler.php:10
376376
msgid "Delay"
377377
msgstr ""
378378

379-
#: admin/litespeed-cache-admin-settings.class.php:609
379+
#: admin/litespeed-cache-admin-settings.class.php:610
380380
#: admin/tpl/settings_crawler.php:22
381381
msgid "Run Duration"
382382
msgstr ""
383383

384-
#: admin/litespeed-cache-admin-settings.class.php:610
384+
#: admin/litespeed-cache-admin-settings.class.php:611
385385
msgid "Cron Interval"
386386
msgstr ""
387387

388-
#: admin/litespeed-cache-admin-settings.class.php:611
388+
#: admin/litespeed-cache-admin-settings.class.php:612
389389
msgid "Whole Interval"
390390
msgstr ""
391391

392-
#: admin/litespeed-cache-admin-settings.class.php:612
392+
#: admin/litespeed-cache-admin-settings.class.php:613
393393
#: admin/tpl/settings_crawler.php:58
394394
msgid "Threads"
395395
msgstr ""
@@ -2744,7 +2744,7 @@ msgid "Remove query strings from static resources."
27442744
msgstr ""
27452745

27462746
#: admin/tpl/settings_optimize.php:124 admin/tpl/settings_optimize.php:145
2747-
#: admin/tpl/settings_optimize.php:166
2747+
#: admin/tpl/settings_optimize.php:166 admin/tpl/settings_optimize.php:177
27482748
msgid ""
27492749
"This can improve your speed score in services like Pingdom, GTmetrix and "
27502750
"PageSpeed."
@@ -2782,6 +2782,16 @@ msgstr ""
27822782
msgid "Doing so can help reduce resource contention and improve performance."
27832783
msgstr ""
27842784

2785+
#: admin/tpl/settings_optimize.php:172
2786+
msgid "Remove WordPress Emoji"
2787+
msgstr ""
2788+
2789+
#: admin/tpl/settings_optimize.php:176
2790+
msgid ""
2791+
"Enable this setting to stop loading emoji from wordpress.org. The visitor's "
2792+
"browser default emoji will be displayed instead."
2793+
msgstr ""
2794+
27852795
#: admin/tpl/settings_purge.php:5
27862796
msgid "Purge Settings"
27872797
msgstr ""
@@ -3043,7 +3053,7 @@ msgstr ""
30433053
msgid "Purge url %s"
30443054
msgstr ""
30453055

3046-
#: includes/litespeed-cache-task.class.php:106
3056+
#: includes/litespeed-cache-task.class.php:111
30473057
msgid "LiteSpeed Cache Custom Cron"
30483058
msgstr ""
30493059

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
18+
* Version: 1.3.1
1919
* Author: LiteSpeed Technologies
2020
* Author URI: https://www.litespeedtech.com
2121
* License: GPLv3

litespeed-cache/readme.txt

Lines changed: 12 additions & 2 deletions
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
6+
Stable tag: 1.3.1
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl.html
99

@@ -104,7 +104,7 @@ If you have any API requirements, please inform us anytime in [WP Forum](https:/
104104
* [ShortPixel](https://shortpixel.com/h/af/CXNO4OI28044/)
105105
* Aelia CurrencySwitcher
106106
* [Fast Velocity Minify](https://wordpress.org/plugins/fast-velocity-minify/) - Thanks Raul Peixoto!
107-
* [Autoptimize](https://wordpress.org/plugins/autoptimize/)
107+
* Autoptimize
108108
* [Better WP Minify](https://wordpress.org/plugins/bwp-minify/)
109109
* [WP Touch](https://wordpress.org/plugins/wptouch/)
110110
* [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
236236

237237
== Changelog ==
238238

239+
= 1.3.1 - October 5 2017 =
240+
* [NEW FEATURE] Remove WP Emoji Option.
241+
* [IMPROVEMENT] Separated optimizer data from wp_options to improve compatibility with backup plugins.
242+
* [IMPROVEMENT] Enhanced crawler cron hook to prevent de-scheduling in some cases.
243+
* [IMPROVEMENT] Enhanced Remove Query Strings to also remove Emoji query strings.
244+
* [IMPROVEMENT] Enhanced HTML detection when extra spaces are present at the beginning.
245+
* [UPDATE] Added private cache support for OLS.
246+
* [BUGFIX] Self-redirects are no longer cached.
247+
* [BUGFIX] Fixed css async lib warning when loading in HTTP/2 push.
248+
239249
= 1.3 - October 1 2017 =
240250
* [NEW FEATURE] Added Browser Cache support.
241251
* [NEW FEATURE] Added Remove Query Strings support.

0 commit comments

Comments
 (0)