Skip to content

v2.2.0

Compare
Choose a tag to compare
@mathieu-ducrot mathieu-ducrot released this 04 Jun 13:46
· 44 commits to master since this release
6985668

Changed

  • AbstractAdmin::__construct params are now all optionnal as we must configure it through tags from what's ask on the next v5 of Sonata Admin (@mathieu-ducrot)
  • Update minimal smartbooster/core-bundle requirements to have ProcessMonitor and ApiCallMonitor services (@mathieu-ducrot)

Added

  • Sonata abstract monitoring admin for CRON and ApiCall (@mathieu-ducrot)
  • Sonata admin template for generic fields : (@mathieu-ducrot)
    • list_nl2br.html.twig
    • show_json.html.twig
    • show_process_logs.html.twig
    • process_status.html.twig
    • api_call_status_code.html.twig

Fixed

  • ParameterAdmin fix remove useless translations options on the type enum field (@mathieu-ducrot)

Removed

  • Remove allowing version ^3.3 for yokai/enum-bundle bundle because ParameterTypeEnum extends TranslatedEnum and this is not present in version ^3.3 (@lfortunier )