Skip to content

Releases: Becklyn/BecklynRadBundle

7.8.1

28 May 09:23
75d121c

Choose a tag to compare

🐛 Bug Fixes

  • Fix unintentional BC break from 7.8.0: Remove return type from BaseController::getSubscribedServices().

7.8.0

25 May 14:45
b2ce421

Choose a tag to compare

🎁 New Features

  • Add BaseController::getJsonRequestData() and BaseController:getLogger()

🐛 Bug Fixes

  • Add missing PhpDoc meta comments to let PhpStorm know about BaseController::trans()'s translation key and domain.

🛠️ Internal

  • Require at least PHP 7.3

7.7.0

19 May 21:01
11faf11

Choose a tag to compare

🎁 New Features

  • Add prefix-based search term tokenizer.
  • Add SimpleEntitySearchHelper.

7.6.0

14 May 10:44
0911514

Choose a tag to compare

🎁 New Features

  • Added log levels in StatsCounter: ->debug(), ->warning(), ->critical().
  • Added possibility to create a nested stats counter with a prefix.

👋 Deprecations

  • Deprecated log without level in StatsCounter: ->log().

7.5.4

17 Apr 15:04

Choose a tag to compare

🐛 Bug Fixes

  • Fix typo in variable.

7.5.3

17 Apr 12:30

Choose a tag to compare

✨ Improvements

  • Add DeferredTranslation::translateAllValues().
  • Add log messages support to StatsCounter.

👋 Deprecations

  • Deprecated entity usage integration. Use becklyn/entity-admin instead.

7.5.2

15 Mar 13:13
ac690f3

Choose a tag to compare

✨ Improvements

  • Add CommandHelper::disableSearchIndexing().

7.5.1

14 Mar 17:32

Choose a tag to compare

🐛 Bug Fixes

  • Fix invalid tag validation pattern.

7.5.0

11 Mar 21:29
eb0e2ff

Choose a tag to compare

🎁 New Features

  • Add base tag entity.
  • Add TagMatcher that automatically applies a query constraint to match tags.

✨ Improvements

  • Add TagHelper functionality to TagMatcher.

7.4.6

11 Mar 11:57

Choose a tag to compare

🐛 Bug Fixes

  • Fix placeholder translation in collapsed choice widgets.