Skip to content

Commit

Permalink
Merge branch 'release/2.6.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed Nov 17, 2024
2 parents 3febbf1 + 01fd00d commit 642581d
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 10,776 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
vendor
/.idea/
vendor
composer.lock
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gallery Bundle

![GitHub release (with filter)](https://img.shields.io/github/v/release/Pixel-Developpement/sulu-gallery-bundle?style=for-the-badge)
![GitHub release (with filter)](https://img.shields.io/github/v/release/Pixel-Open/sulu-gallerybundle?style=for-the-badge)
[![Dependency](https://img.shields.io/badge/sulu-2.5-cca000.svg?style=for-the-badge)](https://sulu.io/)

## Presentation
Expand All @@ -16,8 +16,7 @@ The galleries are pages the allows you to display pictures (of a place of intere

## Requirement

* PHP >= 7.4
* Sulu >= 2.4
* PHP >= 8.1
* Symfony >= 5.4
* Composer

Expand Down
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
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "pixeldev/sulu-gallerybundle",
"name": "pixelopen/sulu-gallerybundle",
"type": "sulu-bundle",
"description": "Manage gallery for Sulu",
"keywords": [
"sulu",
"suluCms",
"gallery"
],
"homepage": "https://github.com/Pixel-Developpement/sulu-gallery-bundle",
"homepage": "https://github.com/Pixel-Open/sulu-gallerybundle",
"license": "MIT",
"authors": [
{
"name": "Pixel Developpement"
"name": "Pixel Open"
}
],
"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
Loading

0 comments on commit 642581d

Please sign in to comment.