Skip to content

Latest commit

 

History

History
132 lines (81 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

132 lines (81 loc) · 3.61 KB

2.0.0 (2021-07-11)

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 (2021-01-14)

Features

  • core update code base for new Flextype 0.9.16

Bug Fixes

  • bootstrap fix and improve bootstrap loading.

1.10.0 (2021-01-07)

Features

  • Update code base for new Icon 2.0.0

1.9.0 (2021-01-03)

Features

  • core add plugin.php file
  • core improve controllers handling in routes for performance enhancements

Bug Fixes

  • bootstrap fix and improve bootstrap loading.

1.8.0 (2020-12-30)

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 event onEntriesFetchSingleHasResult instead.
  • removed template variable query and uri, use an full power of new $request variable.

1.7.0 (2020-12-23)

Features

  • core add ability to use variables $args and $request inside templates

1.6.1 (2020-12-20)

Bug Fixes

  • bootstrap fix and improve bootstrap loading.

1.6.0 (2020-12-20)

Features

  • core update code base for new Flextype 0.9.13

1.5.0 (2020-12-07)

Features

  • core update code base for new Flextype 0.9.12

1.4.0 (2020-08-25)

Features

  • core update code base for new Flextype 0.9.11

1.3.0 (2020-08-19)

Features

  • core update code base for new Flextype 0.9.10

1.2.0 (2020-08-06)

Features

  • core add Themes functionality
  • core add ability to include Theme bootstrap file.

1.1.0 (2020-08-05)

Features

  • core update code base for new Flextype 0.9.9

1.0.2 (2020-06-13)

Features

  • route: add csrf for all site routes

1.0.1 (2020-05-05)

Bug Fixes

  • core: fix dependencies

1.0.0 (2020-04-28)

  • Initial Release