Skip to content

Commit

Permalink
+ Remove Sulu 2.5 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed Nov 17, 2024
1 parent 00bf302 commit 01fd00d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
+ Bundle launch
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 01fd00d

Please sign in to comment.