Skip to content

Commit c3b5741

Browse files
updated version numbers and refreshed autoloader conf.
1 parent 0fdd2ea commit c3b5741

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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.4
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.4');
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.4');
29+
define('NOFRIXION_CSS_VERSION', '1.2.4');
3030

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

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.2.4 :: 2024-01-29 =
32+
* PHP autoloader fix.
3133
= 1.2.3 :: 2023-10-23 =
3234
* Performance bug fix.
3335
= 1.2.2 :: 2023-10-09 =

0 commit comments

Comments
 (0)