Skip to content

Commit 10cc159

Browse files
committed
Bumped version to 1.1.27.
1 parent 204a4e2 commit 10cc159

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nofrixion-for-woocommerce.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://nofrixion.com
88
* Text Domain: nofrixion-for-woocommerce
99
* Domain Path: /languages
10-
* Version: 1.1.26
10+
* Version: 1.1.27
1111
* Requires PHP: 7.4
1212
* Tested up to: 6.1 * Requires at least: 5.2
1313
*/
@@ -19,7 +19,7 @@
1919
use NoFrixion\WC\Helper\TokenManager;
2020

2121
defined( 'ABSPATH' ) || exit();
22-
define( 'NOFRIXION_VERSION', '1.1.26' );
22+
define( 'NOFRIXION_VERSION', '1.1.27' );
2323
define( 'NOFRIXION_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) );
2424
define( 'NOFRIXION_PLUGIN_URL', plugin_dir_url(__FILE__ ) );
2525
define( 'NOFRIXION_PLUGIN_ID', 'nofrixion-for-woocommerce' );

readme.txt

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ This plugin requires WooCommerce. Please make sure you have WooCommerce installe
2828
Documentation and an API reference can be found at https://docs.nofrixion.com.
2929

3030
== Changelog ==
31+
= 1.1.27 :: 2023-01-20 =
32+
Adjustment for new payelement headless fix.
3133
= 1.1.26 :: 2023-01-03 =
3234
* Bug fixes.
3335
= 1.1.25 :: 2022-12-20 =

0 commit comments

Comments
 (0)