Skip to content

Commit 4419521

Browse files
authored
Merge pull request #448 from Zasilkovna/PES-1690_version-1.6.3-prepared
PES-1690: version 1.6.3 prepared
2 parents 2db7498 + 25e81b8 commit 4419521

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packeta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Plugin Name: Packeta
1010
* Description: This is the official plugin, that allows you to choose pickup points of Packeta and its external carriers in all of Europe, or utilize address delivery to 25 countries in the European Union, straight from the cart in your e-shop. Furthermore, you can also submit all your orders to Packeta with just one click.
11-
* Version: 1.6.2
11+
* Version: 1.6.3
1212
* Author: Zásilkovna s.r.o.
1313
* Author URI: https://www.zasilkovna.cz/
1414
* Text Domain: packeta

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: packeta
33
Tags: WooCommerce, shipping
44
Requires at least: 5.3
55
Tested up to: 6.3
6-
Stable tag: 1.6.2
6+
Stable tag: 1.6.3
77
Requires PHP: 7.2
88
WC requires at least: 4.5
99
WC tested up to: 8.0.0
@@ -64,6 +64,10 @@ We are constantly working on adding new features. You can find a list of feature
6464
Please contact us at [email protected] .
6565

6666
== Changelog ==
67+
= 1.6.3 =
68+
Added: packeta_widget_weight filter
69+
Added: In the case of free shipping, the information "Free" is now displayed after the name of the shipping method.
70+
6771
= 1.6.2 =
6872
Fixed: In some cases (depending on the hosting settings), the value of the shipment or COD for the sent shipment was incorrectly displayed in the API Log.
6973
Fixed: In order emails or on the thank-you page, the header "Packeta" is no longer displayed, if no information about pickup points is available.

src/Packetery/Module/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333
class Plugin {
3434

35-
public const VERSION = '1.6.2';
35+
public const VERSION = '1.6.3';
3636
public const DOMAIN = 'packeta';
3737
public const MIN_LISTENER_PRIORITY = - 9998;
3838
public const PARAM_PACKETERY_ACTION = 'packetery_action';

0 commit comments

Comments
 (0)