WP Cloud Deploy Versions 5.9.1 and 5.9.2 Are Here! 🚀
We’re thrilled to announce the release of WP Cloud Deploy 5.9.1 and 5.9.2, packed with essential fixes, exciting new features, and powerful enhancements to elevate your experience. Dive into the details of these updates:
🔧 Fixes
• Passwordless Link Generation:
Resolved an issue by switching to the domain variable instead of the username for generating passwordless login links, ensuring consistent functionality.
• Service Management Stability:
Commented out the PHP-FPM service stop command during domain changes to avoid unintended disruptions in service.
• Logging Improvements:
Validated that exclude message text is always an array or object before processing, preventing potential logging errors.
🌟 New Features
• PHP 8.4 Support:
Full support for PHP 8.4 is here! This includes:
◦ Version checks to ensure compatibility.
◦ Updates to php.ini configurations for leveraging PHP 8.4 features.
◦ Enhanced Redis installation and management in server preparation scripts for seamless integration.
• Ubuntu 24.04 LTS Enhancements:
◦ Simplified labeling: Changed "Ubuntu 24.04 LTS (Important Restrictions - See Docs!)" to a cleaner "Ubuntu 24.04 LTS".
◦ New detection and configuration tweaks for smoother server setups.
• PayPal and Discord Links:
Added PayPal donation and Discord community links to plugin action menus for easier access to community support and contribution.
💪 Enhancements
• Optimized Data Retrieval:
◦ Post & Server Queries:
Replaced get_posts with WP_Query across various functions to reduce memory usage, improve scalability, and enhance performance.
Examples include:
▪ Retrieving server IDs (get_server_id_by_instance_id).
▪ Listing and counting applications (get_app_count).
▪ Fetching email details (sent_email_details_popup.php) and notifications.
◦ Version Retrieval:
Refactored get_wp_versions to dynamically append the version parameter (?version=$min_version) in API calls, reducing the need for local filtering with array_filter or version_compare.
◦ Email & Notification Logic:
Enhanced efficiency in handling emails and notifications by improving queries and reducing unnecessary processing overhead.
• Improved Logging Defaults:
◦ Added 'default' => array() to the logging_and_tracing_types_debug_log and logging_and_tracing_types fields, ensuring:
▪ No log types are preselected by default.
▪ Reduced database load by avoiding unnecessary logging.
• Code Clarity and Performance:
◦ Renamed and clarified function names for better readability and consistency:
▪ custom_map_meta_cap_for_eslam → custom_map_meta_cap_for_server_access.
◦ Simplified metadata retrieval and optimized title handling in various functions.
Upgrade Today!
These updates bring critical fixes, significant performance improvements, and robust new features. Upgrade now to enjoy the latest advancements in server management and WordPress deployment technology