Skip to content

Commit bfd5d2a

Browse files
FJiskraFilip Jiskra
andauthored
PES: version 1.2.5 (#188)
Co-authored-by: Filip Jiskra <[email protected]>
1 parent 24348f0 commit bfd5d2a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.4
11+
* Version: 1.2.5
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.4
6+
Stable tag: 1.2.5
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.5 =
65+
* Fixed: Packeta plugin is now compatible with Plugins making javascripts load asynchronously in checkout
66+
6467
= 1.2.4 =
6568
* Updated: new HD widget library URL
6669

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.4';
32+
public const VERSION = '1.2.5';
3333
public const DOMAIN = 'packetery';
3434
public const MIN_LISTENER_PRIORITY = -9998;
3535

0 commit comments

Comments
 (0)