This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
5.0.0
Changes
-
Renamed namespace
Core23\ShariffBundle
toNucleos\ShariffBundle
after move to [@nucleos]Run
$ 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)
Changes
- Add missing strict file header @core23 (#49)
- Removed deprecated name argument from block constructor @core23 (#15)
🚀 Features
- 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)
🐛 Bug Fixes
- Fix wrong dependency injection of ShariffShareBlockService @core23 (#50)
- Remove deprecated twig calls @core23 (#23)