Skip to content

Latest commit

 

History

History
126 lines (80 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

126 lines (80 loc) · 2.97 KB

1.10.0 (2021-01-14)

Features

  • core update code base for new Flextype 0.9.16

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 update code base for new Flextype 0.9.15
  • core add plugin.php file
  • routes improve controllers handling in routes for performance enhancements

1.7.0 (2020-12-29)

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
  • core use new ACL Plugin 1.7.0

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

Features

  • core update code base for new Flextype 0.9.9

Bug Fixes

  • core fix cache issue on registration

1.1.2 (2020-06-24)

Features

  • core do not allow to delete logged in user account

  • fieldsets update accounts-admin-add fieldsets, add default role - user

    accounts-admin-add.yaml

    roles:
      title: accounts_admin_roles
      type: tags
      size: 12
      default: user
      validation:
        required: false
    

Bug Fixes

  • lang fix translates
  • middleware get supper_admin_registered property directly from the config

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.2 (2020-06-22)

Bug Fixes

  • lang: fix translates

1.0.1 (2020-06-22)

Bug Fixes

  • lang: fix translates

1.0.0 (2020-06-21)

  • Initial Release