Skip to content

Commit 219a860

Browse files
zemekouleJM
andauthored
PES-830: Release version 1.3.0 (#235)
* PES-830: release of version 1.3.0, upgrade of WP to version 6.0, WC tested up to: 6.5.1 * PES-830: update readme.txt Co-authored-by: JM <[email protected]>
1 parent 2283789 commit 219a860

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

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

readme.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Contributors: packeta
33
Tags: WooCommerce, shipping
44
Requires at least: 5.3
5-
Tested up to: 5.9.2
6-
Stable tag: 1.2.6
5+
Tested up to: 6.0
6+
Stable tag: 1.3.0
77
Requires PHP: 7.2
88
WC requires at least: 4.5
9-
WC tested up to: 6.3.1
9+
WC tested up to: 6.5.1
1010
License: GPLv3
1111
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1212

@@ -61,6 +61,14 @@ 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.3.0 =
65+
* Fixed: Some Elementor and some Divi checkouts are now supported
66+
* Fixed: Plugin translations
67+
* Added: currency-switcher.com compatibility
68+
* Added: API Log - added packetAttributes if the packet was successfully sent
69+
* Added: Possibility to choose widget button checkout location in plugin settings
70+
* Updated: Checkout widget button after transport methods styling updated
71+
6472
= 1.2.6 =
6573
* Added: New plugin setting that enables replacing shipping address with pickup point address
6674
* Updated: Label options naming in Packeta plugin options page

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.6';
32+
public const VERSION = '1.3.0';
3333
public const DOMAIN = 'packeta';
3434
public const MIN_LISTENER_PRIORITY = -9998;
3535

0 commit comments

Comments
 (0)