Skip to content

Releases: cdaecke/md_news_clickcount

Feature release

09 Dec 11:06

Choose a tag to compare

  • [FEATURE] Raise constraint to ext:news
  • [TASK] Use DI and cleanup code

All changes
v4.0.1...v4.0.2

Feature release

07 May 07:28

Choose a tag to compare

TYPO3 13 compatibility

28 Mar 07:06

Choose a tag to compare

  • [FEATURE] TYPO3 v13 compatibility
  • [FEATURE] Compatibility with ext:news v12

Thanks to Simon Schaufelberger for testing and reviewing.

All changes
v3.0.5...v4.0.0

Bugfix release

13 Jan 17:05

Choose a tag to compare

  • [BUGFIX] Do not cache the response image

All changes
v3.0.4...v3.0.5

Bugfix release

20 Nov 14:28

Choose a tag to compare

  • [BUGFIX] get correct count value from database. use \PDO::PARAM_INT for the news id and \PDO::PARAM_STR for the log_date in the queryBuilder

All changes: v3.0.3...v3.0.4

Maintanance release

11 Nov 14:50

Choose a tag to compare

Version 3.0.3 (2024-11-11)

  • [FEATURE] Compatibility with ext:news v12

All changes
v3.0.2...v3.0.3

Maintanance release

05 Sep 12:43

Choose a tag to compare

Make scheduler command compatible with symfony/console v7

All changes
v3.0.1...v3.0.2

Maintanace release

29 Aug 13:45

Choose a tag to compare

Version 3.0.1 (2024-08-29)
- [TASK] use request object for siteUrl in viewhelper

All changes
v3.0.0...v3.0.1

TYPO3 12 compatibility

29 Feb 06:46

Choose a tag to compare

  • [FEATURE] Compatibility with TYPO3 v12
  • [FEATURE] Compatibility with ext:news v11
  • [!!!BREAKING] Switch counting logic from controller to middleware

If you upgrade from a previous version replace all occurrences of<f:cObject typoscriptObjectPath="lib.newsIncreaseCount"/>
with <img src="/md-newsimg-{newsItem.uid}.gif" alt="" width="1" height="1" aria-hidden="true" /> in the detail template of the news extension.

Thanks to Georg Ringer for his input!

All changes
v2.0.1...v3.0.0

ext:news v10 compatibility

27 Sep 19:27

Choose a tag to compare

This version is compatible with ext:news v10