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 3.3.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 1
- 608: Add symfony 6 support thanks to @core23
- 607: Drop symfony 4 support thanks to @core23
- 593: Drop PHP 7 support thanks to @core23
- 606: Drop node-sass thanks to @core23
- 603: Update tools and use make to run them thanks to @core23
- 364: Throw LogicException when rendering block without template thanks to @core23
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
-
Renamed namespace
Core23\ShariffBundle
toNucleos\ShariffBundle
after move to @nucleosRun
$ composer remove core23/shariff-bundle
and
$ composer require nucleos/shariff-bundle
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Core23\\ShariffBundle/Nucleos\\ShariffBundle/g' {} \;
to replace occurrences of
Core23\ShariffBundle
withNucleos\ShariffBundle
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
-
Removed deprecated name argument from block constructor @core23 (#15)
- Add missing strict file header @core23 (#49)
- Removed deprecated name argument from block constructor @core23 (#15)
- Move configuration to PHP @core23 (#70)
- Add combined assets @core23 (#59)
- Port heise shariff code @core23 (#29)
- Use latest block bundle for auto-registration of blocks @core23 (#21)
- Use new block signatures @core23 (#14)