Plugin Directory

Changeset 3421832


Ignore:
Timestamp:
12/17/2025 11:37:11 AM (4 months ago)
Author:
hostspa
Message:

Wrong Config

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

Legend:

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

    r3421826 r3421832  
    55Tested up to: 6.9.0
    66Requires PHP: 8.0
    7 Stable Tag: 1.5.5
     7Stable Tag: 1.5.6
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    132132
    133133== Changelog ==
     1341.5.6
     135Wrong config
     136
    1341371.5.5
    135138Urgent Fix to resolve conflict CDN <=> FileSystem Caching
  • fastcache-by-host-it/trunk/fastcache.php

    r3421826 r3421832  
    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.5
     19 * Version:           1.5.6
    2020 * Author:            Host.it and JExtensions Store - Alessandro Poletto
    2121 * Author URI:        https://fastcache.host.it/alessandropoletto/
     
    4444define ( '_WP_EXEC', '1' );
    4545define ( '_FASTCACHE_EXEC', 1 );
    46 define ( 'FASTCACHE_VERSION', '1.5.5' );
     46define ( 'FASTCACHE_VERSION', '1.5.6' );
    4747define ( 'FASTCACHE_FILE_PATH', __FILE__ );
     48
    4849define ( 'FASTCACHE_URL', plugin_dir_url ( FASTCACHE_FILE_PATH ) );
    4950define ( 'FASTCACHE_DIR', plugin_dir_path ( FASTCACHE_FILE_PATH ) );
Note: See TracChangeset for help on using the changeset viewer.