Changeset 2064495
- Timestamp:
- 04/07/2019 06:17:12 AM (7 years ago)
- Location:
- hostry-pagespeed-booster/trunk
- Files:
-
- 3 edited
-
cdn-minifier.php (modified) (1 diff)
-
includes/main/CdnMinifierPlugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hostry-pagespeed-booster/trunk/cdn-minifier.php
r2063659 r2064495 6 6 Author URI: https://hostry.com/ 7 7 License: GPLv2 or later 8 Version: 1.1. 28 Version: 1.1.3 9 9 */ 10 10 -
hostry-pagespeed-booster/trunk/includes/main/CdnMinifierPlugin.php
r2063659 r2064495 26 26 protected static function register_languages() 27 27 { 28 $dir_languages = plugin_basename(dirname( __DIR__, 2)) . '/languages';28 $dir_languages = plugin_basename(dirname(dirname(__DIR__))) . '/languages'; 29 29 load_plugin_textdomain('cdn-minifier', false, $dir_languages); 30 30 } -
hostry-pagespeed-booster/trunk/readme.txt
r2063659 r2064495 40 40 == Changelog == 41 41 42 = 1.1.3 = 43 * Fixed include language for version PHP <7.0.0 44 42 45 = 1.1.2 = 43 46 * Fixed bug minified RSS FEED
Note: See TracChangeset
for help on using the changeset viewer.