File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Author URI: https://nofrixion.com
8
8
* Text Domain: nofrixion-for-woocommerce
9
9
* Domain Path: /languages
10
- * Version: 1.1.26
10
+ * Version: 1.1.27
11
11
* Requires PHP: 7.4
12
12
* Tested up to: 6.1 * Requires at least: 5.2
13
13
*/
19
19
use NoFrixion \WC \Helper \TokenManager ;
20
20
21
21
defined ( 'ABSPATH ' ) || exit ();
22
- define ( 'NOFRIXION_VERSION ' , '1.1.26 ' );
22
+ define ( 'NOFRIXION_VERSION ' , '1.1.27 ' );
23
23
define ( 'NOFRIXION_PLUGIN_FILE_PATH ' , plugin_dir_path ( __FILE__ ) );
24
24
define ( 'NOFRIXION_PLUGIN_URL ' , plugin_dir_url (__FILE__ ) );
25
25
define ( 'NOFRIXION_PLUGIN_ID ' , 'nofrixion-for-woocommerce ' );
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ This plugin requires WooCommerce. Please make sure you have WooCommerce installe
28
28
Documentation and an API reference can be found at https://docs.nofrixion.com.
29
29
30
30
== Changelog ==
31
+ = 1.1.27 :: 2023-01-20 =
32
+ Adjustment for new payelement headless fix.
31
33
= 1.1.26 :: 2023-01-03 =
32
34
* Bug fixes.
33
35
= 1.1.25 :: 2022-12-20 =
You can’t perform that action at this time.
0 commit comments