Skip to content

Commit 5736356

Browse files
authored
PES-2090: New release 1.7.3 (#557)
* PES-2090: Incremented the version of plugin. Generated new translations and added info to the readme file. * PES-2090: Updated the wp-client and generated new translation POT file. * PES-2090: Genereated new translation POT file without unversioned texts.
1 parent 15c10ae commit 5736356

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

languages/packeta.pot

Lines changed: 8 additions & 8 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 1.7.2\n"
5+
"Project-Id-Version: Packeta 1.7.3\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: 2024-05-06T08:58:23+02:00\n"
12+
"POT-Creation-Date: 2024-05-21T07:33:53+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.10.0\n"
1515
"X-Domain: packeta\n"
@@ -39,7 +39,7 @@ msgstr ""
3939
#: src/Packetery/Module/Product/DataTab.php:82
4040
#: src/Packetery/Module/ShippingMethod.php:79
4141
#: src/Packetery/Module/ShippingMethod.php:80
42-
#: src/Packetery/Module/ShippingMethod.php:201
42+
#: src/Packetery/Module/ShippingMethod.php:205
4343
msgid "Packeta"
4444
msgstr ""
4545

@@ -1860,23 +1860,23 @@ msgstr ""
18601860
msgid "Allows to choose one of Packeta delivery methods"
18611861
msgstr ""
18621862

1863-
#: src/Packetery/Module/ShippingMethod.php:174
1863+
#: src/Packetery/Module/ShippingMethod.php:178
18641864
msgid "please select"
18651865
msgstr ""
18661866

1867-
#: src/Packetery/Module/ShippingMethod.php:192
1867+
#: src/Packetery/Module/ShippingMethod.php:196
18681868
msgid "Configure selected carrier"
18691869
msgstr ""
18701870

1871-
#: src/Packetery/Module/ShippingMethod.php:198
1871+
#: src/Packetery/Module/ShippingMethod.php:202
18721872
msgid "Method title"
18731873
msgstr ""
18741874

1875-
#: src/Packetery/Module/ShippingMethod.php:200
1875+
#: src/Packetery/Module/ShippingMethod.php:204
18761876
msgid "This controls the title which the user sees during checkout."
18771877
msgstr ""
18781878

1879-
#: src/Packetery/Module/ShippingMethod.php:205
1879+
#: src/Packetery/Module/ShippingMethod.php:209
18801880
msgid "Selected shipping method"
18811881
msgstr ""
18821882

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.7.2
11+
* Version: 1.7.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.5.2
6-
Stable tag: 1.7.2
6+
Stable tag: 1.7.3
77
Requires PHP: 7.2
88
WC requires at least: 4.5
99
WC tested up to: 8.8.2
@@ -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.7.3 =
68+
Fixed: Improved compatibility with third party plugins.
69+
Fixed: checkout payment filter
70+
6771
= 1.7.2 =
6872
Added: PHP 8.1-8.2 support.
6973
Added: It is possible to set the default packet dimensions in the settings

src/Packetery/Module/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
class Plugin {
3030

31-
public const VERSION = '1.7.2';
31+
public const VERSION = '1.7.3';
3232
public const DOMAIN = 'packeta';
3333
public const MIN_LISTENER_PRIORITY = - 9998;
3434
public const PARAM_PACKETERY_ACTION = 'packetery_action';

0 commit comments

Comments
 (0)