Changeset 2785404
- Timestamp:
- 09/15/2022 02:42:22 PM (3 years ago)
- Location:
- speedien
- Files:
-
- 4 deleted
- 3 edited
- 6 copied
-
tags/1.1.4 (copied) (copied from speedien/trunk)
-
tags/1.1.4/advanced-cache.php (deleted)
-
tags/1.1.4/readme.txt (copied) (copied from speedien/trunk/readme.txt) (2 diffs)
-
tags/1.1.4/speedien.php (copied) (copied from speedien/trunk/speedien.php) (1 diff)
-
tags/1.1.4/speedien_admin_bar.php (deleted)
-
tags/1.1.4/speedien_admin_notice.php (deleted)
-
tags/1.1.4/speedien_cache.php (copied) (copied from speedien/trunk/speedien_cache.php) (2 diffs)
-
tags/1.1.4/speedien_config.php (copied) (copied from speedien/trunk/speedien_config.php)
-
tags/1.1.4/speedien_purge_hooks.php (deleted)
-
tags/1.1.4/speedien_ui.php (copied) (copied from speedien/trunk/speedien_ui.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/speedien.php (modified) (1 diff)
-
trunk/speedien_cache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
speedien/tags/1.1.4/readme.txt
r2785403 r2785404 2 2 Contributors: speedien, nestify 3 3 Tags: pagespeed, cache, webperf, core web vitals, vitals 4 Requires at least: 4. 65 Tested up to: 6.0 4 Requires at least: 4.9 5 Tested up to: 6.0.2 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 140 140 == Changelog == 141 141 142 = 1.1.4 - 15 Sep, 2022 = 143 - Added support for Cloudflare APO 144 142 145 = 1.1.3 - 11 Jun, 2022 = 143 146 - Bugfix for plugin settings page -
speedien/tags/1.1.4/speedien.php
r2785403 r2785404 7 7 * Text Domain: speedien 8 8 * Domain Path: / 9 * Version: 1.1. 39 * Version: 1.1.4 10 10 */ 11 11 -
speedien/tags/1.1.4/speedien_cache.php
r2785403 r2785404 109 109 list($tag) = $matches; 110 110 111 $EXTRA = constant('wpspdn_EXTRA_ATTRS') ?:'';111 $EXTRA = ''; 112 112 113 113 $result = $tag; … … 181 181 $cdnurl = 'nocdn'; 182 182 } 183 184 if(defined('CDN_SITE_ID')) 185 { 186 $cdnurl = 'nocdn'; 187 } 183 188 184 189 if($cdnurl!== 'nocdn') -
speedien/trunk/readme.txt
r2740917 r2785404 2 2 Contributors: speedien, nestify 3 3 Tags: pagespeed, cache, webperf, core web vitals, vitals 4 Requires at least: 4. 65 Tested up to: 6.0 4 Requires at least: 4.9 5 Tested up to: 6.0.2 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 140 140 == Changelog == 141 141 142 = 1.1.4 - 15 Sep, 2022 = 143 - Added support for Cloudflare APO 144 142 145 = 1.1.3 - 11 Jun, 2022 = 143 146 - Bugfix for plugin settings page -
speedien/trunk/speedien.php
r2740917 r2785404 7 7 * Text Domain: speedien 8 8 * Domain Path: / 9 * Version: 1.1. 39 * Version: 1.1.4 10 10 */ 11 11 -
speedien/trunk/speedien_cache.php
r2740917 r2785404 109 109 list($tag) = $matches; 110 110 111 $EXTRA = constant('wpspdn_EXTRA_ATTRS') ?:'';111 $EXTRA = ''; 112 112 113 113 $result = $tag; … … 181 181 $cdnurl = 'nocdn'; 182 182 } 183 184 if(defined('CDN_SITE_ID')) 185 { 186 $cdnurl = 'nocdn'; 187 } 183 188 184 189 if($cdnurl!== 'nocdn')
Note: See TracChangeset
for help on using the changeset viewer.