Releases: lochmueller/calendarize
Releases Β· lochmueller/calendarize
8.0.1
- Use real dates instead of timestamps (cal migration)
- Create the info field to avoid selection problems
- Fix upload of multiple files
- Fix static category selection for list view
- Search fields are HTML5 date fields now
- Respect "open end" in backend configuration titles
- Check dateLimitBrowserPrev and dateLimitBrowserNext TS in controller actions
- Allow relative dates for dateLimitBrowserPrev and dateLimitBrowserNext limits
Thanks to @okmiim
8.0.0
- Fix booking validation
- Fix SmartExclude annotation
- Language aware aspect resolver
- Restructure Upgrade wizards
- Migrate IfDate*ViewHelper arguments
- Add anchor to links in calendar views (month)
- Change tillDate from timestamp to real date
- Fix WeekView (int cast)
- Cleanups for addDateFrameConstraints
- Use utility function for timezone
- Fix time selection for "addDateFrameConstraints"
- Cal migration wzard cleanups
- Ical Import logic
- Fix datetime conversion for extbase
- Use 'EXT:' path for RouteEnhancer configuration
- Remove default 'since' value in ImportCommand
- Remove indexLanguageMode
- Ignore extension scanner in SlotReplacement
- Replace custom year function for iso date
- Fix timezone in findWeek
- Show read only configurations in translated records
- Migrate typoscript condition
- Raise TYPO3 Version to 10.4.12
- Fix page title provider
- Optimize timeFrameConstraints
- First usage of meta tags. Add og:title
- Check if there is a tx_cal_event table for cal migration wizard
- Move the init day to avoid timezone problems in year view
- Add slug field for new route logic
- Add the right section link for year view
- New URL rewrite configuration
Thanks for the help to @okmiim @andreaskastl @lukasniestroj @No5251
7.3.0
7.2.0
- ICS file fixes (Thanks @okmiim )
- ICS Import fixes (complete rework) (Thanks @okmiim )
- Multiple table handling for search (Thanks @scmika )
- field position for registration (Thanks @scmika )
- Resepct TYPO3 simulation date in all places
- Smarter cache tags
- Cleanup labels
- Drop deprecated functions
- Code cleanups
7.1.0
- Fix documentation rendering (Thanks @okmiim)
- Fix Commands (Thanks @okmiim)
- Replace EXT:microformat with EXT:schema (Thanks @okmiim)
- Fix Icon in backend view
- Add datefield upgrade wizard
- Fix overridePageIds handling (Thanks @georgringer)
- Add signal in findByTimeSlot (Thanks @georgringer)
- Fix language view helper
- Remove XML sitemap generation via EXT:google_services
- Remove old realurl configuration
- Fix error in shortcut element
7.0.0
- First version for TYPO3 v10 only
- Fix ke_search Indexing
- Fix ExtBase Domain Mapping
- Fix display of "current day" in month and year view
- Migrate Slots to PSR-14 Events
6.0.0
- Many cleanups
- [!!!] Change DB field of datetimes from timestamps to real DateTime element in the DB (Note: There is no migration wizard at the moment)
- New "days till" options
- Fix problems in import process
- Add first default routes to Configuration/Yaml/RouteEnhancers.yaml
- Fix slug helper for index entries
5.0.0
- Add openEndTime option (require DB compare and reindex)
- Fix ICS import process
- Add backend sorting options
- Add breadcrumb support
- Add linkhandler support
- Add EXT:seo sitemap support
- Add layout options (evaluate the layout field in all templates)
- Backend time format base on TYPO3 configuration
- Bugfixes (e.g. TCA required fields)
4.2.1
Current bugfix release
4.0.0
- First Release for TYPO3 9 LTS and TYPO3 8 LTS
- Migration of all DB queries to new DB abstraction layer. Thanks @PascaleBeier
- Updates of fullcalendar, momentJS, timezone JS
- Many cleanups