Changeset 3421832
- Timestamp:
- 12/17/2025 11:37:11 AM (4 months 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
r3421826 r3421832 5 5 Tested up to: 6.9.0 6 6 Requires PHP: 8.0 7 Stable Tag: 1.5. 57 Stable Tag: 1.5.6 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.6 135 Wrong config 136 134 137 1.5.5 135 138 Urgent Fix to resolve conflict CDN <=> FileSystem Caching -
fastcache-by-host-it/trunk/fastcache.php
r3421826 r3421832 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. 519 * Version: 1.5.6 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. 5' );46 define ( 'FASTCACHE_VERSION', '1.5.6' ); 47 47 define ( 'FASTCACHE_FILE_PATH', __FILE__ ); 48 48 49 define ( 'FASTCACHE_URL', plugin_dir_url ( FASTCACHE_FILE_PATH ) ); 49 50 define ( 'FASTCACHE_DIR', plugin_dir_path ( FASTCACHE_FILE_PATH ) );
Note: See TracChangeset
for help on using the changeset viewer.