Skip to content

Commit

Permalink
prepared 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Nov 14, 2022
1 parent 440d8ee commit 49e4074
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.51.0] - 2022-11-14
- Changed: migrate module to frontend module controller ([#15])
- Changed: (possible BC break!) ListCompileEvent signature changed due module migration
- Changed: raised min php version to 7.4
- Changed: list module now located with applications category in backend select

## [1.50.3] - 2022-11-02
- Fixed: do not render empty option not working

Expand Down
Expand Up @@ -25,7 +25,7 @@
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;

/**
* @FrontendModule(ListFrontendModuleController::TYPE, category="includes", template="mod_list")
* @FrontendModule(ListFrontendModuleController::TYPE, category="application", template="mod_list")
*/
class ListFrontendModuleController extends AbstractFrontendModuleController
{
Expand Down

0 comments on commit 49e4074

Please sign in to comment.