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

Files

Latest commit

 

History

History
25 lines (20 loc) · 942 Bytes

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 942 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.1.1] - 2022-02-15

Changed

  • metadata.php increased the version number and changed the modules title.
  • composer.json increased the PHP version to 8.0.
  • ProductCounterController
    • Added strict type mode.
    • Ensured to return an integer due to strict mode.

[1.1.0] - 2020-08-14

Removed

  • productcounter.tpl greeting option.

[1.0.0] - 2020-08-14

Added

  • ProductCounterController widget controller, that assigns the number of products to a template variable and renders the template.
  • productcounter.tpl presentation of the banner added to the eShop header area.
  • layout_header_bottom.tpl embeds the widget into the existing view.