- 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`.