Plugin Directory

Changeset 2785404


Ignore:
Timestamp:
09/15/2022 02:42:22 PM (3 years ago)
Author:
speedien
Message:

v1.1.4

Location:
speedien
Files:
4 deleted
3 edited
6 copied

Legend:

Unmodified
Added
Removed
  • speedien/tags/1.1.4/readme.txt

    r2785403 r2785404  
    22Contributors: speedien, nestify
    33Tags: pagespeed, cache, webperf, core web vitals, vitals
    4 Requires at least: 4.6
    5 Tested up to: 6.0
     4Requires at least: 4.9
     5Tested up to: 6.0.2
    66Requires PHP: 5.6
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    140140== Changelog ==
    141141
     142= 1.1.4 - 15 Sep, 2022 =
     143- Added support for Cloudflare APO
     144
    142145= 1.1.3 - 11 Jun, 2022 =
    143146- Bugfix for plugin settings page
  • speedien/tags/1.1.4/speedien.php

    r2785403 r2785404  
    77 * Text Domain:     speedien
    88 * Domain Path:     /
    9  * Version:         1.1.3
     9 * Version:         1.1.4
    1010 */
    1111
  • speedien/tags/1.1.4/speedien_cache.php

    r2785403 r2785404  
    109109            list($tag) = $matches;
    110110
    111             $EXTRA = constant('wpspdn_EXTRA_ATTRS') ?: '';
     111            $EXTRA = '';
    112112
    113113            $result = $tag;
     
    181181        $cdnurl = 'nocdn';
    182182    }
     183
     184    if(defined('CDN_SITE_ID'))
     185    {
     186        $cdnurl = 'nocdn';
     187    }
    183188       
    184189    if($cdnurl!== 'nocdn')
  • speedien/trunk/readme.txt

    r2740917 r2785404  
    22Contributors: speedien, nestify
    33Tags: pagespeed, cache, webperf, core web vitals, vitals
    4 Requires at least: 4.6
    5 Tested up to: 6.0
     4Requires at least: 4.9
     5Tested up to: 6.0.2
    66Requires PHP: 5.6
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    140140== Changelog ==
    141141
     142= 1.1.4 - 15 Sep, 2022 =
     143- Added support for Cloudflare APO
     144
    142145= 1.1.3 - 11 Jun, 2022 =
    143146- Bugfix for plugin settings page
  • speedien/trunk/speedien.php

    r2740917 r2785404  
    77 * Text Domain:     speedien
    88 * Domain Path:     /
    9  * Version:         1.1.3
     9 * Version:         1.1.4
    1010 */
    1111
  • speedien/trunk/speedien_cache.php

    r2740917 r2785404  
    109109            list($tag) = $matches;
    110110
    111             $EXTRA = constant('wpspdn_EXTRA_ATTRS') ?: '';
     111            $EXTRA = '';
    112112
    113113            $result = $tag;
     
    181181        $cdnurl = 'nocdn';
    182182    }
     183
     184    if(defined('CDN_SITE_ID'))
     185    {
     186        $cdnurl = 'nocdn';
     187    }
    183188       
    184189    if($cdnurl!== 'nocdn')
Note: See TracChangeset for help on using the changeset viewer.