Plugin Directory

Changeset 3465252


Ignore:
Timestamp:
02/19/2026 05:24:56 PM (6 weeks ago)
Author:
storeplugin
Message:

Update to version 3.0.5 from GitHub

Location:
advanced-custom-order-status-for-woocommerce
Files:
4 edited
1 copied

Legend:

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

    r3426058 r3465252  
    33Tags: woocommerce, order status, custom order status, custom status, order statuses
    44Requires at least: 5.0
    5 Tested up to: 6.9
    6 Stable tag: 3.0.4
     5Tested up to: 6.9.1
     6Stable tag: 3.0.5
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    7474== Changelog ==
    7575
     76= 3.0.5 =
     77* Other: Compatible with WordPress 6.9.1
     78* Other: Compatible with WooCommerce 10.5.2
     79
    7680= 3.0.4 =
    7781* Updated: Email body placeholder variable added
  • advanced-custom-order-status-for-woocommerce/tags/3.0.5/advanced-custom-order-status-for-woocommerce.php

    r3426058 r3465252  
    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.4
     8 * Version:           3.0.5
    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.4' );
     31    define( 'SPCOS_ORDER_STATUS_VERSION', '3.0.5' );
    3232}
    3333
  • advanced-custom-order-status-for-woocommerce/trunk/README.txt

    r3426058 r3465252  
    33Tags: woocommerce, order status, custom order status, custom status, order statuses
    44Requires at least: 5.0
    5 Tested up to: 6.9
    6 Stable tag: 3.0.4
     5Tested up to: 6.9.1
     6Stable tag: 3.0.5
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    7474== Changelog ==
    7575
     76= 3.0.5 =
     77* Other: Compatible with WordPress 6.9.1
     78* Other: Compatible with WooCommerce 10.5.2
     79
    7680= 3.0.4 =
    7781* Updated: Email body placeholder variable added
  • advanced-custom-order-status-for-woocommerce/trunk/advanced-custom-order-status-for-woocommerce.php

    r3426058 r3465252  
    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.4
     8 * Version:           3.0.5
    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.4' );
     31    define( 'SPCOS_ORDER_STATUS_VERSION', '3.0.5' );
    3232}
    3333
Note: See TracChangeset for help on using the changeset viewer.