We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6250f commit 11c9ac3Copy full SHA for 11c9ac3
nofrixion-for-woocommerce.php
@@ -8,7 +8,7 @@
8
* Author URI: https://nofrixion.com
9
* Text Domain: nofrixion-for-woocommerce
10
* Domain Path: /languages
11
- * Version: 1.2.0
+ * Version: 1.2.1
12
* Requires PHP: 7.4
13
* Tested up to: 6.3 * Requires at least: 5.2
14
*/
@@ -23,10 +23,10 @@
23
24
defined('ABSPATH') || exit();
25
26
-define('NOFRIXION_VERSION', '1.2.0');
+define('NOFRIXION_VERSION', '1.2.1');
27
// bump these independently of NOFRIXION_VERSION for cachebusting during development
28
-define('NOFRIXION_JS_VERSION', '1.2.0');
29
-define('NOFRIXION_CSS_VERSION', '1.2.0');
+define('NOFRIXION_JS_VERSION', '1.2.1');
+define('NOFRIXION_CSS_VERSION', '1.2.1');
30
31
define('NOFRIXION_PLUGIN_FILE_PATH', plugin_dir_path(__FILE__));
32
define('NOFRIXION_PLUGIN_URL', plugin_dir_url(__FILE__));
0 commit comments