All notable changes to this project will be documented in this file, in reverse chronological order by release.
Release Notes for 2.2.1
2.2.x bugfix release (patch)
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
- 421: Fix issue with time protection thanks to @matgrula
Release Notes for 2.2.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
- 137: Add support for PHP 8 thanks to @core23
- 66: Drop support for PHP 7.2 thanks to @core23
- 91: Rework README thanks to @ThomasLandauer
- 60: Move configuration to PHP thanks to @core23
- Add combined assets @core23
-
Renamed namespace
Core23\AntiSpamBundle
toNucleos\AntiSpamBundle
after move to @nucleosRun
$ composer remove core23/antiSpam-bundle
and
$ composer require nucleos/antiSpam-bundle
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Core23\\AntiSpamBundle/Nucleos\\AntiSpamBundle/g' {} \;
to replace occurrences of
Core23\AntiSpamBundle
withNucleos\AntiSpamBundle
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.