All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
Release Notes for 4.3.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
- 553: Update NucleosDompdfExtension.php Extension Injection thanks to @Kitee666
Release Notes for 4.2.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
- 550: Adding compatibility with dompdf 3.0 thanks to @ThomasLandauer
- 547: Update dependency psalm/plugin-phpunit to ^0.19 thanks to @renovate[bot]
- 544: Allow the use of callback in events thanks to @kl3sk
Release Notes for 4.1.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 2
- 543: Bump to symfony ^6.4 || ^7.0 thanks to @core23
- 540: Update dependency symfony/phpunit-bridge to v7 thanks to @renovate[bot]
- 539: Update dependency matthiasnoback/symfony-dependency-injection-test to v5 thanks to @renovate[bot]
- 536: Update dependency phpunit/phpunit to v10 thanks to @renovate[bot]
- 541: Update tools thanks to @core23
- 537: Drop support for PHP 8.0 thanks to @core23
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
Release Notes for 3.1.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
- 184: Improve docs thanks to @ThomasLandauer
- Update
dompdf/dompdf
requirement from^0.7 || ^0.8
to^0.7 || ^0.8 || ^1.0.0
@dependabot (#174) - Add support for PHP 8 @core23 (#152)
- Drop support for PHP7.2 @core23 (#80)
-
Renamed namespace
Core23\DompdfBundle
toNucleos\DompdfBundle
after move to @nucleosRun
$ 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
withNucleos\DompdfBundle
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.