Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jun 13, 2024
1 parent cbc5938 commit d9d5474
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Overhauled the bootloader to be more flexible and allow for more
customization. Supports passing configuration, custom kernels, exception
handlers, etc. via the bootloader when configuring the application.
- Ensure that framework configuration is properly merge into application
- Ensure that framework configuration is properly merged into application
configuration when booting the application. This allows for slimmer
configuration files in the application. Service providers will always
load without needing to be declared in the application configuration.

### Changed

- Overhauled the bootloader to be more flexible and allow for more
customization. Supports passing configuration, custom kernels, exception
handlers, etc. via the bootloader when configuring the application.
- Ensure that framework configuration is properly merge into application
configuration when booting the application. This allows for more slimmer
configuration files in the application. Provider service providers will always
load without needing to be declared in the application configuration.
- Load the `wp-content/vip-config/vip-config.php` file if it exists during
testing to integrate better with VIP Go projects.

## Fixed

Expand All @@ -41,11 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix anonymous queue jobs from WP-CLI failing to run.
- Fixed issue with HTTP Client not returning the proper headers.

## Changed

- Load the `wp-content/vip-config/vip-config.php` file if it exists during
testing to integrate better with VIP Go projects.

## v1.0.7 - 2024-04-29

### Added
Expand Down

0 comments on commit d9d5474

Please sign in to comment.