Plugin Directory

Changeset 3436752


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

Update to version 2.0.1 from GitHub

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

Legend:

Unmodified
Added
Removed
  • advanced-clean-master/tags/2.0.1/advanced-clean-master.php

    r3436741 r3436752  
    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: 2.0.0
     5Version: 2.0.1
    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(), '2.0.0');
     47    wp_enqueue_style('acmt-review-notice', ACMT_URL . 'assets/css/review-notice.css', array(), '2.0.1');
    4848}
    4949add_action( 'plugins_loaded', 'acmt_init' );
  • advanced-clean-master/tags/2.0.1/readme.txt

    r3436741 r3436752  
    44Donate link: https://ko-fi.com/shsajalchowdhury
    55Requires at least: 5.4
    6 Tested up to: 6.8
    7 Stable tag: 2.0.0
     6Tested up to: 6.9
     7Stable tag: 2.0.1
    88Requires PHP: 7.4
    99License: GPL v2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    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.
     12Boost WordPress performance by cleaning unnecessary data and optimizing your database. Remove drafts, orphaned media, transients with scheduled cleanups.
    1313
    1414== Description ==
     
    172172
    173173== Changelog ==
     174= 2.0.1 =
     175* Fixed: Optimized plugin description for better WordPress.org compatibility
     176* Improved: Minor code optimizations for better performance
     177
    174178= 2.0.0 =
    175179* MAJOR UPDATE: Complete plugin architecture overhaul for improved performance
     
    223227
    224228== Upgrade Notice ==
     229= 2.0.1 =
     230Minor update with deployment workflow improvements and optimizations. Safe to update.
     231
    225232= 2.0.0 =
    226233MAJOR 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  
    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: 2.0.0
     5Version: 2.0.1
    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(), '2.0.0');
     47    wp_enqueue_style('acmt-review-notice', ACMT_URL . 'assets/css/review-notice.css', array(), '2.0.1');
    4848}
    4949add_action( 'plugins_loaded', 'acmt_init' );
  • advanced-clean-master/trunk/readme.txt

    r3436741 r3436752  
    44Donate link: https://ko-fi.com/shsajalchowdhury
    55Requires at least: 5.4
    6 Tested up to: 6.8
    7 Stable tag: 2.0.0
     6Tested up to: 6.9
     7Stable tag: 2.0.1
    88Requires PHP: 7.4
    99License: GPL v2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    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.
     12Boost WordPress performance by cleaning unnecessary data and optimizing your database. Remove drafts, orphaned media, transients with scheduled cleanups.
    1313
    1414== Description ==
     
    172172
    173173== Changelog ==
     174= 2.0.1 =
     175* Fixed: Optimized plugin description for better WordPress.org compatibility
     176* Improved: Minor code optimizations for better performance
     177
    174178= 2.0.0 =
    175179* MAJOR UPDATE: Complete plugin architecture overhaul for improved performance
     
    223227
    224228== Upgrade Notice ==
     229= 2.0.1 =
     230Minor update with deployment workflow improvements and optimizations. Safe to update.
     231
    225232= 2.0.0 =
    226233MAJOR 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.