Skip to content

Latest commit

History

History
169 lines (99 loc) 路 3.59 KB

CHANGELOG.md

File metadata and controls

169 lines (99 loc) 路 3.59 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 - 2023-12-21


Release Notes for 4.1.0

Feature release (minor)

4.1.0

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

dependency

Enhancement

3.1.2 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.1.1 - 2021-02-07


Release Notes for 3.1.1

3.1.1

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

Documentation

3.1.0

Changes

馃殌 Features

馃摝 Dependencies

3.0.0

Changes

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

    Run

    $ composer remove core23/dompdf-bundle
    

    and

    $ composer require nucleos/dompdf-bundle
    

    to update.

    Run

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

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

    Run

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

    to delete backup files created in the previous step.

2.6.0

Changes

  • Add missing strict file header @core23 (#48)
  • Remove old symfony <4.2 code @core23 (#46)
  • Removed explicit private visibility of services @core23 (#33)

馃殌 Features