- Setup
- Usage
- Developers
Update from 2.0
Deprecated
The following twig variables are deprecated and will be removed in a future version :
themesRegistry
: Ryssbowh\CraftThemes\services\ThemesRegistry
instance
theme
: Current theme instance.
Use this instead :
craft.themes.registry
craft.themes.current
Breaking changes
- Main themes plugin class must inherit
Ryssbowh\CraftThemes\base\ThemePlugin
- Requires Craft 3.7 or higher (3.5 and 3.6 support is dropped due to issues that won't be fixed on those versions)
- Requires PHP 7.3 or higher
- Requires PHP Intl extension
- On this page