Changeset 2928025
- Timestamp:
- 06/19/2023 02:24:27 PM (3 years ago)
- Location:
- sendbox-shipping
- Files:
-
- 2 edited
-
tags/4.4/wooss.php (modified) (2 diffs)
-
trunk/wooss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sendbox-shipping/tags/4.4/wooss.php
r2928018 r2928025 16 16 * Plugin URI: # 17 17 * Description: This is a woocommerce plugin that enables you ship from your store to anywhere in the world. 18 * Version: 3.3.518 * Version: 4.4 19 19 * Author: sendbox 20 20 * Author URI: https://sendbox.ng/ … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define('WOOSS_VERSION', ' 3.3.5');37 define('WOOSS_VERSION', '4.4'); 38 38 39 39 /** -
sendbox-shipping/trunk/wooss.php
r2801237 r2928025 16 16 * Plugin URI: # 17 17 * Description: This is a woocommerce plugin that enables you ship from your store to anywhere in the world. 18 * Version: 3.3.518 * Version: 4.4 19 19 * Author: sendbox 20 20 * Author URI: https://sendbox.ng/ … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define('WOOSS_VERSION', ' 3.3.5');37 define('WOOSS_VERSION', '4.4'); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.