Skip to content

Releases: luyadev/luya-module-admin

5.0.5

06 Sep 11:33
Compare
Choose a tag to compare

5.0.5 (6. September 2024)

  • #763 Ensure that images which are for example svg's do not try to generate a thumbnail.

Full Changelog: 5.0.4...5.0.5

5.0.4

23 Apr 09:18
Compare
Choose a tag to compare

5.0.4 (23. April 2024)

  • #760 To enhance collaboration, we now display the name of the user who locks a row.

Full Changelog: 5.0.3...5.0.4

5.0.3

23 Apr 07:47
Compare
Choose a tag to compare

5.0.3 (23. April 2024)

  • #759 Prevent Bcrypt password must not contain null character errors by using generateRandomString for auth_key encryption.

Full Changelog: 5.0.2...5.0.3

5.0.2

28 Mar 11:12
Compare
Choose a tag to compare

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

Full Changelog: 5.0.1...5.0.2

5.0.1

07 Feb 13:24
0b3e8c3
Compare
Choose a tag to compare

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

30 Nov 10:13
Compare
Choose a tag to compare

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 the luya\admin\storage\BaseFileSystemStorage class. In order to restore the old behavior turn off the maxTotalPixels property by setting it to false.

4.9.1

07 Jun 12:37
Compare
Choose a tag to compare

4.9.1 (7. June 2023)

  • #746 Remove WhichBrowser/Parser because of missing PHP 8.2 support.
  • #745 Fixed bug in exception when image could not find the file.

4.9.0

08 Mar 08:28
Compare
Choose a tag to compare

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 and SelectRelationActiveQuery plugins.

Full Changelog: 4.8.0...4.9.0

4.8.0

05 Jan 11:05
26d71f9
Compare
Choose a tag to compare

4.8.0 (5. January 2023)

  • #740 AdminLanguage component will throw an Exception if no default language is found.
  • #739 Added option to disable the multiple input type controls (add, remove and sort).

4.7.2

26 Oct 07:19
Compare
Choose a tag to compare

4.7.2 (26. October 2022)

  • #738 Fixed a bug where global search items where not clickable.