Releases: flextype-plugins/site
Releases · flextype-plugins/site
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
Features
- core Updated code base for new Flextype 1.0.0-alpha.1.
- core Added ability to generate static site.
- core Added ability to use static pages cache.
- core Added ability to use various template engines. Suppoerted Twig and View.
- core Added ability to setup redirectes.
- core Added ability to minify html output.
1.11.0
1.10.0
1.9.0
1.8.0
Features
- core update code base for new Flextype 0.9.14
- core Moving to PHP 7.4
- core use new TWIG Plugin 1.7.0
- routes use new
onFlextypeBeforeRun
event for site routing.
BREAKING CHANGES
- removed
$entry
property, use entries storage functionality instead. - removed even
onSiteEntryAfterInitialized
, use eventonEntriesFetchSingleHasResult
instead. - removed template variable
query
anduri
, use an full power of new$request
variable.