Skip to content

Latest commit

 

History

History
167 lines (101 loc) · 4.52 KB

CHANGELOG.md

File metadata and controls

167 lines (101 loc) · 4.52 KB

2.1.1 (2022-09-14)

Bug Fixes

  • site fix issue with empty null cache id for error404 page.

2.1.0 (2022-09-13)

Features

  • core update code base for new Flextype 1.0.0-alpha.2 release.

2.0.3 (2022-09-13)

Bug Fixes

  • static-site Fix wrong destination folder displayed on site generation.

2.0.2 (2022-07-12)

Bug Fixes

  • core Fix version.

2.0.1 (2022-07-11)

Bug Fixes

  • console Fix settings naming for static site generation.

2.0.0 (2022-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