File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 5
5
* Requires at least: 3.7
6
6
* Tested up to: 6.7
7
7
* Requires PHP: 5.2
8
- * Stable tag: 1.0.1
8
+ * Stable tag: 1.0.2
9
9
* License: GPLv2 or later
10
10
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
11
@@ -64,6 +64,12 @@ There is none, no configuration necessary.
64
64
65
65
## Changelog ##
66
66
67
+ ### 1.0.2 ###
68
+ * Updated build environment
69
+ * Minor code style corrections
70
+ * Include JavaScript in footer
71
+ * Tested up to WordPress 6.7
72
+
67
73
### 1.0.1 ###
68
74
* Fix issue that check does work in Gutenberg
69
75
Original file line number Diff line number Diff line change 7
7
* Plugin URI: https://wordpress.org/plugins/spcl/
8
8
* License: GPLv2 or later
9
9
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
- * Version: 1.0.1
10
+ * Version: 1.0.2
11
11
* Text Domain: spcl
12
12
*
13
13
* @package spcl
33
33
34
34
defined ( 'ABSPATH ' ) || exit;
35
35
36
- define ( 'SPCL_VERSION ' , '1.0.1 ' );
36
+ define ( 'SPCL_VERSION ' , '1.0.2 ' );
37
37
38
38
// Backend only.
39
39
if ( ! is_admin () ) {
You can’t perform that action at this time.
0 commit comments