Skip to content

Commit

Permalink
Prepare changelog for 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Mar 16, 2024
1 parent e655ef4 commit c34858f
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 19 deletions.
16 changes: 16 additions & 0 deletions .changes/0.18.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 0.18.3 - 2024-03-16

### Features

* Add an `admin` flag to the open command to make accessing the WordPress dashboard easier.

### Bug Fixes

* Save proper site name and version when creating mu plugin
* Don't show a "directory not empty" error for named sites.
* Fix `xdebug` command description
* Fix an issue that caused a fatal error when running `kana db export`

### Chores

* Refactor: use simpler function names to make the naming convention easier.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fixes-20240316-203754.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fixes-20240316-205131.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fixes-20240316-221937.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fixes-20240316-225149.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20240316-181257.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Features-20240316-222808.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.18.3 - 2024-03-16

### Features

* Add an `admin` flag to the open command to make accessing the WordPress dashboard easier.

### Bug Fixes

* Save proper site name and version when creating mu plugin
* Don't show a "directory not empty" error for named sites.
* Fix `xdebug` command description
* Fix an issue that caused a fatal error when running `kana db export`

### Chores

* Refactor: use simpler function names to make the naming convention easier.

## 0.18.2 - 2024-03-15

### Chores
Expand Down

0 comments on commit c34858f

Please sign in to comment.