Skip to content
Snippets Groups Projects
Verified Commit 9356bc0f authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

chore: set changelog version

parent c3e34039
No related branches found
No related tags found
2 merge requests!5feat: remove compilation command,!4feat: remove compilation command
Pipeline #426558 failed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
# wp-init changelog
## [Unreleased]
## [0.10.0] - 2024-10-07
### Added
- Dependency injection container compilation on first request.
- Integration with `wpdesk/wp-wpdesk-license`, enabled when library is available.
......@@ -18,8 +18,6 @@ return [
],
];
```
### Removed
- Removed `wpinit` command. Previously it served as a tool to compile static resources, like plugin info. This functionality have been removed in favor of runtime compilation on client's side.
### Changed
- Enabling legacy mode requires verbosely activating that in configuration with `'legacy' => true`.
- `wp-init` now requires PHP >=7.4.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment