Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Latest commit

 

History

History
176 lines (99 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

176 lines (99 loc) · 3.83 KB

Changelog

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

4.5.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

4.4.0 - 2022-09-18


Release Notes for 4.4.0

Feature release (minor)

4.4.0

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

BC Break

4.3.0 - 2022-02-14


Release Notes for 4.3.0

Feature release (minor)

4.3.0

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

Bug

Enhancement

4.2.0 - 2021-12-07


Release Notes for 4.2.0

Feature release (minor)

4.2.0

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

dependency

Enhancement

4.1.0 - 2021-02-09


Release Notes for 4.1.0

4.1.0

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

dependency

Feature Request

4.0.0

Changes

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

    Run

    $ composer remove core23/sitemap-bundle
    

    and

    $ composer require nucleos/sitemap-bundle
    

    to update.

    Run

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

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

    Run

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

    to delete backup files created in the previous step.

3.2.0

Changes

  • Add missing strict file header @core23 (#31)
  • Use default public setting for all actions @core23 (#15)

📦 Dependencies