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
# wp-init changelog # wp-init changelog
## [Unreleased] ## [0.10.0] - 2024-10-07
### Added ### Added
- Dependency injection container compilation on first request. - Dependency injection container compilation on first request.
- Integration with `wpdesk/wp-wpdesk-license`, enabled when library is available. - Integration with `wpdesk/wp-wpdesk-license`, enabled when library is available.
...@@ -18,8 +18,6 @@ return [ ...@@ -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 ### Changed
- Enabling legacy mode requires verbosely activating that in configuration with `'legacy' => true`. - Enabling legacy mode requires verbosely activating that in configuration with `'legacy' => true`.
- `wp-init` now requires PHP >=7.4. - `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