Changeset 2550897
- Timestamp:
- 06/19/2021 06:44:15 PM (5 years ago)
- Location:
- speedien
- Files:
-
- 3 edited
- 18 copied
-
tags/1.0.5 (copied) (copied from speedien/trunk)
-
tags/1.0.5/advanced-cache.php (copied) (copied from speedien/trunk/advanced-cache.php)
-
tags/1.0.5/readme.txt (copied) (copied from speedien/trunk/readme.txt) (2 diffs)
-
tags/1.0.5/speedien.php (copied) (copied from speedien/trunk/speedien.php) (1 diff)
-
tags/1.0.5/speedien_admin_bar.php (copied) (copied from speedien/trunk/speedien_admin_bar.php)
-
tags/1.0.5/speedien_admin_notice.php (copied) (copied from speedien/trunk/speedien_admin_notice.php)
-
tags/1.0.5/speedien_cache.php (copied) (copied from speedien/trunk/speedien_cache.php) (2 diffs)
-
tags/1.0.5/speedien_purge_hooks.php (copied) (copied from speedien/trunk/speedien_purge_hooks.php)
-
tags/1.0.5/speedien_ui.php (copied) (copied from speedien/trunk/speedien_ui.php)
-
tags/1.0.5/trunk (copied) (copied from speedien/trunk)
-
tags/1.0.5/trunk/advanced-cache.php (copied) (copied from speedien/trunk/advanced-cache.php)
-
tags/1.0.5/trunk/readme.txt (copied) (copied from speedien/trunk/readme.txt) (2 diffs)
-
tags/1.0.5/trunk/speedien.php (copied) (copied from speedien/trunk/speedien.php) (1 diff)
-
tags/1.0.5/trunk/speedien_admin_bar.php (copied) (copied from speedien/trunk/speedien_admin_bar.php)
-
tags/1.0.5/trunk/speedien_admin_notice.php (copied) (copied from speedien/trunk/speedien_admin_notice.php)
-
tags/1.0.5/trunk/speedien_cache.php (copied) (copied from speedien/trunk/speedien_cache.php) (2 diffs)
-
tags/1.0.5/trunk/speedien_purge_hooks.php (copied) (copied from speedien/trunk/speedien_purge_hooks.php)
-
tags/1.0.5/trunk/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.0.5/readme.txt
r2547636 r2550897 5 5 Tested up to: 5.7 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 137 137 == Changelog == 138 138 139 = 1.0.5 - 19 Jun, 2021 = 140 - Improved 404 and error handling 141 - Minor bug fixes 142 139 143 = 1.0.4 - 14 Jun, 2021 = 140 144 - Improved javascript optimization -
speedien/tags/1.0.5/speedien.php
r2547636 r2550897 7 7 * Text Domain: speedien 8 8 * Domain Path: / 9 * Version: 1.0. 49 * Version: 1.0.5 10 10 */ 11 11 -
speedien/tags/1.0.5/speedien_cache.php
r2547636 r2550897 5 5 $bypass_cache = 0; 6 6 7 $speedien_cache_exclusions = array('wp-login.php','wp-cron.php','w c-api','wp-json','my-account','cart','checkout','amp','feed','xmlrpc');7 $speedien_cache_exclusions = array('wp-login.php','wp-cron.php','wp-admin','wc-api','wp-json','my-account','cart','checkout','amp','feed','page','tag','search','xmlrpc'); 8 8 9 9 foreach($speedien_cache_exclusions as $slug) … … 16 16 17 17 if ( defined( 'WP_CLI' ) && WP_CLI ) { 18 $bypass_cache = 1; 19 } 20 21 if ( is_404() ) { 18 22 $bypass_cache = 1; 19 23 } -
speedien/tags/1.0.5/trunk/readme.txt
r2550896 r2550897 5 5 Tested up to: 5.7 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 137 137 == Changelog == 138 138 139 = 1.0.5 - 19 Jun, 2021 = 140 - Improved 404 and error handling 141 - Minor bug fixes 142 139 143 = 1.0.4 - 14 Jun, 2021 = 140 144 - Improved javascript optimization -
speedien/tags/1.0.5/trunk/speedien.php
r2550896 r2550897 7 7 * Text Domain: speedien 8 8 * Domain Path: / 9 * Version: 1.0. 49 * Version: 1.0.5 10 10 */ 11 11 -
speedien/tags/1.0.5/trunk/speedien_cache.php
r2550896 r2550897 5 5 $bypass_cache = 0; 6 6 7 $speedien_cache_exclusions = array('wp-login.php','wp-cron.php','w c-api','wp-json','my-account','cart','checkout','amp','feed','xmlrpc');7 $speedien_cache_exclusions = array('wp-login.php','wp-cron.php','wp-admin','wc-api','wp-json','my-account','cart','checkout','amp','feed','page','tag','search','xmlrpc'); 8 8 9 9 foreach($speedien_cache_exclusions as $slug) … … 16 16 17 17 if ( defined( 'WP_CLI' ) && WP_CLI ) { 18 $bypass_cache = 1; 19 } 20 21 if ( is_404() ) { 18 22 $bypass_cache = 1; 19 23 } -
speedien/trunk/readme.txt
r2547636 r2550897 5 5 Tested up to: 5.7 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 137 137 == Changelog == 138 138 139 = 1.0.5 - 19 Jun, 2021 = 140 - Improved 404 and error handling 141 - Minor bug fixes 142 139 143 = 1.0.4 - 14 Jun, 2021 = 140 144 - Improved javascript optimization -
speedien/trunk/speedien.php
r2547636 r2550897 7 7 * Text Domain: speedien 8 8 * Domain Path: / 9 * Version: 1.0. 49 * Version: 1.0.5 10 10 */ 11 11 -
speedien/trunk/speedien_cache.php
r2547636 r2550897 5 5 $bypass_cache = 0; 6 6 7 $speedien_cache_exclusions = array('wp-login.php','wp-cron.php','w c-api','wp-json','my-account','cart','checkout','amp','feed','xmlrpc');7 $speedien_cache_exclusions = array('wp-login.php','wp-cron.php','wp-admin','wc-api','wp-json','my-account','cart','checkout','amp','feed','page','tag','search','xmlrpc'); 8 8 9 9 foreach($speedien_cache_exclusions as $slug) … … 16 16 17 17 if ( defined( 'WP_CLI' ) && WP_CLI ) { 18 $bypass_cache = 1; 19 } 20 21 if ( is_404() ) { 18 22 $bypass_cache = 1; 19 23 }
Note: See TracChangeset
for help on using the changeset viewer.