Changeset 3490572
- Timestamp:
- 03/25/2026 06:42:50 AM (3 days ago)
- Location:
- apcu-manager
- Files:
-
- 10 edited
- 1 copied
-
tags/4.4.0 (copied) (copied from apcu-manager/trunk)
-
tags/4.4.0/CHANGELOG.md (modified) (1 diff)
-
tags/4.4.0/apcu-manager.php (modified) (1 diff)
-
tags/4.4.0/includes/system/class-uuid.php (modified) (1 diff)
-
tags/4.4.0/init.php (modified) (1 diff)
-
tags/4.4.0/readme.txt (modified) (5 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/apcu-manager.php (modified) (1 diff)
-
trunk/includes/system/class-uuid.php (modified) (1 diff)
-
trunk/init.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apcu-manager/tags/4.4.0/CHANGELOG.md
r3400952 r3490572 3 3 4 4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **APCu Manager** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 5 6 ## [4.4.0] - 2026-03-25 7 8 ### Added 9 - Compatibility with WordPress 7.0. 10 11 ### Changed 12 - Minimal requirements are now PHP 8.2 and WordPress 6.4. 13 - Some strings in `readme.txt` have been updated. 14 15 ### Removed 16 - Compatibility with PHP 8.1. 17 - Compatibility with WordPress 6.2 & 6.3. 5 18 6 19 ## [4.3.0] - 2025-11-22 -
apcu-manager/tags/4.4.0/apcu-manager.php
r3400952 r3490572 11 11 * Plugin URI: https://perfops.one/apcu-manager 12 12 * Description: APCu statistics and management right in the WordPress admin dashboard. 13 * Version: 4. 3.014 * Requires at least: 6. 215 * Requires PHP: 8. 113 * Version: 4.4.0 14 * Requires at least: 6.4 15 * Requires PHP: 8.2 16 16 * Author: Pierre Lannoy / PerfOps One 17 17 * Author URI: https://perfops.one -
apcu-manager/tags/4.4.0/includes/system/class-uuid.php
r2658575 r3490572 54 54 55 55 /** 56 * Check if a string is a valid v4 UUID 57 * 58 * @param mixed $uuid The string to check 59 * @return boolean True if the string is a valid v4 UUID, false otherwise. 60 * @since 2.0.0 61 */ 62 public static function is_valid_v4( $uuid ) { 63 return is_string( $uuid ) && preg_match( '/^[a-f\d]{8}(-[a-f\d]{4}){4}[a-f\d]{8}$/i', $uuid ); 64 } 65 66 /** 67 * Sanitize a v4 UUID 68 * 69 * @param mixed $uuid The string to sanitize 70 * @return string The sanitized v4 UUID. 71 * @since 2.0.0 72 */ 73 public static function sanitize_v4( $uuid ) { 74 return self::is_valid_v4( $uuid ) ? (string) $uuid : '00000000-0000-4000-0000-000000000000'; 75 } 76 77 /** 56 78 * Generates a (pseudo) unique ID. 57 79 * This function does not generate cryptographically secure values, and should not be used for cryptographic purposes. -
apcu-manager/tags/4.4.0/init.php
r3400952 r3490572 13 13 define( 'APCM_PRODUCT_ABBREVIATION', 'apcm' ); 14 14 define( 'APCM_SLUG', 'apcu-manager' ); 15 define( 'APCM_VERSION', '4. 3.0' );15 define( 'APCM_VERSION', '4.4.0' ); 16 16 define( 'APCM_CODENAME', '"-"' ); 17 17 -
apcu-manager/tags/4.4.0/readme.txt
r3400952 r3490572 2 2 Contributors: PierreLannoy, hosterra 3 3 Tags: APCu, cache, monitor, object cache, w3tc 4 Requires at least: 6. 25 Requires PHP: 8. 16 Tested up to: 6.97 Stable tag: 4. 3.04 Requires at least: 6.4 5 Requires PHP: 8.2 6 Tested up to: 7.0 7 Stable tag: 4.4.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 15 15 **APCu statistics and management right in the WordPress admin dashboard.** 16 16 17 **APCu Manager** offers a persistent object cache backend to WordPress: just activate the option in the settings and you will experience a real speed up of your site or network. 18 17 19 **APCu Manager** is a full featured APCu management and analytics reporting tool. It allows you to monitor and optimize APCu operations on your WordPress site or network. 18 20 19 **APCu Manager** offers a persistent object cache backend to WordPress: just activate the option in the settings and you will experience a real speed up of your site or network. 20 21 **APCu Manager** works on dedicated or shared servers. It is compatible with all plugins using APCu, like PerfOps One suite or W3 Total Cache. Its main management features are: 21 **APCu Manager** works on dedicated or shared servers. It is compatible with all plugins using WordPress object caching. Its main management features are: 22 22 23 23 * drop-in replacement for WordPress object caching; … … 54 54 This plugin is free and provided without warranty of any kind. Use it at your own risk, I'm not responsible for any improper use of this plugin, nor for any damage it might cause to your site. Always backup all your data before installing a new plugin. 55 55 56 Anyway, I'll be glad to help you if you encounter issues when using this plugin. Just use the support section of this plugin page.56 Anyway, I'll be glad to help you if you encounter issues when using this plugin. Please read carefully the FAQ at the bottom of this page before requesting support. 57 57 58 58 = Privacy = … … 92 92 = What are the requirements for this plugin to work? = 93 93 94 You need at least **WordPress 6.2** and **PHP 8.1**.95 96 94 You need APCu enabled on your server. 97 95 … … 106 104 = Where can I get support? = 107 105 108 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/apcu-manager/). 106 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/apcu-manager/). Because I am human myself, please note that I only answer to support requests made by humans, who behave like humans. This excludes requests or bug reports written by AI or those that do not adhere to basic rules of courtesy. 109 107 110 108 = Where can I report a bug? = -
apcu-manager/trunk/CHANGELOG.md
r3400952 r3490572 3 3 4 4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **APCu Manager** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 5 6 ## [4.4.0] - 2026-03-25 7 8 ### Added 9 - Compatibility with WordPress 7.0. 10 11 ### Changed 12 - Minimal requirements are now PHP 8.2 and WordPress 6.4. 13 - Some strings in `readme.txt` have been updated. 14 15 ### Removed 16 - Compatibility with PHP 8.1. 17 - Compatibility with WordPress 6.2 & 6.3. 5 18 6 19 ## [4.3.0] - 2025-11-22 -
apcu-manager/trunk/apcu-manager.php
r3400952 r3490572 11 11 * Plugin URI: https://perfops.one/apcu-manager 12 12 * Description: APCu statistics and management right in the WordPress admin dashboard. 13 * Version: 4. 3.014 * Requires at least: 6. 215 * Requires PHP: 8. 113 * Version: 4.4.0 14 * Requires at least: 6.4 15 * Requires PHP: 8.2 16 16 * Author: Pierre Lannoy / PerfOps One 17 17 * Author URI: https://perfops.one -
apcu-manager/trunk/includes/system/class-uuid.php
r2658575 r3490572 54 54 55 55 /** 56 * Check if a string is a valid v4 UUID 57 * 58 * @param mixed $uuid The string to check 59 * @return boolean True if the string is a valid v4 UUID, false otherwise. 60 * @since 2.0.0 61 */ 62 public static function is_valid_v4( $uuid ) { 63 return is_string( $uuid ) && preg_match( '/^[a-f\d]{8}(-[a-f\d]{4}){4}[a-f\d]{8}$/i', $uuid ); 64 } 65 66 /** 67 * Sanitize a v4 UUID 68 * 69 * @param mixed $uuid The string to sanitize 70 * @return string The sanitized v4 UUID. 71 * @since 2.0.0 72 */ 73 public static function sanitize_v4( $uuid ) { 74 return self::is_valid_v4( $uuid ) ? (string) $uuid : '00000000-0000-4000-0000-000000000000'; 75 } 76 77 /** 56 78 * Generates a (pseudo) unique ID. 57 79 * This function does not generate cryptographically secure values, and should not be used for cryptographic purposes. -
apcu-manager/trunk/init.php
r3400952 r3490572 13 13 define( 'APCM_PRODUCT_ABBREVIATION', 'apcm' ); 14 14 define( 'APCM_SLUG', 'apcu-manager' ); 15 define( 'APCM_VERSION', '4. 3.0' );15 define( 'APCM_VERSION', '4.4.0' ); 16 16 define( 'APCM_CODENAME', '"-"' ); 17 17 -
apcu-manager/trunk/readme.txt
r3400952 r3490572 2 2 Contributors: PierreLannoy, hosterra 3 3 Tags: APCu, cache, monitor, object cache, w3tc 4 Requires at least: 6. 25 Requires PHP: 8. 16 Tested up to: 6.97 Stable tag: 4. 3.04 Requires at least: 6.4 5 Requires PHP: 8.2 6 Tested up to: 7.0 7 Stable tag: 4.4.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 15 15 **APCu statistics and management right in the WordPress admin dashboard.** 16 16 17 **APCu Manager** offers a persistent object cache backend to WordPress: just activate the option in the settings and you will experience a real speed up of your site or network. 18 17 19 **APCu Manager** is a full featured APCu management and analytics reporting tool. It allows you to monitor and optimize APCu operations on your WordPress site or network. 18 20 19 **APCu Manager** offers a persistent object cache backend to WordPress: just activate the option in the settings and you will experience a real speed up of your site or network. 20 21 **APCu Manager** works on dedicated or shared servers. It is compatible with all plugins using APCu, like PerfOps One suite or W3 Total Cache. Its main management features are: 21 **APCu Manager** works on dedicated or shared servers. It is compatible with all plugins using WordPress object caching. Its main management features are: 22 22 23 23 * drop-in replacement for WordPress object caching; … … 54 54 This plugin is free and provided without warranty of any kind. Use it at your own risk, I'm not responsible for any improper use of this plugin, nor for any damage it might cause to your site. Always backup all your data before installing a new plugin. 55 55 56 Anyway, I'll be glad to help you if you encounter issues when using this plugin. Just use the support section of this plugin page.56 Anyway, I'll be glad to help you if you encounter issues when using this plugin. Please read carefully the FAQ at the bottom of this page before requesting support. 57 57 58 58 = Privacy = … … 92 92 = What are the requirements for this plugin to work? = 93 93 94 You need at least **WordPress 6.2** and **PHP 8.1**.95 96 94 You need APCu enabled on your server. 97 95 … … 106 104 = Where can I get support? = 107 105 108 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/apcu-manager/). 106 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/apcu-manager/). Because I am human myself, please note that I only answer to support requests made by humans, who behave like humans. This excludes requests or bug reports written by AI or those that do not adhere to basic rules of courtesy. 109 107 110 108 = Where can I report a bug? =
Note: See TracChangeset
for help on using the changeset viewer.