Changeset 3496862
- Timestamp:
- 04/01/2026 05:31:54 PM (2 days ago)
- Location:
- snapcache
- Files:
-
- 8 edited
- 1 copied
-
tags/1.0.0/trunk (copied) (copied from snapcache/trunk)
-
tags/1.0.0/trunk/readme.txt (modified) (3 diffs)
-
tags/1.0.0/trunk/src/Admin/Controller.php (modified) (1 diff)
-
tags/1.0.0/trunk/src/Controller.php (modified) (1 diff)
-
tags/1.0.0/trunk/src/drop-in/object-cache.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/Admin/Controller.php (modified) (1 diff)
-
trunk/src/Controller.php (modified) (1 diff)
-
trunk/src/drop-in/object-cache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snapcache/tags/1.0.0/trunk/readme.txt
r3414335 r3496862 3 3 Tags: performance, speed, memcached, object cache 4 4 Requires at least: 6.4 5 Tested up to: 6.96 Stable tag: 1.0. 05 Tested up to: 7.0 6 Stable tag: 1.0.1 7 7 Requires PHP: 8.1 8 8 License: GPLv2 or later … … 45 45 Full changelog available at https://github.com/staticweb-io/snapcache/blob/master/CHANGELOG.md 46 46 47 = 1.0.1 = 48 Indicate support for WordPress 7.0. 49 47 50 = 1.0.0 = 48 51 Initial submission to WordPress.org. … … 50 53 == Upgrade Notice == 51 54 55 = 1.0.1 = 56 Indicate support for WordPress 7.0. 57 52 58 = 1.0.0 = 53 59 Initial submission to WordPress.org. -
snapcache/tags/1.0.0/trunk/src/Admin/Controller.php
r3414335 r3496862 2 2 3 3 namespace SnapCache\Admin; 4 5 if ( ! defined( 'ABSPATH' ) ) { 6 exit; 7 } 4 8 5 9 class Controller { -
snapcache/tags/1.0.0/trunk/src/Controller.php
r3414335 r3496862 2 2 3 3 namespace SnapCache; 4 5 if ( ! defined( 'ABSPATH' ) ) { 6 exit; 7 } 4 8 5 9 class Controller { -
snapcache/tags/1.0.0/trunk/src/drop-in/object-cache.php
r3414335 r3496862 4 4 * Plugin URI: https://github.com/staticweb-io/snapcache 5 5 * Description: Object caching for WordPress. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: StaticWeb.io 8 8 * Author URI: https://github.com/staticweb-io/snapcache … … 21 21 22 22 declare(strict_types=1); 23 24 if ( ! defined( 'ABSPATH' ) ) { 25 exit; 26 } 23 27 24 28 if ( ! class_exists( 'Memcached' ) ) { -
snapcache/trunk/readme.txt
r3414335 r3496862 3 3 Tags: performance, speed, memcached, object cache 4 4 Requires at least: 6.4 5 Tested up to: 6.96 Stable tag: 1.0. 05 Tested up to: 7.0 6 Stable tag: 1.0.1 7 7 Requires PHP: 8.1 8 8 License: GPLv2 or later … … 45 45 Full changelog available at https://github.com/staticweb-io/snapcache/blob/master/CHANGELOG.md 46 46 47 = 1.0.1 = 48 Indicate support for WordPress 7.0. 49 47 50 = 1.0.0 = 48 51 Initial submission to WordPress.org. … … 50 53 == Upgrade Notice == 51 54 55 = 1.0.1 = 56 Indicate support for WordPress 7.0. 57 52 58 = 1.0.0 = 53 59 Initial submission to WordPress.org. -
snapcache/trunk/src/Admin/Controller.php
r3414335 r3496862 2 2 3 3 namespace SnapCache\Admin; 4 5 if ( ! defined( 'ABSPATH' ) ) { 6 exit; 7 } 4 8 5 9 class Controller { -
snapcache/trunk/src/Controller.php
r3414335 r3496862 2 2 3 3 namespace SnapCache; 4 5 if ( ! defined( 'ABSPATH' ) ) { 6 exit; 7 } 4 8 5 9 class Controller { -
snapcache/trunk/src/drop-in/object-cache.php
r3414335 r3496862 4 4 * Plugin URI: https://github.com/staticweb-io/snapcache 5 5 * Description: Object caching for WordPress. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: StaticWeb.io 8 8 * Author URI: https://github.com/staticweb-io/snapcache … … 21 21 22 22 declare(strict_types=1); 23 24 if ( ! defined( 'ABSPATH' ) ) { 25 exit; 26 } 23 27 24 28 if ( ! class_exists( 'Memcached' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.