Skip to content

Releases: lochmueller/calendarize

8.0.1

13 Feb 20:24
Compare
Choose a tag to compare
  • 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

05 Jan 10:01
Compare
Choose a tag to compare
  • 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

30 Nov 11:11
Compare
Choose a tag to compare
  • Fix ICS Export 0761121
  • Fix past selection b9510c7
  • Fix traversing selection 6c14f6a
  • Index state in backend info 638e7bc
  • timezone and date related fixes

7.2.0

06 Nov 16:46
Compare
Choose a tag to compare
  • 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

13 Oct 20:32
Compare
Choose a tag to compare
  • 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

28 Aug 08:36
Compare
Choose a tag to compare
  • 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

22 Apr 18:26
Compare
Choose a tag to compare
  • 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

11 Dec 10:05
Compare
Choose a tag to compare
  • 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

10 Jul 13:37
Compare
Choose a tag to compare

Current bugfix release

4.0.0

09 Oct 19:35
Compare
Choose a tag to compare
  • 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