mirror of
https://github.com/werkraum-media/events.git
synced 2025-04-10 04:03:47 +02:00
This provides info on how often a repeatable event should be repeated. E.g. `1` = exactly once, so no actual repeat. Relates: #11666
41 lines
806 B
ReStructuredText
41 lines
806 B
ReStructuredText
5.0.1
|
|
=====
|
|
|
|
Breaking
|
|
--------
|
|
|
|
Nothing
|
|
|
|
Features
|
|
--------
|
|
|
|
* Support destination.one `repeatCount` property.
|
|
|
|
This provides info on how often a repeatable event should be repeated.
|
|
E.g. `1` = exactly once, so no actual repeat.
|
|
|
|
Fixes
|
|
-----
|
|
|
|
* Fix broken data processing within model in newer TYPO3 version.
|
|
|
|
TYPO3 changed how models are instantiated and prepared.
|
|
We now adopt the code to still initialize the data processing.
|
|
Furthermore, the feature is now covered with a test.
|
|
|
|
* Fix broken data processing caching within model.
|
|
|
|
Each model might have different pages.
|
|
The previous caching implementation would share the result between multiple
|
|
instances.
|
|
This is now solved via an internal property instead of static variable.
|
|
|
|
Tasks
|
|
-----
|
|
|
|
Nothing
|
|
|
|
Deprecation
|
|
-----------
|
|
|
|
Nothing
|