Releases: luyadev/luya-module-admin
Releases · luyadev/luya-module-admin
5.0.5
5.0.4
5.0.3
5.0.2
5.0.2 (28. March 2024)
- #758 Enhanced the functionality to reorganize folders within the folder hierarchy, allowing for movement to the root or placement into a different subfolder.
- #756 Fixed collapsing tooltips due empty content in this case the tooltip is no longer displayed
- #755 Provided popup delay
tooltip-popup-delay
for tooltip directive. - #754 Improved
admin/setup
command outputs.
What's Changed
- Improved setup outputs by @hbugdoll in #754
- Provided popup delay for tooltip directive by @hbugdoll in #755
- Fixed collapsing tooltips by @hbugdoll in #756
- option to move folders to other folders by @nadar in #758
Full Changelog: 5.0.1...5.0.2
5.0.1
5.0.1 (7. February 2024)
- #748 Do not clean up user lockouts when the user is an API-based user. This will enhance the performance for API user requests.
- #749 Added a new property,
luya\admin\Module::$apiUserTrackLastActivity
, which controls the update of the last activity timestamp for API users. By default, this feature is enabled to maintain backward compatibility. For larger systems, disabling this property can prevent unnecessary database writes. - #751 Fixed parameter placeholders in translations (hu, nl, pl).
- #752 Updated links to new guide.
- #753 Enhanced error handling for scenarios where the proxy command attempts to synchronize a non-existent file.
Full Changelog: 5.0.0...5.0.1
5.0.0
5.0.0 (30. November 2023)
Check the UPGRADE document to read more about breaking changes.
- Support for PHP 7.x has been discontinued. The minimum required PHP version is now 8.0.
- The file upload is now restricted by default to a max total of pixels 6553600. This can be changed by setting the
maxTotalPixels
property of theluya\admin\storage\BaseFileSystemStorage
class. In order to restore the old behavior turn off themaxTotalPixels
property by setting it tofalse
.
4.9.1
4.9.0
4.9.0 (8. March 2023)
- #744 The internal CRUD export system no longer caches data in the @runtime folder, but uses the cache component instead. This could potentially cause problems when exporting large CRUD tables, but it fixes the problem when LUYA Admin is used in a cloud-scaled architecture.
- #743 Add option to ignore the pool context inside CRUD relation loader for
CheckboxRelation
,SelectModel
andSelectRelationActiveQuery
plugins.
Full Changelog: 4.8.0...4.9.0