Changeset 3216271
- Timestamp:
- 01/03/2025 07:10:04 AM (12 months ago)
- Location:
- biteship-shipping/trunk
- Files:
-
- 2 edited
-
biteship-shipping.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
biteship-shipping/trunk/biteship-shipping.php
r3216259 r3216271 4 4 * Plugin Name: Biteship Shipping 5 5 * Description: Integrate Biteship shipping services with your WooCommerce store. 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Author: Biteship 8 8 * Author URI: https://biteship.com … … 27 27 if (in_array("woocommerce/woocommerce.php", apply_filters("active_plugins", get_option("active_plugins")))) { 28 28 // Define plugin constants. 29 define("BITESHIP_SHIPPING_VERSION", "1.0. 5");29 define("BITESHIP_SHIPPING_VERSION", "1.0.6"); 30 30 define("BITESHIP_SHIPPING_FILE", __FILE__); 31 31 define("BITESHIP_SHIPPING_PATH", plugin_dir_path(__FILE__)); -
biteship-shipping/trunk/readme.txt
r3216259 r3216271 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 79 79 80 80 == Changelog == 81 = 1.0.6 = 82 * Update metadata 81 83 = 1.0.5 = 82 84 * Adjust build system to allow automatic deployment
Note: See TracChangeset
for help on using the changeset viewer.