Plugin Directory

Changeset 3492932


Ignore:
Timestamp:
03/27/2026 07:00:01 PM (26 hours ago)
Author:
fernandot
Message:

Probado hasta la 7

Location:
anticache
Files:
20 added
2 edited

Legend:

Unmodified
Added
Removed
  • anticache/trunk/anticache.php

    r3483091 r3492932  
    44 * Plugin URI: https://servicios.ayudawp.com
    55 * Description: Flushes and deactivates cache and optimization plugins, enables debug mode, injects server-level anti-cache rules, and provides maintenance mode for safe development and troubleshooting.
    6  * Version: 4.0.0
     6 * Version: 4.0.1
    77 * Author: Fernando Tellado
    88 * Author URI: https://ayudawp.com
     
    1111 * Requires at least: 5.0
    1212 * Requires PHP: 7.4
    13  * Tested up to: 6.9
     13 * Tested up to: 7.0
    1414 * Text Domain: anticache
    1515 */
     
    2121
    2222// Plugin constants.
    23 define( 'AYUDAWP_ANTICACHE_VERSION', '4.0.0' );
     23define( 'AYUDAWP_ANTICACHE_VERSION', '4.0.1' );
    2424define( 'AYUDAWP_ANTICACHE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'AYUDAWP_ANTICACHE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • anticache/trunk/readme.txt

    r3483091 r3492932  
    33Tags: cache, debug, development, maintenance, troubleshooting
    44Requires at least: 5.0
    5 Tested up to: 6.9
     5Tested up to: 7.0
    66Requires PHP: 7.4
    7 Stable tag: 4.0.0
     7Stable tag: 4.0.1
    88License: GPL2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    129129
    130130== Changelog ==
     131
     132= 4.0.1 =
     133Tested up to WordPress 7.0
    131134
    132135= 4.0.0 =
Note: See TracChangeset for help on using the changeset viewer.