Plugin Directory

Changeset 3238427


Ignore:
Timestamp:
02/11/2025 08:52:15 AM (11 months ago)
Author:
bojansliskovicglscroatiacom
Message:

Update stable tag version 1.2.2

Location:
gls-shipping-for-woocommerce
Files:
3 edited
42 copied

Legend:

Unmodified
Added
Removed
  • gls-shipping-for-woocommerce/tags/1.2.2/README.txt

    r3232532 r3238427  
    44Requires at least: 4.4
    55Tested up to: 6.7
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464== Changelog ==
    6565
     66= 1.2.2 =
     67* Removed second Street Address field from content.
     68
    6669= 1.2.1 =
    6770* Added support for Street Address second field
  • gls-shipping-for-woocommerce/tags/1.2.2/gls-shipping-for-woocommerce.php

    r3232532 r3238427  
    44 * Plugin Name: GLS Shipping for WooCommerce
    55 * Description: Offical GLS Shipping for WooCommerce plugin
    6  * Version: 1.2.1
     6 * Version: 1.2.2
    77 * Author: Inchoo
    88 * License: GPLv2
     
    2525    private static $instance;
    2626
    27     private $version = '1.2.1';
     27    private $version = '1.2.2';
    2828
    2929    private function __construct()
  • gls-shipping-for-woocommerce/tags/1.2.2/includes/api/class-gls-shipping-api-data.php

    r3232532 r3238427  
    435435            $parcel['DeliveryAddress'] = $this->get_delivery_address($order);
    436436            $parcel['ServiceList'] = $this->get_service_list($order, $is_parcel_delivery_service, $pickup_info);
    437             $parcel['Content'] = $order->get_shipping_address_2();
    438437
    439438            if ($order->get_shipping_country() === 'RS') {
     
    491490        $parcel['DeliveryAddress'] = $this->get_delivery_address($order);
    492491        $parcel['ServiceList'] = $this->get_service_list($order, $is_parcel_delivery_service, $pickup_info);
    493         $parcel['Content'] = $order->get_shipping_address_2();
    494492
    495493        if ($order->get_shipping_country() === 'RS') {
  • gls-shipping-for-woocommerce/trunk/README.txt

    r3232532 r3238427  
    44Requires at least: 4.4
    55Tested up to: 6.7
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464== Changelog ==
    6565
     66= 1.2.2 =
     67* Removed second Street Address field from content.
     68
    6669= 1.2.1 =
    6770* Added support for Street Address second field
  • gls-shipping-for-woocommerce/trunk/gls-shipping-for-woocommerce.php

    r3232532 r3238427  
    44 * Plugin Name: GLS Shipping for WooCommerce
    55 * Description: Offical GLS Shipping for WooCommerce plugin
    6  * Version: 1.2.1
     6 * Version: 1.2.2
    77 * Author: Inchoo
    88 * License: GPLv2
     
    2525    private static $instance;
    2626
    27     private $version = '1.2.1';
     27    private $version = '1.2.2';
    2828
    2929    private function __construct()
  • gls-shipping-for-woocommerce/trunk/includes/api/class-gls-shipping-api-data.php

    r3232532 r3238427  
    435435            $parcel['DeliveryAddress'] = $this->get_delivery_address($order);
    436436            $parcel['ServiceList'] = $this->get_service_list($order, $is_parcel_delivery_service, $pickup_info);
    437             $parcel['Content'] = $order->get_shipping_address_2();
    438437
    439438            if ($order->get_shipping_country() === 'RS') {
     
    491490        $parcel['DeliveryAddress'] = $this->get_delivery_address($order);
    492491        $parcel['ServiceList'] = $this->get_service_list($order, $is_parcel_delivery_service, $pickup_info);
    493         $parcel['Content'] = $order->get_shipping_address_2();
    494492
    495493        if ($order->get_shipping_country() === 'RS') {
Note: See TracChangeset for help on using the changeset viewer.