Changeset 3492932
- Timestamp:
- 03/27/2026 07:00:01 PM (26 hours ago)
- Location:
- anticache
- Files:
-
- 20 added
- 2 edited
-
tags/4.0.1 (added)
-
tags/4.0.1/anticache.php (added)
-
tags/4.0.1/assets (added)
-
tags/4.0.1/assets/css (added)
-
tags/4.0.1/assets/css/admin-bar.css (added)
-
tags/4.0.1/assets/css/admin.css (added)
-
tags/4.0.1/assets/css/index.php (added)
-
tags/4.0.1/assets/index.php (added)
-
tags/4.0.1/assets/js (added)
-
tags/4.0.1/assets/js/admin.js (added)
-
tags/4.0.1/assets/js/index.php (added)
-
tags/4.0.1/backup (added)
-
tags/4.0.1/backup/index.php (added)
-
tags/4.0.1/includes (added)
-
tags/4.0.1/includes/admin.php (added)
-
tags/4.0.1/includes/class-ayudawp-anticache-promo-banner.php (added)
-
tags/4.0.1/includes/htaccess.php (added)
-
tags/4.0.1/includes/index.php (added)
-
tags/4.0.1/includes/maintenance.php (added)
-
tags/4.0.1/readme.txt (added)
-
trunk/anticache.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anticache/trunk/anticache.php
r3483091 r3492932 4 4 * Plugin URI: https://servicios.ayudawp.com 5 5 * 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. 06 * Version: 4.0.1 7 7 * Author: Fernando Tellado 8 8 * Author URI: https://ayudawp.com … … 11 11 * Requires at least: 5.0 12 12 * Requires PHP: 7.4 13 * Tested up to: 6.913 * Tested up to: 7.0 14 14 * Text Domain: anticache 15 15 */ … … 21 21 22 22 // Plugin constants. 23 define( 'AYUDAWP_ANTICACHE_VERSION', '4.0. 0' );23 define( 'AYUDAWP_ANTICACHE_VERSION', '4.0.1' ); 24 24 define( 'AYUDAWP_ANTICACHE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'AYUDAWP_ANTICACHE_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
anticache/trunk/readme.txt
r3483091 r3492932 3 3 Tags: cache, debug, development, maintenance, troubleshooting 4 4 Requires at least: 5.0 5 Tested up to: 6.95 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 4.0. 07 Stable tag: 4.0.1 8 8 License: GPL2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 129 129 130 130 == Changelog == 131 132 = 4.0.1 = 133 Tested up to WordPress 7.0 131 134 132 135 = 4.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.