🔒 EXCLUSIVE: Changeset/ - Full Gallery 2025

Changeset 3216271


Ignore:
Timestamp:
01/03/2025 07:10:04 AM (12 months ago)
Author:
biteship
Message:

Release version 1.0.6

Location:
biteship-shipping/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • biteship-shipping/trunk/biteship-shipping.php

    r3216259 r3216271  
    44 * Plugin Name: Biteship Shipping
    55 * Description: Integrate Biteship shipping services with your WooCommerce store.
    6  * Version: 1.0.5
     6 * Version: 1.0.6
    77 * Author: Biteship
    88 * Author URI: https://biteship.com
     
    2727if (in_array("woocommerce/woocommerce.php", apply_filters("active_plugins", get_option("active_plugins")))) {
    2828    // Define plugin constants.
    29     define("BITESHIP_SHIPPING_VERSION", "1.0.5");
     29    define("BITESHIP_SHIPPING_VERSION", "1.0.6");
    3030    define("BITESHIP_SHIPPING_FILE", __FILE__);
    3131    define("BITESHIP_SHIPPING_PATH", plugin_dir_path(__FILE__));
  • biteship-shipping/trunk/readme.txt

    r3216259 r3216271  
    55Tested up to: 6.7
    66Requires PHP: 7.2
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7979
    8080== Changelog ==
     81= 1.0.6 =
     82* Update metadata
    8183= 1.0.5 =
    8284* Adjust build system to allow automatic deployment
Note: See TracChangeset for help on using the changeset viewer.