Skip to content

Commit 0b7e9d3

Browse files
committed
Merge tag '0.10.1' into develop
2 parents d5f46c6 + 58109e8 commit 0b7e9d3

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.1] - 2024-08-15
9+
10+
### Fixed
11+
12+
* Deploy: Don't include the .git/ directory by @GaryJones in https://github.com/Automattic/zoninator/pull/106
13+
814
## [0.10.0] - 2024-08-09
915

1016
This release has PHP 7.4 and WordPress 5.9 as the minimum supported versions.
@@ -97,6 +103,7 @@ This release has PHP 7.4 and WordPress 5.9 as the minimum supported versions.
97103

98104
* Initial Release!
99105

106+
[0.10.1]: https://github.com/automattic/zoninator/compare/0.10.0..0.10.1
100107
[0.10.0]: https://github.com/automattic/zoninator/compare/0.9..0.10.0
101108
[0.9]: https://github.com/automattic/zoninator/compare/0.8..0.9
102109
[0.8]: https://github.com/automattic/zoninator/compare/0.7..0.8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zone Manager (Zoninator)
22

3-
Stable tag: 0.10.0
3+
Stable tag: 0.10.1
44
Requires at least: 5.9
55
Tested up to: 6.6
66
Requires PHP: 7.4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zoninator",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Curation made easy! Create \"zones\" then add and order your content!",
55
"license": "GPL-2.0-or-later",
66
"private": true,

zoninator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Zone Manager (Zoninator)
44
Description: Curation made easy! Create "zones" then add and order your content!
55
Author: Mohammad Jangda, Automattic
6-
Version: 0.10.0
6+
Version: 0.10.1
77
Author URI: http://vip.wordpress.com
88
Text Domain: zoninator
99
Domain Path: /language/
@@ -31,7 +31,7 @@
3131
*/
3232

3333
if ( ! class_exists( 'Zoninator' ) ) :
34-
define( 'ZONINATOR_VERSION', '0.10.0' );
34+
define( 'ZONINATOR_VERSION', '0.10.1' );
3535
define( 'ZONINATOR_PATH', __DIR__ );
3636
define( 'ZONINATOR_URL', trailingslashit( plugins_url( '', __FILE__ ) ) );
3737

0 commit comments

Comments
 (0)