Plugin Directory

Changeset 3241839


Ignore:
Timestamp:
02/17/2025 11:29:00 AM (11 months ago)
Author:
bojansliskovicglscroatiacom
Message:

Update stable tag version 1.2.3

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

Legend:

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

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

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

    r3238427 r3241839  
    450450
    451451        $params = [
     452            'WebshopEngine' => 'woocommercehr',
    452453            'ParcelList' => $parcel_list,
    453454            'PrintPosition' => (int)$this->get_option("print_position") ?: 1,
     
    502503
    503504        $params = [
     505            'WebshopEngine' => 'woocommercehr',
    504506            'ParcelList' => [$parcel],
    505507            'PrintPosition' => (int)$this->get_option("print_position") ?: 1,
  • gls-shipping-for-woocommerce/tags/1.2.3/includes/api/class-gls-shipping-api-service.php

    r3205946 r3241839  
    5757        $post_fields['Username'] = $this->get_option("username");
    5858        $post_fields['Password'] = $this->get_password();
    59         $post_fields['WebshopEngine'] = 'woocommercehr';
    6059
    6160        $params = array(
  • gls-shipping-for-woocommerce/trunk/README.txt

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

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

    r3238427 r3241839  
    450450
    451451        $params = [
     452            'WebshopEngine' => 'woocommercehr',
    452453            'ParcelList' => $parcel_list,
    453454            'PrintPosition' => (int)$this->get_option("print_position") ?: 1,
     
    502503
    503504        $params = [
     505            'WebshopEngine' => 'woocommercehr',
    504506            'ParcelList' => [$parcel],
    505507            'PrintPosition' => (int)$this->get_option("print_position") ?: 1,
  • gls-shipping-for-woocommerce/trunk/includes/api/class-gls-shipping-api-service.php

    r3205946 r3241839  
    5757        $post_fields['Username'] = $this->get_option("username");
    5858        $post_fields['Password'] = $this->get_password();
    59         $post_fields['WebshopEngine'] = 'woocommercehr';
    6059
    6160        $params = array(
Note: See TracChangeset for help on using the changeset viewer.