This version is deprecated, please use latest version instead
Changelog
2.1.5 - 2021-08-17
Fixed
- Do not register bundles for cp requests
2.1.4 - 2021-07-14
Fixed
- Method typo
2.1.3 - 2021-07-13
Fixed
- Do not register bundles for console requests
2.1.2 - 2021-06-08
Fixed
- Error in resolving site rules
2.1.1 - 2021-05-10
Fixed
- Twig extension error in control panel
2.1.0 - 2021-05-08
Changed
- Set default theme for non-web requests
- Throw event at all times to allow theme to be changed
2.0.1 - 2021-04-27
Fixed
- Typo in method name
2.0.0 - 2021-02-16
:warning: If you're updating from 1.x please read the breaking changes included in 2.0 in the docs
Changed
- Themes are now regular plugins
Removed
- Dependency to ryssbowh/craft-theme-installer-plugin
- ThemeInterface::getName()
- ThemeInterface::getHandle()
- ThemeInterface::getTemplatePath()
Added
- ThemeInterface::getTemplatesFolder()
- ThemeInterface::isPartial()