Plugin Directory

Changeset 2455410


Ignore:
Timestamp:
01/13/2021 10:00:06 AM (5 years ago)
Author:
SultanICQ
Message:

2.0.11

  • Bugfix. Debug operators removed
Location:
wpo-enhancements/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpo-enhancements/trunk/plugin.php

    r2453908 r2455410  
    33Plugin Name: WPO Enhancements
    44Description: 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.10
     5Version: 2.0.11
    66Requires at lest: 4.9
    77Requires PHP: 7.0
  • wpo-enhancements/trunk/readme.txt

    r2453908 r2455410  
    2525
    2626== Changelog ==
     27= 2.0.11 =
     28* Bugfix. Debug operators removed
     29
    2730= 2.0.10 =
    2831* Bugfix. Unable to load resources followed by a hash symbol.
  • wpo-enhancements/trunk/src/frontend.php

    r2443860 r2455410  
    103103
    104104        if (defined('DONOTROCKETOPTIMIZE') && !DONOTROCKETOPTIMIZE) {
    105             echo 9;die;
    106105            return false;
    107106        }
     
    285284    {
    286285        if (!$this->apply_wpo_enhancements()) {
    287             return 2;
    288286            return $buffer;
    289287        }
Note: See TracChangeset for help on using the changeset viewer.