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

Latest commit

Β 

History

History
174 lines (107 loc) Β· 4.11 KB

CHANGELOG.md

File metadata and controls

174 lines (107 loc) Β· 4.11 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

3.4.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.3.0 - 2021-12-08


Release Notes for 3.3.0

Feature release (minor)

3.3.0

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

dependency

Enhancement

Bug

5.2.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

5.1.1

πŸ› Bug Fixes

5.1.0

πŸ“¦ Dependencies

  • Add support for sonata-project/block-bundle 3 @core23 (#171)

5.0.0

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