Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Oct 27, 2023
1 parent 95c97ff commit 2f09b2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added

- **Helpers:**
+ Add a `RequestHelper` class
+ Add a `request(): Request` function based on [symfony/http-foundation](https://github.com/symfony/http-foundation)
+ Add an `EnvHelper` class
+ Add an `env( string $key ): string` function
+ Add a `RequestHelper` class ([#25](https://github.com/studiometa/wp-toolkit/pull/25))
+ Add a `request(): Request` function based on [symfony/http-foundation](https://github.com/symfony/http-foundation) ([#25](https://github.com/studiometa/wp-toolkit/pull/25))
+ Add an `EnvHelper` class ([#25](https://github.com/studiometa/wp-toolkit/pull/25))
+ Add an `env( string $key ): string` function ([#25](https://github.com/studiometa/wp-toolkit/pull/25))
- **CleanupManager:** Disable XML-RPC by default ([#21](https://github.com/studiometa/wp-toolkit/pull/21))

0 comments on commit 2f09b2e

Please sign in to comment.