Changeset 2429756
- Timestamp:
- 12/01/2020 07:11:36 PM (5 years ago)
- Location:
- wpo-enhancements/trunk
- Files:
-
- 3 edited
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/frontend.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpo-enhancements/trunk/plugin.php
r2429702 r2429756 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. 55 Version: 2.0.6 6 6 Requires at lest: 4.9 7 7 Requires PHP: 7.0 -
wpo-enhancements/trunk/readme.txt
r2429702 r2429756 4 4 Requires at least: 4.9 5 5 Tested up to: 5.5.3 6 Stable tag: 2.0. 46 Stable tag: 2.0.6 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 25 25 26 26 == Changelog == 27 = 2.0.6 = 28 * Bugfix. In some cases the page could render empty. 29 27 30 = 2.0.5 = 28 31 * Added compatibility checkbox for plugin "Recaptcha in wp comments" on configuration page. -
wpo-enhancements/trunk/src/frontend.php
r2429702 r2429756 254 254 { 255 255 if (!$this->apply_wpo_enhancements()) { 256 return ;256 return $buffer; 257 257 } 258 258 … … 284 284 { 285 285 if (!$this->apply_wpo_enhancements()) { 286 return ;286 return $buffer; 287 287 } 288 288
Note: See TracChangeset
for help on using the changeset viewer.