Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 705 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 705 Bytes

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.

[Unreleased]

[1.0.2] - 2022-02-14

Changed

  • composer.json increased the required PHP version to 8.0.
  • Counter added strict type modus.
  • README.md
    • Added additional hint to installation.
    • Added an example call.

[1.0.1] - 2021-06-22

Changed

  • Counter fetchAll() method to Doctrine's fetchAssociative() to get rid of the FetchMode parameter.

[1.0.0] - 2020-08-14

Added

  • Counter counts all available products.