Skip to content

Commit 15b8087

Browse files
PES-2845: version 2.0.7 prepared
1 parent 63c933c commit 15b8087

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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.7 =
3+
Updated: Enabled age verification for Home delivery Slovakia.
4+
25
= 2.0.6 =
36
Fixed: Checkout no longer fails to render in case no valid tax rates are found.
47

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.6\n"
5+
"Project-Id-Version: Packeta 2.0.7\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-06-10T10:38:55+02:00\n"
12+
"POT-Creation-Date: 2025-07-01T10:19:01+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: 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: 2.0.6
11+
* Version: 2.0.7
1212
* Author: Zásilkovna s.r.o.
1313
* Author URI: https://www.zasilkovna.cz/
1414
* Text Domain: packeta

readme.txt

Lines changed: 4 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.5
55
Tested up to: 6.8.1
6-
Stable tag: 2.0.6
6+
Stable tag: 2.0.7
77
Requires PHP: 7.2
88
WC requires at least: 5.1
99
WC tested up to: 9.9.3
@@ -62,6 +62,9 @@ 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.7 =
66+
Updated: Enabled age verification for Home delivery Slovakia.
67+
6568
= 2.0.6 =
6669
Fixed: Checkout no longer fails to render in case no valid tax rates are found.
6770

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.6';
21+
public const VERSION = '2.0.7';
2222
public const DOMAIN = 'packeta';
2323
public const PARAM_PACKETERY_ACTION = 'packetery_action';
2424
public const PARAM_NONCE = '_wpnonce';

0 commit comments

Comments
 (0)