Skip to content

Commit b97b91a

Browse files
committed
prepare release of v1.0.2
1 parent ac234c8 commit b97b91a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Requires at least: 3.7
66
* Tested up to: 6.7
77
* Requires PHP: 5.2
8-
* Stable tag: 1.0.1
8+
* Stable tag: 1.0.2
99
* License: GPLv2 or later
1010
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -64,6 +64,12 @@ There is none, no configuration necessary.
6464

6565
## Changelog ##
6666

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+
6773
### 1.0.1 ###
6874
* Fix issue that check does work in Gutenberg
6975

spcl.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin URI: https://wordpress.org/plugins/spcl/
88
* License: GPLv2 or later
99
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
10-
* Version: 1.0.1
10+
* Version: 1.0.2
1111
* Text Domain: spcl
1212
*
1313
* @package spcl
@@ -33,7 +33,7 @@
3333

3434
defined( 'ABSPATH' ) || exit;
3535

36-
define( 'SPCL_VERSION', '1.0.1' );
36+
define( 'SPCL_VERSION', '1.0.2' );
3737

3838
// Backend only.
3939
if ( ! is_admin() ) {

0 commit comments

Comments
 (0)