File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
Contributors: goran87
3
3
Tags: gls, shipping, woocommerce shipping
4
4
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
7
7
License: GPLv2
8
8
License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
9
@@ -54,6 +54,9 @@ To install and configure this plugin:
54
54
55
55
== Changelog ==
56
56
57
+ = 1.1.3 =
58
+ * Support for WordPress 6.6
59
+
57
60
= 1.1.2 =
58
61
* Support for SenderIdentityCardNumber and Content fields.
59
62
* Support for Print Position and Printer Type
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Plugin Name: GLS Shipping for WooCommerce
5
5
* Description: Offical GLS Shipping for WooCommerce plugin
6
- * Version: 1.1.2
6
+ * Version: 1.1.3
7
7
* Author: Inchoo
8
8
* License: GPLv2
9
9
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
* Author URI: https://inchoo.hr
11
11
* Text Domain: gls-shipping-for-woocommerce
12
12
* Domain Path: /languages
13
13
* Requires at least: 5.9
14
- * Tested up to: 6.5
14
+ * Tested up to: 6.6
15
15
* Requires PHP: 7.1
16
16
*
17
17
* WC requires at least: 4.3
18
- * WC tested up to: 9.0
18
+ * WC tested up to: 9.1
19
19
*/
20
20
21
21
defined ('ABSPATH ' ) || exit;
@@ -24,7 +24,7 @@ final class GLS_Shipping_For_Woo
24
24
{
25
25
private static $ instance ;
26
26
27
- private $ version = '1.1.2 ' ;
27
+ private $ version = '1.1.3 ' ;
28
28
29
29
private function __construct ()
30
30
{
You can’t perform that action at this time.
0 commit comments