Changeset 3343177
- Timestamp:
- 08/11/2025 10:11:30 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bp-custom-order-status-for-woocommerce/tags/1.2.1/main.php
r3343175 r3343177 4 4 * Plugin URI: https://wordpress.org/plugins/bp-custom-order-status-for-woocommerce/ 5 5 * Description: This plugin allows you to create, delete and edit order statuses to better control the flow of your orders. 6 * Version: 1.2 6 * Version: 1.2.1 7 7 * Author: Bright Plugins 8 8 * Requires PHP: 7.4 … … 27 27 define( 'COSMBP_ASSETS', plugins_url( '', __FILE__ ) . '/assets' ); 28 28 define( 'BVOS_PLUGIN_BASE', plugin_basename( __FILE__ ) ); 29 define( 'BVOS_PLUGIN_VER', '1.2 ' );29 define( 'BVOS_PLUGIN_VER', '1.2.1' ); 30 30 31 31 use Brightplugins_COS\Bootstrap;
Note: See TracChangeset
for help on using the changeset viewer.