Skip to content

Releases: flextype-plugins/site

2.1.1

14 Sep 12:37
Compare
Choose a tag to compare

Bug Fixes

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

2.1.0

13 Sep 13:23
Compare
Choose a tag to compare

Features

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

2.0.3

13 Sep 07:35
Compare
Choose a tag to compare
  • static-site Fix wrong destination folder displayed on site generation.

2.0.2

12 Jul 09:14
Compare
Choose a tag to compare

Bug Fixes

  • core Fix version.

2.0.1

11 Jul 15:21
Compare
Choose a tag to compare
  • console Fix settings naming for static site generation.

2.0.0

11 Jul 15:08
Compare
Choose a tag to compare

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

14 Jan 16:53
Compare
Choose a tag to compare

Features

  • core update code base for new Flextype 0.9.16

Bug Fixes

  • bootstrap fix and improve bootstrap loading.

1.10.0

07 Jan 18:06
Compare
Choose a tag to compare

Features

  • Update code base for new Icon 2.0.0

1.9.0

03 Jan 14:25
Compare
Choose a tag to compare

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

30 Dec 11:59
Compare
Choose a tag to compare

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.