Changeset 3467789
- Timestamp:
- 02/23/2026 02:37:00 PM (6 weeks ago)
- Location:
- fastcache-by-host-it
- Files:
-
- 3 edited
- 23 copied
-
tags/1.5.20 (copied) (copied from fastcache-by-host-it/trunk)
-
tags/1.5.20/README.txt (copied) (copied from fastcache-by-host-it/trunk/README.txt) (1 diff)
-
tags/1.5.20/fastcache.php (copied) (copied from fastcache-by-host-it/trunk/fastcache.php) (2 diffs)
-
tags/1.5.20/languages/fastcache-it_IT.po (copied) (copied from fastcache-by-host-it/trunk/languages/fastcache-it_IT.po)
-
tags/1.5.20/media/images/fastcache-logo-128x128.png (copied) (copied from fastcache-by-host-it/trunk/media/images/fastcache-logo-128x128.png)
-
tags/1.5.20/media/js/tabs-state.js (copied) (copied from fastcache-by-host-it/trunk/media/js/tabs-state.js)
-
tags/1.5.20/src/Admin.php (copied) (copied from fastcache-by-host-it/trunk/src/Admin.php)
-
tags/1.5.20/src/Admin/Model/Configurations.php (copied) (copied from fastcache-by-host-it/trunk/src/Admin/Model/Configurations.php)
-
tags/1.5.20/src/Admin/Settings/Renderer/Setting.php (copied) (copied from fastcache-by-host-it/trunk/src/Admin/Settings/Renderer/Setting.php)
-
tags/1.5.20/src/Admin/templates (copied) (copied from fastcache-by-host-it/trunk/src/Admin/templates)
-
tags/1.5.20/src/Admin/templates/admin (copied) (copied from fastcache-by-host-it/trunk/src/Admin/templates/admin)
-
tags/1.5.20/src/Admin/templates/compiled (copied) (copied from fastcache-by-host-it/trunk/src/Admin/templates/compiled)
-
tags/1.5.20/src/Admin/templates/compiled/46326b4df04382cb68b5bc29da6400fa1b43533f.php (copied) (copied from fastcache-by-host-it/trunk/src/Admin/templates/compiled/46326b4df04382cb68b5bc29da6400fa1b43533f.php)
-
tags/1.5.20/src/Admin/templates/index.html (copied) (copied from fastcache-by-host-it/trunk/src/Admin/templates/index.html)
-
tags/1.5.20/src/Core/Admin/DashboardWidget.php (copied) (copied from fastcache-by-host-it/trunk/src/Core/Admin/DashboardWidget.php)
-
tags/1.5.20/src/Core/PageCache.php (copied) (copied from fastcache-by-host-it/trunk/src/Core/PageCache.php)
-
tags/1.5.20/src/Core/Platform/Cache.php (copied) (copied from fastcache-by-host-it/trunk/src/Core/Platform/Cache.php)
-
tags/1.5.20/src/Core/Platform/Plugin.php (copied) (copied from fastcache-by-host-it/trunk/src/Core/Platform/Plugin.php)
-
tags/1.5.20/src/Core/Platform/Utility.php (copied) (copied from fastcache-by-host-it/trunk/src/Core/Platform/Utility.php) (1 diff)
-
tags/1.5.20/src/Dispatcher.php (copied) (copied from fastcache-by-host-it/trunk/src/Dispatcher.php)
-
tags/1.5.20/src/Host/admin/class-fastcache-admin.php (copied) (copied from fastcache-by-host-it/trunk/src/Host/admin/class-fastcache-admin.php)
-
tags/1.5.20/vendor/composer/autoload_classmap.php (copied) (copied from fastcache-by-host-it/trunk/vendor/composer/autoload_classmap.php)
-
tags/1.5.20/vendor/composer/autoload_static.php (copied) (copied from fastcache-by-host-it/trunk/vendor/composer/autoload_static.php)
-
trunk/README.txt (modified) (1 diff)
-
trunk/fastcache.php (modified) (2 diffs)
-
trunk/src/Core/Platform/Utility.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fastcache-by-host-it/tags/1.5.20/README.txt
r3467785 r3467789 132 132 133 133 == Changelog == 134 1.5.20 135 Response Header Improvements to inspect Cache status for Full Page Caching wheen using .htaccess 136 134 137 1.5.19 135 138 Fix for svn trick -
fastcache-by-host-it/tags/1.5.20/fastcache.php
r3467785 r3467789 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. 1919 * Version: 1.5.20 20 20 * Author: Host.it 21 21 * Author URI: https://fastcache.host.it/ … … 45 45 define ( '_WP_EXEC', '1' ); 46 46 define ( '_FASTCACHE_EXEC', 1 ); 47 define ( 'FASTCACHE_VERSION', '1.5. 19' );47 define ( 'FASTCACHE_VERSION', '1.5.20' ); 48 48 define ( 'FASTCACHE_FILE_PATH', __FILE__ ); 49 49 -
fastcache-by-host-it/tags/1.5.20/src/Core/Platform/Utility.php
r3460794 r3467789 425 425 ## 3.0 426 426 RewriteEngine On 427 RewriteRule ^wp-content/cache/fastcache/page/ - [E=FASTCACHE_LEVEL:CACHEFILE] 427 428 RewriteCond %{REQUEST_URI} !^/wp-content/cache/fastcache/page/ [NC] 428 429 RewriteRule ^ - [E=FASTCACHE_LEVEL:MISS] -
fastcache-by-host-it/trunk/README.txt
r3467785 r3467789 132 132 133 133 == Changelog == 134 1.5.20 135 Response Header Improvements to inspect Cache status for Full Page Caching wheen using .htaccess 136 134 137 1.5.19 135 138 Fix for svn trick -
fastcache-by-host-it/trunk/fastcache.php
r3467785 r3467789 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. 1919 * Version: 1.5.20 20 20 * Author: Host.it 21 21 * Author URI: https://fastcache.host.it/ … … 45 45 define ( '_WP_EXEC', '1' ); 46 46 define ( '_FASTCACHE_EXEC', 1 ); 47 define ( 'FASTCACHE_VERSION', '1.5. 19' );47 define ( 'FASTCACHE_VERSION', '1.5.20' ); 48 48 define ( 'FASTCACHE_FILE_PATH', __FILE__ ); 49 49 -
fastcache-by-host-it/trunk/src/Core/Platform/Utility.php
r3460794 r3467789 425 425 ## 3.0 426 426 RewriteEngine On 427 RewriteRule ^wp-content/cache/fastcache/page/ - [E=FASTCACHE_LEVEL:CACHEFILE] 427 428 RewriteCond %{REQUEST_URI} !^/wp-content/cache/fastcache/page/ [NC] 428 429 RewriteRule ^ - [E=FASTCACHE_LEVEL:MISS]
Note: See TracChangeset
for help on using the changeset viewer.