Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.3.22'
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Aug 1, 2024
2 parents 1e52d00 + 0e3e68c commit 08c6d6c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [2.3.22](https://github.com/roadiz/core-bundle-dev-app/compare/v2.3.21...v2.3.22) - 2024-08-01

### Bug Fixes

- Do not require a `themes` folder at project root - ([02b2e1c](https://github.com/roadiz/core-bundle-dev-app/commit/02b2e1cf242c8b8f63fb9caaa6d8eca0220ec53b))

## [2.3.21](https://github.com/roadiz/core-bundle-dev-app/compare/v2.3.20...v2.3.21) - 2024-07-29

### Bug Fixes
Expand Down
18 changes: 0 additions & 18 deletions lib/RoadizCompatBundle/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,6 @@ services:
- '../src/Tests/'
- '../src/Event/'

#
# Automatic themes registration
#
Themes\:
resource: '%kernel.project_dir%/themes/'
autowire: true
autoconfigure: true
exclude:
- '%kernel.project_dir%/themes/DependencyInjection/'
- '%kernel.project_dir%/themes/app/'
- '%kernel.project_dir%/themes/public/'
- '%kernel.project_dir%/themes/Resources/'
- '%kernel.project_dir%/themes/Services/'
- '%kernel.project_dir%/themes/static/'
- '%kernel.project_dir%/themes/Entity/'
- '%kernel.project_dir%/themes/Kernel.php'
- '%kernel.project_dir%/themes/Tests/'

# Explicit declaration
RZ\Roadiz\CompatBundle\Controller\AppController: ~
RZ\Roadiz\CompatBundle\Controller\Controller: ~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Finder\Finder;

class ThemesTranslatorPathsCompilerPass implements CompilerPassInterface
final class ThemesTranslatorPathsCompilerPass implements CompilerPassInterface
{
/**
* @inheritDoc
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizCoreBundle/config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
parameters:
roadiz_core.cms_version: '2.3.21'
roadiz_core.cms_version: '2.3.22'
roadiz_core.cms_version_prefix: 'main'
env(APP_NAMESPACE): "roadiz"
env(APP_VERSION): "0.1.0"
Expand Down
Empty file removed themes/.gitkeep
Empty file.

0 comments on commit 08c6d6c

Please sign in to comment.