Plugin Directory

Changeset 3496813


Ignore:
Timestamp:
04/01/2026 04:26:17 PM (2 days ago)
Author:
hostspa
Message:

1.6.2
Major improvements to filesystem caching in object caching.
Now the garbage collection is time-limited to avoid timeout on large sites.

Location:
fastcache-by-host-it/trunk
Files:
2 edited

Legend:

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

    r3496805 r3496813  
    55Tested up to: 7.0
    66Requires PHP: 8.0
    7 Stable Tag: 1.6.1
     7Stable Tag: 1.6.2
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    132132
    133133== Changelog ==
    134 1.6.1
     1341.6.1/1.6.2
    135135Major improvements to filesystem caching in object caching.
    136136Now the garbage collection is time-limited to avoid timeout on large sites.
  • fastcache-by-host-it/trunk/fastcache.php

    r3496805 r3496813  
    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.6.1
     19 * Version:           1.6.2
    2020 * Author:            Host.it
    2121 * Author URI:        https://fastcache.host.it/
     
    4545define ( '_WP_EXEC', '1' );
    4646define ( '_FASTCACHE_EXEC', 1 );
    47 define ( 'FASTCACHE_VERSION', '1.6.1' );
     47define ( 'FASTCACHE_VERSION', '1.6.2' );
    4848define ( 'FASTCACHE_FILE_PATH', __FILE__ );
    4949
Note: See TracChangeset for help on using the changeset viewer.