Skip to content

Latest commit

History

History
255 lines (151 loc) 路 7.34 KB

CHANGELOG.md

File metadata and controls

255 lines (151 loc) 路 7.34 KB

Changelog

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

4.2.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

4.1.0 - 2024-03-25


Release Notes for 4.1.0

Feature release (minor)

4.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 3

dependency

dependency,javascript

Enhancement

3.6.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.5.0 - 2023-10-12


Release Notes for 3.5.0

Feature release (minor)

3.5.0

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

dependency

3.4.0 - 2023-04-29


Release Notes for 3.4.0

Feature release (minor)

3.4.0

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

dependency

Enhancement

3.3.0 - 2021-12-08


Release Notes for 3.3.0

Feature release (minor)

3.3.0

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

dependency

Enhancement

Bug

3.2.0 - 2021-02-09


Release Notes for 3.2.0

3.2.0

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

Enhancement

dependency

3.1.0

Changes

馃悰 Bug Fixes

3.0.0

Changes

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

    Run

    $ composer remove core23/matomo-bundle
    

    and

    $ composer require nucleos/matomo-bundle
    

    to update.

    Run

    $ find . -type f -exec sed -i '.bak' 's/Core23\\MatomoBundle/Nucleos\\MatomoBundle/g' {} \;
    

    to replace occurrences of Core23\MatomoBundle with Nucleos\MatomoBundle.

    Run

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

    to delete backup files created in the previous step.

  • Add missing strict file header @core23 (#34)

  • Replace HTTPlug with PSR http client @core23 (#31)

馃摝 Dependencies