Plugin Directory

Changeset 2429756


Ignore:
Timestamp:
12/01/2020 07:11:36 PM (5 years ago)
Author:
SultanICQ
Message:

2.0.6

  • Bugfix. In some cases the page could render empty.
Location:
wpo-enhancements/trunk
Files:
3 edited

Legend:

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

    r2429702 r2429756  
    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.5
     5Version: 2.0.6
    66Requires at lest: 4.9
    77Requires PHP: 7.0
  • wpo-enhancements/trunk/readme.txt

    r2429702 r2429756  
    44Requires at least: 4.9
    55Tested up to: 5.5.3
    6 Stable tag: 2.0.4
     6Stable tag: 2.0.6
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2525
    2626== Changelog ==
     27= 2.0.6 =
     28* Bugfix. In some cases the page could render empty.
     29
    2730= 2.0.5 =
    2831* Added compatibility checkbox for plugin "Recaptcha in wp comments" on configuration page.
  • wpo-enhancements/trunk/src/frontend.php

    r2429702 r2429756  
    254254    {
    255255        if (!$this->apply_wpo_enhancements()) {
    256             return;
     256            return $buffer;
    257257        }
    258258
     
    284284    {
    285285        if (!$this->apply_wpo_enhancements()) {
    286             return;
     286            return $buffer;
    287287        }
    288288
Note: See TracChangeset for help on using the changeset viewer.