From eed0b7057f0e7cfb77f1d0bf02da296578aad529 Mon Sep 17 00:00:00 2001 From: Dmitrii Bukhonov Date: Fri, 6 Mar 2026 18:54:20 +0400 Subject: [PATCH 1/6] Add widgets configuration file (#436) --- config/web/widgets.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/web/widgets.php diff --git a/config/web/widgets.php b/config/web/widgets.php new file mode 100644 index 0000000..4f71113 --- /dev/null +++ b/config/web/widgets.php @@ -0,0 +1,5 @@ + Date: Fri, 6 Mar 2026 18:57:03 +0400 Subject: [PATCH 2/6] Add widgets configuration file (#436) --- config/web/widgets.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/web/widgets.php diff --git a/config/web/widgets.php b/config/web/widgets.php new file mode 100644 index 0000000..4f71113 --- /dev/null +++ b/config/web/widgets.php @@ -0,0 +1,5 @@ + Date: Fri, 6 Mar 2026 14:57:12 +0000 Subject: [PATCH 3/6] Apply PHP CS Fixer and Rector changes (CI) --- config/web/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/web/widgets.php b/config/web/widgets.php index 4f71113..0dae23d 100644 --- a/config/web/widgets.php +++ b/config/web/widgets.php @@ -1,5 +1,5 @@ Date: Tue, 10 Mar 2026 22:54:24 +0400 Subject: [PATCH 4/6] Add widgets-related configurations to the main configuration file (#436) --- config/configuration.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/configuration.php b/config/configuration.php index d716cad..5a81082 100644 --- a/config/configuration.php +++ b/config/configuration.php @@ -35,6 +35,12 @@ 'events' => [], 'events-web' => ['$events'], 'events-console' => ['$events'], + 'widgets' => [], + 'widgets-web' => [ + '$widgets', + 'web/widgets.php', + ], + 'widgets-console' => '$widgets', 'routes' => 'common/routes.php', 'bootstrap' => 'common/bootstrap.php', 'bootstrap-web' => '$bootstrap', From 27d94b98b44d7cbf7552149e1526061f2420c146 Mon Sep 17 00:00:00 2001 From: Dmitrii Bukhonov Date: Tue, 10 Mar 2026 23:05:22 +0400 Subject: [PATCH 5/6] Update CHANGELOG with widgets configuration changes (#452) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dff3b3..5743139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.2.1 under development +- Chg #452: Add widgets configuration file (@dbuhonov) - Chg #447, #450: Allow symfony/console 8 (@samdark) - Enh #448: Add grouping to `make` help output (@Xakki, @samdark) - Enh #449: Update composer dependencies and refactor to replace use of deprecated classes (@vjik) From 3ea9b6ede27d05aca63ba98d0caa884ca88037b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=91=D1=83?= =?UTF-8?q?=D1=85=D0=BE=D0=BD=D0=BE=D0=B2?= <47827492+dbuhonov@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:33:01 +0400 Subject: [PATCH 6/6] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6708a..f392b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.2.1 under development -- Chg #452: Add widgets configuration file (@dbuhonov) +- Chg #436: Add widgets configuration file (@dbuhonov) - Chg #430: Replace deprecated PHP CS Fixer rule set `@PER-CS2.0` with `@PER-CS` (@dbuhonov) - Chg #447, #450: Allow symfony/console 8 (@samdark) - Enh #448: Add grouping to `make` help output (@Xakki, @samdark)