Skip to content

Commit

Permalink
+ Move depot on Pixel Open
Browse files Browse the repository at this point in the history
- Remove composer.lock
  • Loading branch information
matthieu2607 committed Nov 9, 2024
1 parent 955c7a7 commit b4e54a9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea/
vendor
vendor
composer.lock
19 changes: 12 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
+ Bundle launch
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,7 +9,6 @@ A Sulu bundle to easily manage the social medias.
## Requirements

* PHP >= 8.0
* Sulu >= 2.4.*
* Symfony >= 5.4
* Composer

Expand Down

0 comments on commit b4e54a9

Please sign in to comment.