File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
* Author URI: https://nofrixion.com
9
9
* Text Domain: nofrixion-for-woocommerce
10
10
* Domain Path: /languages
11
- * Version: 1.2.3
11
+ * Version: 1.2.4
12
12
* Requires PHP: 7.4
13
13
* Tested up to: 6.3 * Requires at least: 5.2
14
14
*/
23
23
24
24
defined ('ABSPATH ' ) || exit ();
25
25
26
- define ('NOFRIXION_VERSION ' , '1.2.3 ' );
26
+ define ('NOFRIXION_VERSION ' , '1.2.4 ' );
27
27
// 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 ' );
30
30
31
31
define ('NOFRIXION_PLUGIN_FILE_PATH ' , plugin_dir_path (__FILE__ ));
32
32
define ('NOFRIXION_PLUGIN_URL ' , plugin_dir_url (__FILE__ ));
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.2.4 :: 2024-01-29 =
32
+ * PHP autoloader fix.
31
33
= 1.2.3 :: 2023-10-23 =
32
34
* Performance bug fix.
33
35
= 1.2.2 :: 2023-10-09 =
You can’t perform that action at this time.
0 commit comments