Plugin Directory

Changeset 3338897


Ignore:
Timestamp:
08/04/2025 11:05:05 AM (8 months ago)
Author:
storeplugin
Message:

Version Update

Location:
advanced-custom-order-status-for-woocommerce
Files:
77 added
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-custom-order-status-for-woocommerce/trunk/README.txt

    r3290794 r3338897  
    33Tags: woocommerce, order status, custom order status, custom status, order statuses
    44Requires at least: 5.0
    5 Tested up to: 6.8.1
    6 Stable tag: 3.0.0
     5Tested up to: 6.8.2
     6Stable tag: 3.0.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    7373
    7474== Changelog ==
     75= 3.0.1 =
     76* Other: Compatible with WordPress 6.8.2
     77* Other: Compatible with WooCommerce 10.0.4
     78
    7579= 3.0.0 =
    7680* Update: Performance improvement.
  • advanced-custom-order-status-for-woocommerce/trunk/advanced-custom-order-status-for-woocommerce.php

    r3290794 r3338897  
    66 * Plugin URI:        https://storeplugin.net/plugins/advanced-custom-order-status-for-woocommerce
    77 * Description:       The Advanced Custom Order Status for WooCommerce plugin empowers users to effortlessly manage and customize Order Status in WooCommerce.
    8  * Version:           3.0.0
     8 * Version:           3.0.1
    99 * Author:            StorePlugin
    1010 * Author URI:        https://storeplugin.net/
     
    2929/** Plugin version constant */
    3030if( ! defined( 'SPCOS_ORDER_STATUS_VERSION' ) ) {
    31     define( 'SPCOS_ORDER_STATUS_VERSION', '3.0.0' );
     31    define( 'SPCOS_ORDER_STATUS_VERSION', '3.0.1' );
    3232}
    3333
Note: See TracChangeset for help on using the changeset viewer.