Skip to content

v4.0.10

Choose a tag to compare

@sampoyigi sampoyigi released this 28 May 21:05
· 207 commits to master since this release
77ac66c

Added

  • Add support for permissions field when registering admin navigation menu
  • Enhance MorphTo and other relationships with event firing.
  • Replace with() method calls with withSerializedData() in MailHelper to better serialize mail data in queue jobs
  • Add actionUrl and actionText properties to FlashBag messages for better handling of flash overlay messages.
  • Update editor to only allow importing and exporting of translated strings for non-English languages.
  • Add media directory creation to the installation process.

Changed

  • Update v3 mail template codes to match v4 standards.

Fixed

  • Potential errors when retrieving mail template sections.
  • Ensure controller has makeView method before calling it in FlashException.
  • Ensure parent path exists before checking for theme.php.
  • Fix OpenStreetMap API 403 issue and bugs when coordinates are present. (#22)
  • Fix GoogleProvider response stream consumed twice. (#20)