Changeset 3496813
- Timestamp:
- 04/01/2026 04:26:17 PM (2 days ago)
- Location:
- fastcache-by-host-it/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
fastcache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastcache-by-host-it/trunk/README.txt
r3496805 r3496813 5 5 Tested up to: 7.0 6 6 Requires PHP: 8.0 7 Stable Tag: 1.6. 17 Stable Tag: 1.6.2 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.6.1 134 1.6.1/1.6.2 135 135 Major improvements to filesystem caching in object caching. 136 136 Now the garbage collection is time-limited to avoid timeout on large sites. -
fastcache-by-host-it/trunk/fastcache.php
r3496805 r3496813 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.6. 119 * Version: 1.6.2 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.6. 1' );47 define ( 'FASTCACHE_VERSION', '1.6.2' ); 48 48 define ( 'FASTCACHE_FILE_PATH', __FILE__ ); 49 49
Note: See TracChangeset
for help on using the changeset viewer.