Changeset 2455410
- Timestamp:
- 01/13/2021 10:00:06 AM (5 years ago)
- Location:
- wpo-enhancements/trunk
- Files:
-
- 3 edited
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/frontend.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpo-enhancements/trunk/plugin.php
r2453908 r2455410 3 3 Plugin Name: WPO Enhancements 4 4 Description: Some tricks and tips to rock our website. Depends on WPRocket plugin. Adjust some options and improve Core Web Vitals score on Page Speed Insights. 5 Version: 2.0.1 05 Version: 2.0.11 6 6 Requires at lest: 4.9 7 7 Requires PHP: 7.0 -
wpo-enhancements/trunk/readme.txt
r2453908 r2455410 25 25 26 26 == Changelog == 27 = 2.0.11 = 28 * Bugfix. Debug operators removed 29 27 30 = 2.0.10 = 28 31 * Bugfix. Unable to load resources followed by a hash symbol. -
wpo-enhancements/trunk/src/frontend.php
r2443860 r2455410 103 103 104 104 if (defined('DONOTROCKETOPTIMIZE') && !DONOTROCKETOPTIMIZE) { 105 echo 9;die;106 105 return false; 107 106 } … … 285 284 { 286 285 if (!$this->apply_wpo_enhancements()) { 287 return 2;288 286 return $buffer; 289 287 }
Note: See TracChangeset
for help on using the changeset viewer.