All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
Release Notes for 3.6.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
- 421: Add support for symfony 8 thanks to @core23
Release Notes for 3.5.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 2
- 415: Update to phpunit v12 thanks to @core23
- 414: Drop support for PHP 8.2 thanks to @core23
- 408: Update PHPStan packages to v2 (major) thanks to @renovate[bot]
- 406: Update dependency psalm/plugin-phpunit to ^0.19.0 thanks to @renovate[bot]
- 413: Sync tool config thanks to @core23
- 412: Remove infection testing thanks to @core23
- 410: Remove psalm in favor of phpstan thanks to @core23
Release Notes for 3.4.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
- 404: Bump to symfony ^6.4 || ^7.0 thanks to @core23
- 403: Update tools thanks to @core23
Release Notes for 3.3.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 2
- 401: Update build tools thanks to @core23
- 400: Drop prophecy thanks to @core23
- 332: Use shared pipelines thanks to @core23
- 322: Remove composer-bin plugin thanks to @core23
- 399: Update dependency psr/http-message to ^1.0 || ^2.0 thanks to @renovate[bot]
- 397: Drop support for PHP 8.0 thanks to @core23
Release Notes for 3.2.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
- 319: Update tools and use make to run them thanks to @core23
- 315: Update psr/log requirement from ^1.0 to ^1.0 || ^2.0 || ^3.0 thanks to @dependabot[bot]
- 313: Drop PHP 7 support thanks to @core23
-
Renamed namespace
Core23\SetlistFmtoNucleos\SetlistFmafter move to @nucleosRun
$ composer remove core23/setlistfm-apiand
$ composer require nucleos/setlistfmto update.
Run
$ find . -type f -exec sed -i '.bak' 's/Core23\\SetlistFm/Nucleos\\SetlistFm/g' {} \;to replace occurrences of
Core23\SetlistFmwithNucleos\SetlistFm.Run
$ find -type f -name '*.bak' -deleteto delete backup files created in the previous step.