Skip to content

Commit 05174ae

Browse files
authored
PES-2821: version 2.0.6 prepared (#801)
2 parents 4369f48 + ca8da90 commit 05174ae

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
== Changelog ==
2+
= 2.0.6 =
3+
Fixed: Checkout no longer fails to render in case no valid tax rates are found.
4+
25
= 2.0.5 =
36
Updated: The payment method restriction set for the carrier has been implemented in the block checkout.
47
Fixed: Packeta information is added to emails even when the order status is changed in administration.

languages/packeta.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Packeta 2.0.5\n"
5+
"Project-Id-Version: Packeta 2.0.6\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/packeta\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-05-14T16:59:37+02:00\n"
12+
"POT-Creation-Date: 2025-06-10T10:38:55+02:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.11.0\n"
1515
"X-Domain: packeta\n"

packeta.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
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: 2.0.5
11+
* Version: 2.0.6
1212
* Author: Zásilkovna s.r.o.
1313
* Author URI: https://www.zasilkovna.cz/
1414
* Text Domain: packeta
1515
* Domain Path: /languages
1616
* Requires at least: 5.5
1717
* Requires PHP: 7.2
1818
*
19-
* Tested up to: 6.7.2
19+
* Tested up to: 6.8.1
2020
* WC requires at least: 5.1
21-
* WC tested up to: 9.7.1
21+
* WC tested up to: 9.9.3
2222
*
2323
* License: GNU General Public License v3.0
2424
* License URI: http://www.gnu.org/licenses/gpl-3.0.html

readme.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Contributors: packeta
33
Tags: WooCommerce, shipping
44
Requires at least: 5.5
5-
Tested up to: 6.7.2
6-
Stable tag: 2.0.5
5+
Tested up to: 6.8.1
6+
Stable tag: 2.0.6
77
Requires PHP: 7.2
88
WC requires at least: 5.1
9-
WC tested up to: 9.7.1
9+
WC tested up to: 9.9.3
1010
License: GPLv3
1111
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1212

@@ -62,15 +62,11 @@ We are constantly working on adding new features. If there is a feature you woul
6262
Please contact us at [email protected] .
6363

6464
== Changelog ==
65+
= 2.0.6 =
66+
Fixed: Checkout no longer fails to render in case no valid tax rates are found.
67+
6568
= 2.0.5 =
6669
Updated: The payment method restriction set for the carrier has been implemented in the block checkout.
6770
Fixed: Packeta information is added to emails even when the order status is changed in administration.
6871

69-
= 2.0.4 =
70-
Fixed: Shipping tax was not displayed in the order details (fixed only for advanced carrier settings).
71-
72-
= 2.0.3 =
73-
Added: Added taxes settings to options export.
74-
Fixed: Resolved error occuring when running in CLI environment.
75-
7672
[See changelog for all versions](https://raw.githubusercontent.com/Zasilkovna/WooCommerce/main/changelog.txt)

src/Packetery/Module/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class Plugin {
2020

21-
public const VERSION = '2.0.5';
21+
public const VERSION = '2.0.6';
2222
public const DOMAIN = 'packeta';
2323
public const PARAM_PACKETERY_ACTION = 'packetery_action';
2424
public const PARAM_NONCE = '_wpnonce';

0 commit comments

Comments
 (0)