events/Documentation/Changelog
Daniel Siepmann (Codappix) 17fae724df
Make time zone for slugs configurable (#66)
Slugs of dates are generated during import.
This might lead to confusion if the time zone differs from frontend.
Therefore the time zone is now configurable to allow adjustments for the
actual website.

A new interface `TimeZoneProviderInterface` is provided which can be re
configured to a different implementation.

The default implementation will use TYPO3s `SYS.phpTimeZone` setting,
with fall back to `date_default_timezone_get()` call.
That way it should be useful for most systems out of the box.

Resolves: #11345
2024-09-10 14:32:23 +02:00
..
2.1.0.rst Add changelog for upcoming 2.2.0 2021-12-20 10:34:22 +01:00
2.2.0.rst Add changelog for upcoming 2.2.0 2021-12-20 10:34:22 +01:00
2.3.0.rst Add import configuration record 2022-01-27 15:50:36 +01:00
2.3.3.rst Add missing changelog for 2.3.3 2022-05-16 13:30:18 +02:00
2.4.0.rst Add changelog and raise version 2.4.1 2022-06-28 11:57:51 +02:00
2.4.1.rst Add changelog and raise version 2.4.1 2022-06-28 11:57:51 +02:00
2.4.2.rst Fix none working import of ticket links from destination data 2022-07-07 09:03:29 +02:00
2.4.3.rst Fix broken timezone and end time after import of recurring events 2022-07-07 12:10:49 +00:00
2.4.4.rst Ensure first date of recurring daily event is created 2022-07-13 13:58:05 +00:00
2.5.0.rst Streamline writing of destination (#38) 2023-08-10 16:12:47 +02:00
2.6.0.rst Fix broken import without features 2022-08-03 08:57:52 +02:00
2.6.2.rst Fix wrong version in changelog entry 2022-09-06 13:13:07 +02:00
2.6.3.rst Do not fetch dates without available event 2022-09-09 08:50:24 +00:00
3.0.0.rst Add default routing 2022-11-23 09:59:55 +00:00
3.1.0.rst Streamline writing of destination (#38) 2023-08-10 16:12:47 +02:00
3.2.0.rst Check whether order is configured before applying 2023-02-16 07:54:53 +01:00
3.2.1.rst Properly handle time searches 2023-02-21 14:06:59 +01:00
3.2.2.rst Remove rte config fram tca, fix text cleanup from linebreaks (#3) 2023-03-17 12:58:06 +01:00
3.3.0.rst Fix phpunit deprecation warnings (#8) 2023-04-03 11:35:47 +02:00
3.4.0.rst Streamline writing of destination (#38) 2023-08-10 16:12:47 +02:00
3.5.0.rst Add event to modify categories during destination.one import (#34) 2023-08-14 12:09:28 +02:00
3.5.1.rst Properly trigger 404 if date of unavailable event is requested (#39) 2023-10-16 07:47:48 +02:00
3.5.2.rst Fix broken assignment of features and categories (#41) 2023-11-06 08:44:03 +01:00
3.6.0.rst Extend import to get copyrights (#53) (#54) 2024-05-15 11:17:18 +02:00
3.7.0.rst Add support for new PRICE_INFO_EXTRA field (#56) 2024-05-14 09:56:38 +02:00
3.8.0.rst Expose settings via DateSearchVariables Event (#58) 2024-06-27 10:09:26 +02:00
3.9.0.rst Add grouping of locations. (#64) 2024-07-24 10:44:34 +02:00
4.0.0.rst Add Social Media Tags by default. (#50) 2023-11-30 11:55:32 +01:00
4.0.1.rst Maintenance (#59) 2024-06-27 09:48:33 +02:00
4.1.0.rst Add grouping of locations. (#64) 2024-07-24 10:44:34 +02:00
4.2.0.rst Support import of HTML variant for detail text (#65) 2024-08-20 08:58:31 +02:00
4.2.1.rst Make time zone for slugs configurable (#66) 2024-09-10 14:32:23 +02:00