diff --git a/changelog.md b/changelog.md index e170371..cb29573 100644 --- a/changelog.md +++ b/changelog.md @@ -1,26 +1,31 @@ # Changelog -## 2.6 (17/06/2024) +## 2.6.1 (17/11/2024) -+ Compatible Symfony 6.4 et Sulu 2.6 -+ Ajout phpstan ++ Add reference for Sulu 2.6 ++ Sulu 2.5 depreciation + +## 2.6.0 (17/06/2024) + ++ Symfony 6.4 and Sulu 2.6 compatible ++ Add phpstan ## 2.4.3 (04/04/2022) -+ Ajout de la configuration ++ Add configuration - Fix meta title ## 2.4.2 (31/03/2022) -+ Mise en page de la vue détail -+ Ajout lien provider -+ Meta title par défaut si vide ++ Detail view layout ++ Add provider link ++ Default meta title if empty - Fix seo ## 2.4.1 (09/03/2022) -+ Modification de composer ++ Composer change ## 2.4.0 (09/03/2022) -+ Lancement du bundle \ No newline at end of file ++ Bundle launch \ No newline at end of file diff --git a/composer.json b/composer.json index 0d6ca07..4d94ea3 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ } ], "require": { - "php": "^8.0", - "sulu/sulu": "^2.4", + "php": "^8.1", + "sulu/sulu": "^2.6", "symfony/config": "^5.0 || ^6.0", "symfony/dependency-injection": "^5.0 || ^6.0", "symfony/framework-bundle": "^5.0 || ^6.0",