Skip to content

Commit 48591b9

Browse files
authored
PES-2731: version 2.0.2 prepared (#770)
2 parents 79a130f + 4146f20 commit 48591b9

File tree

5 files changed

+24
-23
lines changed

5 files changed

+24
-23
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
== Changelog ==
2+
= 2.0.2 =
3+
Fixed: Fixed wp-cli compatibility issue.
4+
Fixed: In rare cases, translating the plugin into other languages did not work. However, we are not entirely sure that this fix will successfully resolve the issue.
5+
Fixed: The plugin will no longer display an error if $_POST contains invalid values from another plugin.
6+
Fixed: The plugin will no longer display an error if the WP methods delete_transient() or set_transient() return a different return value than the one specified in the PHPDoc.
7+
28
= 2.0.1 =
39
Fixed: In certain situations, there was an error when displaying the "Log" page
410
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

languages/packeta.pot

Lines changed: 9 additions & 9 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.1\n"
5+
"Project-Id-Version: Packeta 2.0.2\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-11T12:17:05+01:00\n"
12+
"POT-Creation-Date: 2025-04-03T11:34:33+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"
@@ -695,31 +695,31 @@ msgid "Fill out a questionnaire"
695695
msgstr ""
696696

697697
#. translators: keep %d placeholder intact.
698-
#: src/Packetery/Module/FormFactory.php:29
698+
#: src/Packetery/Module/FormFactory.php:35
699699
msgid "Please enter value greater than or equal to %d"
700700
msgstr ""
701701

702702
#. translators: keep %d placeholder intact.
703-
#: src/Packetery/Module/FormFactory.php:31
703+
#: src/Packetery/Module/FormFactory.php:37
704704
msgid "Please enter value less than or equal to %d"
705705
msgstr ""
706706

707-
#: src/Packetery/Module/FormFactory.php:33
708-
#: src/Packetery/Module/FormFactory.php:34
707+
#: src/Packetery/Module/FormFactory.php:39
708+
#: src/Packetery/Module/FormFactory.php:40
709709
msgid "Enter valid number"
710710
msgstr ""
711711

712-
#: src/Packetery/Module/FormFactory.php:35
712+
#: src/Packetery/Module/FormFactory.php:41
713713
msgid "This field is required"
714714
msgstr ""
715715

716716
#. translators: %d is number of characters.
717-
#: src/Packetery/Module/FormFactory.php:37
717+
#: src/Packetery/Module/FormFactory.php:43
718718
msgid "Please enter exactly %d characters"
719719
msgstr ""
720720

721721
#. translators: %d is number of characters.
722-
#: src/Packetery/Module/FormFactory.php:39
722+
#: src/Packetery/Module/FormFactory.php:45
723723
msgid "Please enter max %d characters"
724724
msgstr ""
725725

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.1
11+
* Version: 2.0.2
1212
* Author: Zásilkovna s.r.o.
1313
* Author URI: https://www.zasilkovna.cz/
1414
* Text Domain: packeta

readme.txt

Lines changed: 7 additions & 12 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.1
6+
Stable tag: 2.0.2
77
Requires PHP: 7.2
88
WC requires at least: 5.1
99
WC tested up to: 9.7.1
@@ -62,19 +62,14 @@ 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.2 =
66+
Fixed: Fixed wp-cli compatibility issue.
67+
Fixed: In rare cases, translating the plugin into other languages did not work. However, we are not entirely sure that this fix will successfully resolve the issue.
68+
Fixed: The plugin will no longer display an error if $_POST contains invalid values from another plugin.
69+
Fixed: The plugin will no longer display an error if the WP methods delete_transient() or set_transient() return a different return value than the one specified in the PHPDoc.
70+
6571
= 2.0.1 =
6672
Fixed: In certain situations, there was an error when displaying the "Log" page
6773
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
6874

69-
= 2.0.0 =
70-
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.
71-
Added: It is now possible to set the maximum dimensions of the shipment for each carrier.
72-
Added: It is now possible to choose in the settings whether the dimensions of the shipment will be entered in mm or cm.
73-
Added: It is now possible to extend the deadline for picking up the shipment for an order.
74-
Added: The product dimensions are passed to the widget for selecting a pickup location. The widget will then only offer pickup locations to which the shipment can be delivered.
75-
Updated: Optimization of the packetery_order table.
76-
Updated: Improvement of block checkout support.
77-
Fixed various bugs.
78-
Improvement of plugin stability.
79-
8075
[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.1';
21+
public const VERSION = '2.0.2';
2222
public const DOMAIN = 'packeta';
2323
public const PARAM_PACKETERY_ACTION = 'packetery_action';
2424
public const PARAM_NONCE = '_wpnonce';

0 commit comments

Comments
 (0)