Skip to content

Commit

Permalink
doc(CHANGELOG.md) add missing entries
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed May 24, 2024
1 parent 57facc1 commit e915bbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased] Unreleased

### Added

- Allow plugins to be loaded from arbitrary absolute or relative paths in the `WPLoader` module.
- Allow themes to be loaded from arbitrary absolute or relative paths in the `WPLoader` module.
- Support an array argument for the `theme` configuration parameter in the `WPLoader` module to define `[parent-theme, child-theme]` pairs.

## [3.5.9] 2024-05-18;

## Fixed

- Avoid calling `wpdb::db_connect()` twice during `WPLoader` bootstrap. (thanks @calvinalkan)

## [3.5.8] 2024-05-13;

### Changed
Expand Down

0 comments on commit e915bbb

Please sign in to comment.