Plugin Directory

Changeset 3343177


Ignore:
Timestamp:
08/11/2025 10:11:30 PM (5 months ago)
Author:
brightvesseldev
Message:

Header field - Version: 1.2.1 in the main.php file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bp-custom-order-status-for-woocommerce/tags/1.2.1/main.php

    r3343175 r3343177  
    44 * Plugin URI: https://wordpress.org/plugins/bp-custom-order-status-for-woocommerce/
    55 * 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
    77 * Author: Bright Plugins
    88 * Requires PHP: 7.4
     
    2727define( 'COSMBP_ASSETS', plugins_url( '', __FILE__ ) . '/assets' );
    2828define( 'BVOS_PLUGIN_BASE', plugin_basename( __FILE__ ) );
    29 define( 'BVOS_PLUGIN_VER', '1.2' );
     29define( 'BVOS_PLUGIN_VER', '1.2.1' );
    3030
    3131use Brightplugins_COS\Bootstrap;
Note: See TracChangeset for help on using the changeset viewer.