Skip to content

Latest commit

 

History

History
113 lines (64 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

113 lines (64 loc) · 2.32 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.2.1 - 2021-12-20


Release Notes for 2.2.1

2.2.x bugfix release (patch)

2.2.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.2.0 - 2021-02-07



Release Notes for 2.2.0

2.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 2

dependency

Documentation

Enhancement

2.1.0

Changes

🚀 Features

2.0.0

Changed

  • Renamed namespace Core23\AntiSpamBundle to Nucleos\AntiSpamBundle after move to @nucleos

    Run

    $ 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 with Nucleos\AntiSpamBundle.

    Run

    $ find -type f -name '*.bak' -delete
    

    to delete backup files created in the previous step.

1.3.0

Changes

📦 Dependencies