Changeset 3436752
- Timestamp:
- 01/10/2026 05:42:14 PM (3 months ago)
- Location:
- advanced-clean-master
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.1 (copied) (copied from advanced-clean-master/trunk)
-
tags/2.0.1/advanced-clean-master.php (modified) (2 diffs)
-
tags/2.0.1/readme.txt (modified) (3 diffs)
-
trunk/advanced-clean-master.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-clean-master/tags/2.0.1/advanced-clean-master.php
r3436741 r3436752 3 3 Plugin Name: Advanced Clean Master - Complete Site Cleanup & Database Optimizer 4 4 Description: A plugin to clean and optimize your WordPress site by removing drafts, auto-drafts, trashed posts, orphaned media, and more. Now includes backup management. 5 Version: 2.0. 05 Version: 2.0.1 6 6 Author: SH Sajal Chowdhury 7 7 Author URI: https://easywptools.com … … 45 45 46 46 function acmt_enqueue_admin_styles() { 47 wp_enqueue_style('acmt-review-notice', ACMT_URL . 'assets/css/review-notice.css', array(), '2.0. 0');47 wp_enqueue_style('acmt-review-notice', ACMT_URL . 'assets/css/review-notice.css', array(), '2.0.1'); 48 48 } 49 49 add_action( 'plugins_loaded', 'acmt_init' ); -
advanced-clean-master/tags/2.0.1/readme.txt
r3436741 r3436752 4 4 Donate link: https://ko-fi.com/shsajalchowdhury 5 5 Requires at least: 5.4 6 Tested up to: 6. 87 Stable tag: 2.0. 06 Tested up to: 6.9 7 Stable tag: 2.0.1 8 8 Requires PHP: 7.4 9 9 License: GPL v2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 **Advanced Clean Master** boosts WordPress performance by cleaning unnecessary data and optimizing your database with backup management. Remove drafts, orphaned media, expired transients, and more with scheduled cleanups safely.12 Boost WordPress performance by cleaning unnecessary data and optimizing your database. Remove drafts, orphaned media, transients with scheduled cleanups. 13 13 14 14 == Description == … … 172 172 173 173 == Changelog == 174 = 2.0.1 = 175 * Fixed: Optimized plugin description for better WordPress.org compatibility 176 * Improved: Minor code optimizations for better performance 177 174 178 = 2.0.0 = 175 179 * MAJOR UPDATE: Complete plugin architecture overhaul for improved performance … … 223 227 224 228 == Upgrade Notice == 229 = 2.0.1 = 230 Minor update with deployment workflow improvements and optimizations. Safe to update. 231 225 232 = 2.0.0 = 226 233 MAJOR UPDATE: Version 2.0.0 brings significant improvements to performance, security, and reliability. This update includes a complete architecture overhaul, enhanced backup system, and improved database optimization. Recommended for all users. Please backup your site before updating. -
advanced-clean-master/trunk/advanced-clean-master.php
r3436741 r3436752 3 3 Plugin Name: Advanced Clean Master - Complete Site Cleanup & Database Optimizer 4 4 Description: A plugin to clean and optimize your WordPress site by removing drafts, auto-drafts, trashed posts, orphaned media, and more. Now includes backup management. 5 Version: 2.0. 05 Version: 2.0.1 6 6 Author: SH Sajal Chowdhury 7 7 Author URI: https://easywptools.com … … 45 45 46 46 function acmt_enqueue_admin_styles() { 47 wp_enqueue_style('acmt-review-notice', ACMT_URL . 'assets/css/review-notice.css', array(), '2.0. 0');47 wp_enqueue_style('acmt-review-notice', ACMT_URL . 'assets/css/review-notice.css', array(), '2.0.1'); 48 48 } 49 49 add_action( 'plugins_loaded', 'acmt_init' ); -
advanced-clean-master/trunk/readme.txt
r3436741 r3436752 4 4 Donate link: https://ko-fi.com/shsajalchowdhury 5 5 Requires at least: 5.4 6 Tested up to: 6. 87 Stable tag: 2.0. 06 Tested up to: 6.9 7 Stable tag: 2.0.1 8 8 Requires PHP: 7.4 9 9 License: GPL v2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 **Advanced Clean Master** boosts WordPress performance by cleaning unnecessary data and optimizing your database with backup management. Remove drafts, orphaned media, expired transients, and more with scheduled cleanups safely.12 Boost WordPress performance by cleaning unnecessary data and optimizing your database. Remove drafts, orphaned media, transients with scheduled cleanups. 13 13 14 14 == Description == … … 172 172 173 173 == Changelog == 174 = 2.0.1 = 175 * Fixed: Optimized plugin description for better WordPress.org compatibility 176 * Improved: Minor code optimizations for better performance 177 174 178 = 2.0.0 = 175 179 * MAJOR UPDATE: Complete plugin architecture overhaul for improved performance … … 223 227 224 228 == Upgrade Notice == 229 = 2.0.1 = 230 Minor update with deployment workflow improvements and optimizations. Safe to update. 231 225 232 = 2.0.0 = 226 233 MAJOR UPDATE: Version 2.0.0 brings significant improvements to performance, security, and reliability. This update includes a complete architecture overhaul, enhanced backup system, and improved database optimization. Recommended for all users. Please backup your site before updating.
Note: See TracChangeset
for help on using the changeset viewer.