Changeset 3442285
- Timestamp:
- 01/19/2026 08:04:34 AM (2 months ago)
- Location:
- fastcache-by-host-it
- Files:
-
- 3 edited
- 9 copied
-
tags/1.5.10 (copied) (copied from fastcache-by-host-it/trunk)
-
tags/1.5.10/README.txt (copied) (copied from fastcache-by-host-it/trunk/README.txt) (2 diffs)
-
tags/1.5.10/fastcache.php (copied) (copied from fastcache-by-host-it/trunk/fastcache.php) (2 diffs)
-
tags/1.5.10/src/Core/Combiner.php (copied) (copied from fastcache-by-host-it/trunk/src/Core/Combiner.php)
-
tags/1.5.10/src/Core/Html/Callbacks/CombineJsCss.php (copied) (copied from fastcache-by-host-it/trunk/src/Core/Html/Callbacks/CombineJsCss.php)
-
tags/1.5.10/src/Core/Html/Callbacks/LazyLoad.php (copied) (copied from fastcache-by-host-it/trunk/src/Core/Html/Callbacks/LazyLoad.php)
-
tags/1.5.10/src/Core/Webp.php (copied) (copied from fastcache-by-host-it/trunk/src/Core/Webp.php)
-
tags/1.5.10/src/Host/public/class-fastcache-public.php (copied) (copied from fastcache-by-host-it/trunk/src/Host/public/class-fastcache-public.php) (1 diff)
-
tags/1.5.10/src/Host/public/workarounds.class.php (copied) (copied from fastcache-by-host-it/trunk/src/Host/public/workarounds.class.php)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/fastcache.php (modified) (2 diffs)
-
trunk/src/Host/public/class-fastcache-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fastcache-by-host-it/tags/1.5.10/README.txt
r3440516 r3442285 5 5 Tested up to: 6.9.0 6 6 Requires PHP: 8.0 7 Stable Tag: 1.5. 97 Stable Tag: 1.5.10 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 132 132 133 133 == Changelog == 134 1.5.10 135 Fix for Url Exclusion 136 134 137 1.5.9 135 138 Fix Some php warning -
fastcache-by-host-it/tags/1.5.10/fastcache.php
r3440516 r3442285 17 17 * Plugin URI: https://fastcache.host.it/wordpress/ 18 18 * Description: Abilita il tuo sito Wordpress alla prima vera CDN realizzata PER Wordpress e configurata AD-HOC per il tuo sito. Il massimo della velocità senza difficoltà di setup. 19 * Version: 1.5. 919 * Version: 1.5.10 20 20 * Author: Host.it and JExtensions Store - Alessandro Poletto 21 21 * Author URI: https://fastcache.host.it/alessandropoletto/ … … 44 44 define ( '_WP_EXEC', '1' ); 45 45 define ( '_FASTCACHE_EXEC', 1 ); 46 define ( 'FASTCACHE_VERSION', '1.5. 9' );46 define ( 'FASTCACHE_VERSION', '1.5.10' ); 47 47 define ( 'FASTCACHE_FILE_PATH', __FILE__ ); 48 48 -
fastcache-by-host-it/tags/1.5.10/src/Host/public/class-fastcache-public.php
r3440400 r3442285 239 239 } 240 240 if ($excluded > 0) { 241 header ( 'X-HST-CACHE-Enabled: NO:Url Exclusion Matched', true ); 241 Header ( 'X-HST-CACHE-Enabled: NO:Url Exclusion Matched', true ); 242 Header('X-HST-CACHE-ttl: 0', true); 242 243 } else if ($enable == 1 && trim ( $token ) != "") { 243 244 // Controlla se il ttl specifico da plugin è disabilitato -
fastcache-by-host-it/trunk/README.txt
r3440516 r3442285 5 5 Tested up to: 6.9.0 6 6 Requires PHP: 8.0 7 Stable Tag: 1.5. 97 Stable Tag: 1.5.10 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 132 132 133 133 == Changelog == 134 1.5.10 135 Fix for Url Exclusion 136 134 137 1.5.9 135 138 Fix Some php warning -
fastcache-by-host-it/trunk/fastcache.php
r3440516 r3442285 17 17 * Plugin URI: https://fastcache.host.it/wordpress/ 18 18 * Description: Abilita il tuo sito Wordpress alla prima vera CDN realizzata PER Wordpress e configurata AD-HOC per il tuo sito. Il massimo della velocità senza difficoltà di setup. 19 * Version: 1.5. 919 * Version: 1.5.10 20 20 * Author: Host.it and JExtensions Store - Alessandro Poletto 21 21 * Author URI: https://fastcache.host.it/alessandropoletto/ … … 44 44 define ( '_WP_EXEC', '1' ); 45 45 define ( '_FASTCACHE_EXEC', 1 ); 46 define ( 'FASTCACHE_VERSION', '1.5. 9' );46 define ( 'FASTCACHE_VERSION', '1.5.10' ); 47 47 define ( 'FASTCACHE_FILE_PATH', __FILE__ ); 48 48 -
fastcache-by-host-it/trunk/src/Host/public/class-fastcache-public.php
r3440400 r3442285 239 239 } 240 240 if ($excluded > 0) { 241 header ( 'X-HST-CACHE-Enabled: NO:Url Exclusion Matched', true ); 241 Header ( 'X-HST-CACHE-Enabled: NO:Url Exclusion Matched', true ); 242 Header('X-HST-CACHE-ttl: 0', true); 242 243 } else if ($enable == 1 && trim ( $token ) != "") { 243 244 // Controlla se il ttl specifico da plugin è disabilitato
Note: See TracChangeset
for help on using the changeset viewer.