Skip to content

Latest commit

 

History

History
138 lines (84 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

138 lines (84 loc) · 3.03 KB

1.10.0 (2021-01-14)

Features

  • core update code base for new Flextype 0.9.16

1.9.1 (2021-01-09)

Bug Fixes

  • core typo fix

1.9.0 (2021-01-07)

Features

  • core update code base for new Twig 2.0.0
  • core update code base for new Icon 2.0.0

1.8.0 (2021-01-03)

Features

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

1.7.1 (2020-12-29)

Bug Fixes

  • core typo fix

1.7.0 (2020-12-28)

Features

  • core update code base for new Flextype 0.9.14
  • core feat(core): Moving to PHP 7.4
  • core feat(core): use new TWIG Plugin 1.7.0

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-05)

Features

  • core update code base for new Flextype 0.9.9

1.1.5 (2020-06-24)

Features

  • accounts-controller: add ability to restrict access for accounts pages.

Each accounts pages, have it is own setting from now:

enabled: true

Values: true or false

1.1.4 (2020-06-24)

Bug Fixes

  • accounts-controller: fix potential vulnerability with raw password saving/viewing.

1.1.3 (2020-06-26)

Features

  • accounts-controller: add ability to close accounts index page
# Index(accounts)
index:
  enabled: false

1.1.2 (2020-06-24)

Bug Fixes

  • lang: fix translates

1.1.1 (2020-06-23)

Bug Fixes

  • lang: fix translates

1.1.0 (2020-06-23)

General code update and refactoring with a breaking changes

1.0.1 (2020-06-22)

Bug Fixes

  • accounts-controller: fix login redirect

1.0.0 (2020-06-21)

  • Initial Release