2.1.1 (2022-09-14)
- site fix issue with empty null cache id for error404 page.
2.1.0 (2022-09-13)
- core update code base for new Flextype 1.0.0-alpha.2 release.
2.0.3 (2022-09-13)
- static-site Fix wrong destination folder displayed on site generation.
2.0.2 (2022-07-12)
- core Fix version.
2.0.1 (2022-07-11)
- console Fix settings naming for static site generation.
2.0.0 (2022-07-11)
- 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 (2021-01-14)
- core update code base for new Flextype 0.9.16
- bootstrap fix and improve bootstrap loading.
1.10.0 (2021-01-07)
- Update code base for new Icon 2.0.0
1.9.0 (2021-01-03)
- core add plugin.php file
- core improve controllers handling in routes for performance enhancements
- bootstrap fix and improve bootstrap loading.
1.8.0 (2020-12-30)
- 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.
1.7.0 (2020-12-23)
- core add ability to use variables $args and $request inside templates
1.6.1 (2020-12-20)
- bootstrap fix and improve bootstrap loading.
1.6.0 (2020-12-20)
- core update code base for new Flextype 0.9.13
1.5.0 (2020-12-07)
- core update code base for new Flextype 0.9.12
1.4.0 (2020-08-25)
- core update code base for new Flextype 0.9.11
1.3.0 (2020-08-19)
- core update code base for new Flextype 0.9.10
1.2.0 (2020-08-06)
- core add Themes functionality
- core add ability to include Theme bootstrap file.
1.1.0 (2020-08-05)
- core update code base for new Flextype 0.9.9
1.0.2 (2020-06-13)
- route: add csrf for all site routes
1.0.1 (2020-05-05)
- core: fix dependencies
1.0.0 (2020-04-28)
- Initial Release