Plugin Directory

Changeset 3467789


Ignore:
Timestamp:
02/23/2026 02:37:00 PM (6 weeks ago)
Author:
hostspa
Message:

1.5.20
Response Header Improvements to inspect Cache status for Full Page Caching wheen using .htaccess

Location:
fastcache-by-host-it
Files:
3 edited
23 copied

Legend:

Unmodified
Added
Removed
  • fastcache-by-host-it/tags/1.5.20/README.txt

    r3467785 r3467789  
    132132
    133133== Changelog ==
     1341.5.20
     135Response Header Improvements to inspect Cache status for Full Page Caching wheen using .htaccess
     136
    1341371.5.19
    135138Fix for svn trick
  • fastcache-by-host-it/tags/1.5.20/fastcache.php

    r3467785 r3467789  
    1717 * Plugin URI:        https://fastcache.host.it/wordpress/
    1818 * 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.19
     19 * Version:           1.5.20
    2020 * Author:            Host.it
    2121 * Author URI:        https://fastcache.host.it/
     
    4545define ( '_WP_EXEC', '1' );
    4646define ( '_FASTCACHE_EXEC', 1 );
    47 define ( 'FASTCACHE_VERSION', '1.5.19' );
     47define ( 'FASTCACHE_VERSION', '1.5.20' );
    4848define ( 'FASTCACHE_FILE_PATH', __FILE__ );
    4949
  • fastcache-by-host-it/tags/1.5.20/src/Core/Platform/Utility.php

    r3460794 r3467789  
    425425## 3.0
    426426RewriteEngine On
     427RewriteRule ^wp-content/cache/fastcache/page/ - [E=FASTCACHE_LEVEL:CACHEFILE]
    427428RewriteCond %{REQUEST_URI} !^/wp-content/cache/fastcache/page/ [NC]
    428429RewriteRule ^ - [E=FASTCACHE_LEVEL:MISS]
  • fastcache-by-host-it/trunk/README.txt

    r3467785 r3467789  
    132132
    133133== Changelog ==
     1341.5.20
     135Response Header Improvements to inspect Cache status for Full Page Caching wheen using .htaccess
     136
    1341371.5.19
    135138Fix for svn trick
  • fastcache-by-host-it/trunk/fastcache.php

    r3467785 r3467789  
    1717 * Plugin URI:        https://fastcache.host.it/wordpress/
    1818 * 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.19
     19 * Version:           1.5.20
    2020 * Author:            Host.it
    2121 * Author URI:        https://fastcache.host.it/
     
    4545define ( '_WP_EXEC', '1' );
    4646define ( '_FASTCACHE_EXEC', 1 );
    47 define ( 'FASTCACHE_VERSION', '1.5.19' );
     47define ( 'FASTCACHE_VERSION', '1.5.20' );
    4848define ( 'FASTCACHE_FILE_PATH', __FILE__ );
    4949
  • fastcache-by-host-it/trunk/src/Core/Platform/Utility.php

    r3460794 r3467789  
    425425## 3.0
    426426RewriteEngine On
     427RewriteRule ^wp-content/cache/fastcache/page/ - [E=FASTCACHE_LEVEL:CACHEFILE]
    427428RewriteCond %{REQUEST_URI} !^/wp-content/cache/fastcache/page/ [NC]
    428429RewriteRule ^ - [E=FASTCACHE_LEVEL:MISS]
Note: See TracChangeset for help on using the changeset viewer.