Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 19:40
115e5b7

Changes

  • Renamed namespace Core23\ShariffBundle to Nucleos\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 with Nucleos\ShariffBundle.

    Run

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

    to delete backup files created in the previous step.

  • Add missing strict file header @core23 (#49)

  • Use default public setting for all actions @core23 (#16)

  • 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

🐛 Bug Fixes

  • Fix wrong dependency injection of ShariffShareBlockService @core23 (#50)
  • Remove deprecated twig calls @core23 (#23)

📦 Dependencies