Changeset 3436591
- Timestamp:
- 01/10/2026 12:09:05 PM (3 months ago)
- Location:
- varycache
- Files:
-
- 2 edited
- 3 copied
-
tags/1.2.3 (copied) (copied from varycache/trunk)
-
tags/1.2.3/readme.txt (copied) (copied from varycache/trunk/readme.txt) (1 diff)
-
tags/1.2.3/varycache.php (copied) (copied from varycache/trunk/varycache.php) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/varycache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
varycache/tags/1.2.3/readme.txt
r3436588 r3436591 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 76 Stable tag: 1.2.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later -
varycache/tags/1.2.3/varycache.php
r3436588 r3436591 3 3 * Plugin Name: VaryCache 4 4 * Description: Advanced variant-based caching system for A/B testing, geo-targeting, and query parameter variations. Serve different cached versions of pages based on cookies, HTTP headers, or URL parameters. 5 * Version: 1.2. 75 * Version: 1.2.3 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.4 … … 24 24 * Plugin version. 25 25 */ 26 define( 'VARYCACHE_VERSION', '1.2. 7' );26 define( 'VARYCACHE_VERSION', '1.2.3' ); 27 27 28 28 /** -
varycache/trunk/readme.txt
r3436588 r3436591 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 76 Stable tag: 1.2.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later -
varycache/trunk/varycache.php
r3436588 r3436591 3 3 * Plugin Name: VaryCache 4 4 * Description: Advanced variant-based caching system for A/B testing, geo-targeting, and query parameter variations. Serve different cached versions of pages based on cookies, HTTP headers, or URL parameters. 5 * Version: 1.2. 75 * Version: 1.2.3 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.4 … … 24 24 * Plugin version. 25 25 */ 26 define( 'VARYCACHE_VERSION', '1.2. 7' );26 define( 'VARYCACHE_VERSION', '1.2.3' ); 27 27 28 28 /**
Note: See TracChangeset
for help on using the changeset viewer.