Plugin Directory

Changeset 3401009


Ignore:
Timestamp:
11/22/2025 03:45:46 PM (4 months ago)
Author:
hostspa
Message:

1.2.24
Fix in debugging logs

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

Legend:

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

    r3401008 r3401009  
    55Tested up to: 6.8.3
    66Requires PHP: 8.0
    7 Stable Tag: 1.2.23
     7Stable Tag: 1.2.24
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    7676
    7777== Changelog ==
     781.2.24
     79Fix for error in debugging logs
     80
    78811.2.23
    7982Fix for error in debugging logs
  • fastcache-by-host-it/trunk/admin/class-fastcache-admin.php

    r3401008 r3401009  
    12691269                $errore = 1;
    12701270            }
    1271             $logger->fr("PURGE: ". $purgeUrlsImploded . " Method: " . $method . " adm - retcode:" .$response['response']['code']);
     1271            $logger->fr("PURGE: ". $purgeUrlsImploded . " Method: " . $method . " adm - retcode:" );
    12721272        }
    12731273        usleep(100000);
  • fastcache-by-host-it/trunk/fastcache.php

    r3401008 r3401009  
    1717 * Plugin URI:        https://fastcachecdn.com/
    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.2.23
     19 * Version:           1.2.24
    2020 * Author:            Host.it - Alessandro Poletto
    2121 * Author URI:        https://fastcachecdn.com/
Note: See TracChangeset for help on using the changeset viewer.