Changeset 3465252
- Timestamp:
- 02/19/2026 05:24:56 PM (6 weeks ago)
- Location:
- advanced-custom-order-status-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/3.0.5 (copied) (copied from advanced-custom-order-status-for-woocommerce/trunk)
-
tags/3.0.5/README.txt (modified) (2 diffs)
-
tags/3.0.5/advanced-custom-order-status-for-woocommerce.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/advanced-custom-order-status-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-order-status-for-woocommerce/tags/3.0.5/README.txt
r3426058 r3465252 3 3 Tags: woocommerce, order status, custom order status, custom status, order statuses 4 4 Requires at least: 5.0 5 Tested up to: 6.9 6 Stable tag: 3.0. 45 Tested up to: 6.9.1 6 Stable tag: 3.0.5 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 74 74 == Changelog == 75 75 76 = 3.0.5 = 77 * Other: Compatible with WordPress 6.9.1 78 * Other: Compatible with WooCommerce 10.5.2 79 76 80 = 3.0.4 = 77 81 * 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 6 6 * Plugin URI: https://storeplugin.net/plugins/advanced-custom-order-status-for-woocommerce 7 7 * Description: The Advanced Custom Order Status for WooCommerce plugin empowers users to effortlessly manage and customize Order Status in WooCommerce. 8 * Version: 3.0. 48 * Version: 3.0.5 9 9 * Author: StorePlugin 10 10 * Author URI: https://storeplugin.net/ … … 29 29 /** Plugin version constant */ 30 30 if( ! defined( 'SPCOS_ORDER_STATUS_VERSION' ) ) { 31 define( 'SPCOS_ORDER_STATUS_VERSION', '3.0. 4' );31 define( 'SPCOS_ORDER_STATUS_VERSION', '3.0.5' ); 32 32 } 33 33 -
advanced-custom-order-status-for-woocommerce/trunk/README.txt
r3426058 r3465252 3 3 Tags: woocommerce, order status, custom order status, custom status, order statuses 4 4 Requires at least: 5.0 5 Tested up to: 6.9 6 Stable tag: 3.0. 45 Tested up to: 6.9.1 6 Stable tag: 3.0.5 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 74 74 == Changelog == 75 75 76 = 3.0.5 = 77 * Other: Compatible with WordPress 6.9.1 78 * Other: Compatible with WooCommerce 10.5.2 79 76 80 = 3.0.4 = 77 81 * Updated: Email body placeholder variable added -
advanced-custom-order-status-for-woocommerce/trunk/advanced-custom-order-status-for-woocommerce.php
r3426058 r3465252 6 6 * Plugin URI: https://storeplugin.net/plugins/advanced-custom-order-status-for-woocommerce 7 7 * Description: The Advanced Custom Order Status for WooCommerce plugin empowers users to effortlessly manage and customize Order Status in WooCommerce. 8 * Version: 3.0. 48 * Version: 3.0.5 9 9 * Author: StorePlugin 10 10 * Author URI: https://storeplugin.net/ … … 29 29 /** Plugin version constant */ 30 30 if( ! defined( 'SPCOS_ORDER_STATUS_VERSION' ) ) { 31 define( 'SPCOS_ORDER_STATUS_VERSION', '3.0. 4' );31 define( 'SPCOS_ORDER_STATUS_VERSION', '3.0.5' ); 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.