Skip to content

Commit 9d8f38b

Browse files
authored
Support for WordPress 6.6
1 parent 122a530 commit 9d8f38b

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: goran87
33
Tags: gls, shipping, woocommerce shipping
44
Requires at least: 4.4
5-
Tested up to: 6.5
6-
Stable tag: 1.1.2
5+
Tested up to: 6.6
6+
Stable tag: 1.1.3
77
License: GPLv2
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -54,6 +54,9 @@ To install and configure this plugin:
5454

5555
== Changelog ==
5656

57+
= 1.1.3 =
58+
* Support for WordPress 6.6
59+
5760
= 1.1.2 =
5861
* Support for SenderIdentityCardNumber and Content fields.
5962
* Support for Print Position and Printer Type

gls-shipping-for-woocommerce.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
/**
44
* Plugin Name: GLS Shipping for WooCommerce
55
* Description: Offical GLS Shipping for WooCommerce plugin
6-
* Version: 1.1.2
6+
* Version: 1.1.3
77
* Author: Inchoo
88
* License: GPLv2
99
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
* Author URI: https://inchoo.hr
1111
* Text Domain: gls-shipping-for-woocommerce
1212
* Domain Path: /languages
1313
* Requires at least: 5.9
14-
* Tested up to: 6.5
14+
* Tested up to: 6.6
1515
* Requires PHP: 7.1
1616
*
1717
* WC requires at least: 4.3
18-
* WC tested up to: 9.0
18+
* WC tested up to: 9.1
1919
*/
2020

2121
defined('ABSPATH') || exit;
@@ -24,7 +24,7 @@ final class GLS_Shipping_For_Woo
2424
{
2525
private static $instance;
2626

27-
private $version = '1.1.2';
27+
private $version = '1.1.3';
2828

2929
private function __construct()
3030
{

0 commit comments

Comments
 (0)