Changeset 3436741
- Timestamp:
- 01/10/2026 05:32:04 PM (3 months ago)
- Location:
- advanced-clean-master
- Files:
-
- 5 edited
- 1 copied
-
assets/screenshot-4.png (modified) (1 prop) (previous)
-
tags/2.0.0 (copied) (copied from advanced-clean-master/trunk)
-
tags/2.0.0/advanced-clean-master.php (modified) (2 diffs)
-
tags/2.0.0/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/assets/screenshot-4.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
advanced-clean-master/tags/2.0.0/advanced-clean-master.php
r3357489 r3436741 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: 1.0.95 Version: 2.0.0 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(), ' 1.0.9');47 wp_enqueue_style('acmt-review-notice', ACMT_URL . 'assets/css/review-notice.css', array(), '2.0.0'); 48 48 } 49 49 add_action( 'plugins_loaded', 'acmt_init' ); -
advanced-clean-master/tags/2.0.0/readme.txt
r3357489 r3436741 5 5 Requires at least: 5.4 6 6 Tested up to: 6.8 7 Stable tag: 1.0.97 Stable tag: 2.0.0 8 8 Requires PHP: 7.4 9 9 License: GPL v2 or later … … 172 172 173 173 == Changelog == 174 = 2.0.0 = 175 * MAJOR UPDATE: Complete plugin architecture overhaul for improved performance 176 * NEW: Enhanced backup system with better reliability and faster operations 177 * NEW: Improved database optimization algorithms for better results 178 * Enhanced: Modernized codebase following WordPress coding standards 179 * Enhanced: Better error handling and user feedback throughout the plugin 180 * Enhanced: Improved security measures and data validation 181 * Enhanced: Optimized database queries for faster cleanup operations 182 * Enhanced: Better compatibility with latest WordPress versions 183 * Updated: Deployment workflow to use modern GitHub Actions 184 * Updated: All dependencies and libraries to latest stable versions 185 * Fixed: Various minor bugs and performance improvements 186 174 187 = 1.0.9 = 175 188 * NEW: Backup Management system with automatic backups before cleanup operations … … 210 223 211 224 == Upgrade Notice == 225 = 2.0.0 = 226 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. 227 212 228 = 1.0.8 = 213 229 * New - Added Auto-Drafts Cleanup feature to help clean automatically saved drafts that WordPress creates -
advanced-clean-master/trunk/advanced-clean-master.php
r3357489 r3436741 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: 1.0.95 Version: 2.0.0 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(), ' 1.0.9');47 wp_enqueue_style('acmt-review-notice', ACMT_URL . 'assets/css/review-notice.css', array(), '2.0.0'); 48 48 } 49 49 add_action( 'plugins_loaded', 'acmt_init' ); -
advanced-clean-master/trunk/readme.txt
r3357489 r3436741 5 5 Requires at least: 5.4 6 6 Tested up to: 6.8 7 Stable tag: 1.0.97 Stable tag: 2.0.0 8 8 Requires PHP: 7.4 9 9 License: GPL v2 or later … … 172 172 173 173 == Changelog == 174 = 2.0.0 = 175 * MAJOR UPDATE: Complete plugin architecture overhaul for improved performance 176 * NEW: Enhanced backup system with better reliability and faster operations 177 * NEW: Improved database optimization algorithms for better results 178 * Enhanced: Modernized codebase following WordPress coding standards 179 * Enhanced: Better error handling and user feedback throughout the plugin 180 * Enhanced: Improved security measures and data validation 181 * Enhanced: Optimized database queries for faster cleanup operations 182 * Enhanced: Better compatibility with latest WordPress versions 183 * Updated: Deployment workflow to use modern GitHub Actions 184 * Updated: All dependencies and libraries to latest stable versions 185 * Fixed: Various minor bugs and performance improvements 186 174 187 = 1.0.9 = 175 188 * NEW: Backup Management system with automatic backups before cleanup operations … … 210 223 211 224 == Upgrade Notice == 225 = 2.0.0 = 226 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. 227 212 228 = 1.0.8 = 213 229 * New - Added Auto-Drafts Cleanup feature to help clean automatically saved drafts that WordPress creates
Note: See TracChangeset
for help on using the changeset viewer.