Skip to content

Commit 44d8fab

Browse files
authored
PES-2663: version 2.0.1 prepared (#756)
2 parents 09ab11a + b6812b2 commit 44d8fab

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
== Changelog ==
2+
= 2.0.1 =
3+
Fixed: In certain situations, there was an error when displaying the "Log" page
4+
Fixed: In the order list, there was an error when displaying the date in the "saved to" column for orders to a pickup point if the e-shop uses shipment tracking
5+
26
= 2.0.0 =
37
Added: It is now possible to enable advanced shipping settings in the plugin. In the shipping zones, it is then possible to set the shipping method for individual Packeta carriers.
48
Added: It is now possible to set the maximum dimensions of the shipment for each carrier.

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.0\n"
5+
"Project-Id-Version: Packeta 2.0.1\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-03-10T11:16:51+01:00\n"
12+
"POT-Creation-Date: 2025-03-11T12:17:05+01: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.0
11+
* Version: 2.0.1
1212
* Author: Zásilkovna s.r.o.
1313
* Author URI: https://www.zasilkovna.cz/
1414
* Text Domain: packeta

readme.txt

Lines changed: 5 additions & 4 deletions
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.7.2
6-
Stable tag: 2.0.0
6+
Stable tag: 2.0.1
77
Requires PHP: 7.2
88
WC requires at least: 5.1
99
WC tested up to: 9.7.1
@@ -62,6 +62,10 @@ 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.1 =
66+
Fixed: In certain situations, there was an error when displaying the "Log" page
67+
Fixed: In the order list, there was an error when displaying the date in the "saved to" column for orders to a pickup point if the e-shop uses shipment tracking
68+
6569
= 2.0.0 =
6670
Added: It is now possible to enable advanced shipping settings in the plugin. In the shipping zones, it is then possible to set the shipping method for individual Packeta carriers.
6771
Added: It is now possible to set the maximum dimensions of the shipment for each carrier.
@@ -73,7 +77,4 @@ Updated: Improvement of block checkout support.
7377
Fixed various bugs.
7478
Improvement of plugin stability.
7579

76-
= 1.8.7 =
77-
Updated: Added compatibility with WordPress 6.7 - premature use of translation function prevented.
78-
7980
[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.0';
21+
public const VERSION = '2.0.1';
2222
public const DOMAIN = 'packeta';
2323
public const PARAM_PACKETERY_ACTION = 'packetery_action';
2424
public const PARAM_NONCE = '_wpnonce';

0 commit comments

Comments
 (0)