Releases: cdaecke/md_news_clickcount
Feature release
- [FEATURE] Raise constraint to ext:news
- [TASK] Use DI and cleanup code
All changes
v4.0.1...v4.0.2
Feature release
-
[FEATURE] Ignore hits when logged into backend. Thanks Simon Schaufelberger for this new feature!
All changes
v4.0.0...v4.0.1
TYPO3 13 compatibility
- [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
- [BUGFIX] Do not cache the response image
All changes
v3.0.4...v3.0.5
Bugfix release
- [BUGFIX] get correct count value from database. use
\PDO::PARAM_INTfor the news id and\PDO::PARAM_STRfor the log_date in the queryBuilder
All changes: v3.0.3...v3.0.4
Maintanance release
Maintanance release
Make scheduler command compatible with symfony/console v7
All changes
v3.0.1...v3.0.2
Maintanace release
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
- [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
This version is compatible with ext:news v10