- Improved _development_ environment detection. Now, in addition to previous methods, adding `dev` suffix to plugin version enabled development environment (no container compilation).
## [0.10.5] - 2025-01-09
## [0.10.5] - 2025-01-09
### Fixed
### Fixed
- Fixed condition checking if current environment is development, causing container to always use live version.
- Fixed condition checking if current environment is development, causing container to always use live version.
* Container name in scheme: `<slug>_<version>_container`.
*
* Container is compiled in client environment, so in order to allow graceful upgrade, include version name to the container. Compiled container class is also autoloaded, so it is necessary that name is unique enough to avoid clash with other plugins.