Skip to content

Commit 2fde549

Browse files
fixed versions
1 parent f59dfba commit 2fde549

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

nofrixion-for-woocommerce.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author URI: https://nofrixion.com
99
* Text Domain: nofrixion-for-woocommerce
1010
* Domain Path: /languages
11-
* Version: 1.2.3
11+
* Version: 1.2.2
1212
* Requires PHP: 7.4
1313
* Tested up to: 6.3 * Requires at least: 5.2
1414
*/
@@ -23,10 +23,10 @@
2323

2424
defined('ABSPATH') || exit();
2525

26-
define('NOFRIXION_VERSION', '1.2.3');
26+
define('NOFRIXION_VERSION', '1.2.2');
2727
// bump these independently of NOFRIXION_VERSION for cachebusting during development
28-
define('NOFRIXION_JS_VERSION', '1.2.3');
29-
define('NOFRIXION_CSS_VERSION', '1.2.3');
28+
define('NOFRIXION_JS_VERSION', '1.2.2');
29+
define('NOFRIXION_CSS_VERSION', '1.2.2');
3030

3131
define('NOFRIXION_PLUGIN_FILE_PATH', plugin_dir_path(__FILE__));
3232
define('NOFRIXION_PLUGIN_URL', plugin_dir_url(__FILE__));

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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.2.3 :: 2023-10-09 =
31+
= 1.2.2 :: 2023-10-09 =
3232
* Dependancy fixes,
3333
= 1.2.0 :: 2023-10-06 =
3434
* Add Pay by Bank and bug fixes,

0 commit comments

Comments
 (0)