diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b3731..34c1d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to project will be documented in this file. +## [2.3.9](https://github.com/roadiz/skeleton/compare/v2.3.8...v2.3.9) - 2024-08-01 + +### Bug Fixes + +- Removed useless `themes` folder - ([f06198c](https://github.com/roadiz/skeleton/commit/f06198ce0b7584b8b7294cb42662a73b9fe9b7c0)) - Ambroise Maupate + ## [2.3.8](https://github.com/roadiz/skeleton/compare/v2.3.7...v2.3.8) - 2024-06-26 ### Bug Fixes diff --git a/config/routes.yaml b/config/routes.yaml index 6d1f4e6..f7b0db3 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -16,7 +16,6 @@ api_login_check: methods: [POST] path: /api/token - api_contact_form_definition: methods: [GET] path: /api/contact_form/definition diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ce14acd..9ca758a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -17,7 +17,7 @@ - + diff --git a/themes/.gitkeep b/themes/.gitkeep deleted file mode 100644 index e69de29..0000000