Releases: luyadev/luya-module-admin
Releases · luyadev/luya-module-admin
4.7.1
4.7.0
4.7.0 (19. October 2022)
- Fixed PHP 7.4 as minimum version in composer.json, this was previously done by the
bizley/jwt
dependency. Therefore usingrector
to align functionality with PHP 7.4. - #735 Ensure a none existing filter does not throw an exception. This can be the case when generting dynamic filters and those are stored in the user settings.
- #733 Added PT translations.
- #734 Added ID (Bahasa Indonesia) translations.
4.6.0
4.5.0
4.5.0 (24. August 2022)
This release contains a huge BC Break when using LUYA JWT user auth. Check the UPGRADE document to read more
- #719 Prepare for PHP 8.1. Increased minium PHP Version to 7.4. Replaced
sizeg/jwt
withbizley/jwt
. - #726 The signature of
luya\admin\base\JwtIdentityInterface
has changed from:loginByJwtToken(Lcobucci\JWT\Token $token)
tologinByJwtToken(Lcobucci\JWT\Token\Plain $token)
- #728 Added new
NgRestActiveQuery
methodjsonOrderBy()
to sort by a field which contains a json object.
4.4.1
4.4.1 (20. July 2022)
- #713 Blacklist SVG mime type by default. In order to enable SVG Upload use
'whitelistMimeTypes' => ['image/svg+xml']
. - #723 Added "Toggle all" button to zaaCheckboxArray plugin.
- #724 Fixed issues with search and sortable when using Pools.
- #725
SortableTrait
prefixes the table name now in the find querys in order to prevent issue when have two sortindex fields with the same name.
4.4.0
4.4.0 (19. May 2022)
- #714 Improve the sorting ability by adding create, update and delete events which are attached from the SortableTrait. Sorting over pagination or swap index from form input is now possible too.
- #711 Add option to disable the auto logout when the user ip changes.
- #712 Fix issue where field labels where not used from models
getAttributeLabel()
when usingngRestExport()
.
4.3.2
4.3.2 (13. April 2022)
4.3.1
4.3.0
4.2.0
4.2.0 (9. December 2021)
This release changes the admin menu order in terms of admin UI but not in terms API breaks. Check the UPGRADE document to read more about breaking changes.
- #698 Fixed reversed order of modules in admin menu.
- #695 Fixed placeholders within
zaaMultipleInputs
. - #694 Fixed CRUD title involving NgRestPools.
- #690 Option to pass additional variables to the dashboard objects.
- #676 Fixed hidden NgRest attributes issue in the group-by-field select.
- #678 Added
icon
property to any NgRest attribute. It allows setting additional icons in CRUD table header and CRUD edit form. - #668 Fixed misleading use of the
note_add
icon. - #660 Introduced
<luyaElements>
analogues for some<zaaElements>
. This allows getting simple AngularJs form elements styled to match the rest of the interface elements. - #666 Fixed injection issue with zaaDecimal within zaaMultipleInputs.
- #665 Replaced
<span>
tags with<a>
tags in main admin menu and submenus. - #663 A new
TagRelation::cleanup(ActiveRecord $model)
method to remove all tag relations for a certain model. - #481 Fixed issue where file manager files count is not updated accordingly after uploading new files.
- #674 Throw an exception when the image can not find the requested file.
- #697 Fix issue with sorting of admin UI language.