Skip to content

Commit bbb3732

Browse files
PES-666: version 1.2.1 (#172)
Co-authored-by: Jan Potužník <[email protected]>
1 parent daacc65 commit bbb3732

File tree

10 files changed

+14
-11
lines changed

10 files changed

+14
-11
lines changed

languages/packetery-cs_CZ.mo

0 Bytes
Binary file not shown.

languages/packetery-cs_CZ.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: Packeta 1.2.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/packeta\n"
7-
"POT-Creation-Date: 2022-03-30T10:06:15+02:00\n"
8-
"PO-Revision-Date: 2022-03-30 10:08+0200\n"
7+
"POT-Creation-Date: 2022-03-30T10:35:36+02:00\n"
8+
"PO-Revision-Date: 2022-03-30 10:37+0200\n"
99
"Last-Translator: \n"
1010
"Language-Team: \n"
1111
"Language: cs_CZ\n"

languages/packetery-en_US.mo

0 Bytes
Binary file not shown.

languages/packetery-en_US.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: Packeta 1.2.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/packeta\n"
7-
"POT-Creation-Date: 2022-03-30T10:06:15+02:00\n"
8-
"PO-Revision-Date: 2022-03-30 10:08+0200\n"
7+
"POT-Creation-Date: 2022-03-30T10:35:36+02:00\n"
8+
"PO-Revision-Date: 2022-03-30 10:37+0200\n"
99
"Last-Translator: \n"
1010
"Language-Team: \n"
1111
"Language: en_US\n"

languages/packetery-sk_SK.mo

0 Bytes
Binary file not shown.

languages/packetery-sk_SK.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: Packeta 1.2.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/packeta\n"
7-
"POT-Creation-Date: 2022-03-30T10:06:15+02:00\n"
8-
"PO-Revision-Date: 2022-03-30 10:08+0200\n"
7+
"POT-Creation-Date: 2022-03-30T10:35:36+02:00\n"
8+
"PO-Revision-Date: 2022-03-30 10:38+0200\n"
99
"Last-Translator: Michal Vittek\n"
1010
"Language-Team: Slovenčina\n"
1111
"Language: sk_SK\n"

languages/packetery.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 1.2.0\n"
5+
"Project-Id-Version: Packeta 1.2.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: 2022-03-30T10:06:15+02:00\n"
12+
"POT-Creation-Date: 2022-03-30T10:35:36+02:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.5.0\n"
1515
"X-Domain: packetery\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: 1.2.0
11+
* Version: 1.2.1
1212
* Author: Zásilkovna s.r.o.
1313
* Author URI: https://www.zasilkovna.cz/
1414
* Text Domain: packetery

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.3
55
Tested up to: 5.9.2
6-
Stable tag: 1.2.0
6+
Stable tag: 1.2.1
77
Requires PHP: 7.2
88
WC requires at least: 4.5
99
WC tested up to: 6.3.1
@@ -61,6 +61,9 @@ We are constantly working on adding new features. You can find a list of feature
6161
Please contact us at [email protected] .
6262

6363
== Changelog ==
64+
= 1.2.1 =
65+
* Updated: First version to be released at wordpress.org
66+
6467
= 1.2.0 =
6568
* Added: Primary key for carrier table
6669
* Updated: Packeta order meta data moved from posts to custom table

src/Packetery/Module/Plugin.php

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

32-
public const VERSION = '1.2.0';
32+
public const VERSION = '1.2.1';
3333
public const DOMAIN = 'packetery';
3434
public const MIN_LISTENER_PRIORITY = -9998;
3535

0 commit comments

Comments
 (0)