Plugin Directory

Changeset 3396852


Ignore:
Timestamp:
11/17/2025 03:05:11 AM (5 months ago)
Author:
storeplugin
Message:

Version Update

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

Legend:

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

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

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