- Removed Security autowire (14/01/2026)
- Removed Voter as not used anymore (14/01/2026)
- Removed use of c975L/ToolbarBundle (03/11/2025)
- Removed config, dashboard and help Routes (03/11/2025)
- Deleted entity as not used anymore (09/10/2025)
- Replaced Symfony\Component\Routing\Annotation\Route by Symfony\Component\Routing\Attribute\Route (09/10/2025)
- Dropped support for Twitter/X (06/06/2025)
- Added support for Bluesky (06/06/2025)
- Removed "c975l/email-bundle from composer.json (25/04/2025)
- Removed use of
c975L/ServicesBundle(09/03/2025)
- Corrected missing return (27/11/2024)
- Added redirect from POST call to GET route to avoid errors messages (26/11/2024)
- Added ->setMaxAge(3600) to controllers (15/09/2024)
- Suppressed spaceless filter as it's deprecated (12/09/2024)
- Changed DependencyInjection Extension (10/09/2024)
- Removed the inline onclick to avoid having inline js (11/03/2024))
- Added alt + title to icon's img (18/02/2024)
- Modified styles (13/02/2024)
- Added missing svgs (10/02/2024)
- Removed 'size' part of buttons to not depend on Bootstrap (10/02/2024)
- Included fontawesome icons to not have to load them (10/02/2024)
- Removed dropdown style (10/02/2024)
- Added circle and square styles (10/02/2024)
- Removed icons under 768px as tablet/smartphone have their own sharing system (01/02/2024)
- Added double urlencode to avoid problems with Apache servers (01/02/2024)
- Moved styles in css file to avoid W3C error (01/02/2024)
- Moved assets to public folder (01/02/2024)
- Finished removal of database recording (01/02/2024)
- Removed the save in the database (22/01/2024)
Upgrading from v3.x? Check UPGRADE.md
- Corrected call for templates folder (17/01/2024)
- Transformed routes to attributes (17/01/2024)
- Suppressed Tests folder (17/07/2024)
- Moved Tests folder under src (17/07/2024)
- Changed to new recomended bundle SF 7 structure (16/01/2024)
Upgrading from v2.x? Check UPGRADE.md
- Added TreeBuilder return type (29/05/2023)
- Added missing return type (06/04/2023)
- Changed compatibility to PHP 8 (25/07/2022)
Upgrading from v1.x? Check UPGRADE.md
- Added return type for Voter (24/07/2022)
- Changed composer versions constraints (24/07/2022)
- Corrected required versions in composer.json (11/10/2021)
- Corrected file path for sql file (08/10/2021)
- Replaced
kernel.root_dirbykernel.project_dir(03/09/2021)
- Removed versions constraints in composer (03/09/2021)
- Added missing requirements for url (01/06/2021)
- Added condition to not have the name of the share twice in the url to avoid ssharing problems (01/06/2021)
- Added filter_var to validate url (03/12/2020)
- Cosmetic changes due to Codacy review (04/03/2020)
- Reduced Cyclomatic complexity (04/03/2020)
- Removed use of symplify/easy-coding-standard as abandonned (19/02/2020)
- Added dropdown button (09/09/2019)
- Added possibility to provide the url (09/09/2019)
- Added rel="nofollow" to button (20/08/2019)
- Added several networks (mentionned in README.md) (07/08/2019)
- Grouped share data in one method to ease maintenance (08/08/2019)
- Corrected returns types in ShareButtonsInterface (08/08/2019)
- Added possibility to call Twig extension with 'main' that provides main networks (08/08/2019)
- Moved color by share to ShareButtonsService (08/08/2019)
- Added posibility to display the label in the button (08/08/2019)
- Corrected wrong types (07/08/2019)
- Replaced DIR with a clearer path (07/08/2019)
- Corrected path for saving SQL queries (07/08/2019)
- Added ellipse style (07/08/2019)
- Fixed the not same size for buttons (07/08/2019)
- Added core bundles files (06/08/2019)
- Modified composer.json and DependencyInjection (05/08/2019)
- Corrected
services.yml(04/03/2018) - Corrected
README.md(04/03/2018)
- Creation of bundle (04/03/2018)