Skip to content

3.5.6

Compare
Choose a tag to compare
@bastianallgeier bastianallgeier released this 08 Jun 07:55
aadf1c2

Features

  • New Locale::get() method to access the current PHP locales #3319
  • New A::apply($array, $parameters) method that recursively loops through the array and resolves each entry that is a Closure by calling it with the passed parameters #3331
  • Collection::values($map) now accepts a mapping Closure as first parameter. All items are resolved with this Closure. #3332

Enhancements

  • Added some missing @since tags in doc-blocks #3336
  • The layout property of the tags field is now documented #3371
  • Updated translations

Fixes

  • Fixed browser back button in the Panel #3216
  • The configured database port is no longer ignored in the DB class #3302
  • The list block is no longer out of sync with the drawer #3320
  • Hard coded labels in the writer field have been updated with their translations #3316

Refactoring

  • Our continuous integration workflow has been improved and is now more robust against unexpected tool changes. #3335

Stats