Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 1.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.3 - 2023-01-12

Fixed

  • Fixes SingletonCRUDController service and alias declaration

2.0.2 - 2023-01-11

  • With the files, it's better...

2.0.1 - 2023-01-11

Fixed

  • Rename configuration files

2.0.0 - 2023-01-11

Changed

  • Makes the bundle compatible with PHP >= 8.0
  • Makes the bundle compatible with Symfony >= 5.0
  • Makes the bundle compatible with Doctrine ORM >= 2.13

Removed

  • Drops support for PHP < 8.0
  • Drops support for Symfony < 5.0
  • Removes useless Configuration file

Added

  • Adds stricter typing, wherever possible, to properties, method signatures and return values
  • Adds an alias (umanit_doctrine_singleton.controller.singleton_crudcontroller) for the SingletonCRUDController
  • Initial version of this CHANGELOG