Plugin Directory

Changeset 3436741


Ignore:
Timestamp:
01/10/2026 05:32:04 PM (3 months ago)
Author:
shsajalchowdhury
Message:

Update to version 2.0.0 from GitHub

Location:
advanced-clean-master
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • advanced-clean-master/assets/screenshot-4.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • advanced-clean-master/tags/2.0.0/advanced-clean-master.php

    r3357489 r3436741  
    33Plugin Name: Advanced Clean Master - Complete Site Cleanup & Database Optimizer
    44Description: 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.9
     5Version: 2.0.0
    66Author: SH Sajal Chowdhury
    77Author URI: https://easywptools.com
     
    4545
    4646function 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');
    4848}
    4949add_action( 'plugins_loaded', 'acmt_init' );
  • advanced-clean-master/tags/2.0.0/readme.txt

    r3357489 r3436741  
    55Requires at least: 5.4
    66Tested up to: 6.8
    7 Stable tag: 1.0.9
     7Stable tag: 2.0.0
    88Requires PHP: 7.4
    99License: GPL v2 or later
     
    172172
    173173== 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
    174187= 1.0.9 =
    175188* NEW: Backup Management system with automatic backups before cleanup operations
     
    210223
    211224== Upgrade Notice ==
     225= 2.0.0 =
     226MAJOR 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
    212228= 1.0.8 =
    213229* 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  
    33Plugin Name: Advanced Clean Master - Complete Site Cleanup & Database Optimizer
    44Description: 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.9
     5Version: 2.0.0
    66Author: SH Sajal Chowdhury
    77Author URI: https://easywptools.com
     
    4545
    4646function 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');
    4848}
    4949add_action( 'plugins_loaded', 'acmt_init' );
  • advanced-clean-master/trunk/readme.txt

    r3357489 r3436741  
    55Requires at least: 5.4
    66Tested up to: 6.8
    7 Stable tag: 1.0.9
     7Stable tag: 2.0.0
    88Requires PHP: 7.4
    99License: GPL v2 or later
     
    172172
    173173== 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
    174187= 1.0.9 =
    175188* NEW: Backup Management system with automatic backups before cleanup operations
     
    210223
    211224== Upgrade Notice ==
     225= 2.0.0 =
     226MAJOR 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
    212228= 1.0.8 =
    213229* 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.