Skip to content

Commit 84c420b

Browse files
committed
Bumped version to 1.1.28.
1 parent 7a47f0e commit 84c420b

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.27
10+
* Version: 1.1.28
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.27' );
22+
define( 'NOFRIXION_VERSION', '1.1.28' );
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.28 :: 2023-01-23 =
32+
Fix for disappearing card payment fields.
3133
= 1.1.27 :: 2023-01-20 =
3234
Adjustment for new payelement headless fix.
3335
= 1.1.26 :: 2023-01-03 =

0 commit comments

Comments
 (0)