diff --git a/.gitignore b/.gitignore index b8b0979..22023ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.idea/ -vendor \ No newline at end of file +vendor +composer.lock \ No newline at end of file diff --git a/changelog.md b/changelog.md index 4784674..7e579b7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,27 +1,32 @@ # Changelog +## 2.6.2 (09/11/2024) + ++ Move depot on Pixel Open +- Remove composer.lock + ## 2.6.1 (22/05/2024) - Fix composer autoload ## 2.6.0 (22/05/2024) -+ Compatible Symfony 7 et Sulu 2.6 ++ Symfony 6 and Sulu 2.6 compatible ## 2.4.0 (07/12/2022) -+ Ajout de github -- Retrait des svgs ++ Add github +- Remove svgs ## 1.0.2 (20/06/2022) -+ Ajout de tripadvisor ++ Add tripadvisor ## 1.0.1 (25/05/2022) -+ Ajout d'une fonction twig pour afficher les icones des réseaux sociaux -+ Ajout du readme ++ Add a twig function to display social network icons ++ Add readme ## 1.0.0 (23/05/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 0644695..0f90951 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,16 @@ { - "name": "pixeldev/sulu-socialbundle", + "name": "pixelopen/sulu-socialbundle", "type": "sulu-bundle", "description": "Social tools for Sulu", "keywords": [ "sulu", - "suluCms" + "sulu-bundle" ], - "homepage": "https://github.com/Pixel-Developpement/sulu-socialbundle", + "homepage": "https://github.com/Pixel-Open/sulu-socialbundle", "license": "MIT", "authors": [ { - "name": "Pixel Developpement" + "name": "Pixel Open" } ], "require": { diff --git a/readme.md b/readme.md index 5f5e6ce..f786977 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Sulu social bundle -![GitHub release (with filter)](https://img.shields.io/github/v/release/Pixel-Developpement/sulu-socialbundle?style=for-the-badge) +![GitHub release (with filter)](https://img.shields.io/github/v/release/Pixel-Open/sulu-socialbundle?style=for-the-badge) [![Dependency](https://img.shields.io/badge/sulu-2.5-cca000.svg?style=for-the-badge)](https://sulu.io/) ## Presentation @@ -9,7 +9,6 @@ A Sulu bundle to easily manage the social medias. ## Requirements * PHP >= 8.0 -* Sulu >= 2.4.* * Symfony >= 5.4 * Composer