Skip to content

Releases: SergeyMosin/Appointments

v2.1.3

12 May 17:14
Compare
Choose a tag to compare

Fixed

  • fix: cannot change title, subtitle, and text in directory item editor - #509

Changed

  • Refactor prop encoder

v2.1.2

11 May 00:23
Compare
Choose a tag to compare

Fixed

  • Location is not applied - #512

v2.1.1

03 May 17:43
Compare
Choose a tag to compare

Fixed

  • PostgreSQL error: invalid byte sequence for encoding "UTF8" - #510

v2.1.0

01 May 03:10
Compare
Choose a tag to compare

Added

  • added 'ROLE' to ATTENDEE prop in .ics attachments
  • BigBlueButton integration is now available

Changed

  • use 'X-APPT-DOC' instead of 'X-APPT-DATA'
  • use $this->config instead of passing $config into functions
  • add and refactor tests
  • min-version is 27 now

Fixed

  • fix: type error in 'getUserTimezone()'
  • fix some translation strings and remove SectionTest.vue - #506
  • ensure darker email text color and left alignment - #503

v2.0.7

12 Apr 19:32
Compare
Choose a tag to compare

Fixed

  • Public pages not working

v2.0.6

11 Apr 19:56
Compare
Choose a tag to compare

v2.0.6 - 2024-04-11

Fixed

  • Changing "Talk room name" does not work #496
  • Remove extra single quite in form.php - #494
  • Timezone info is lost when dealing with "floating" events in external mode - #478
  • Checkbox click propagation is not prevented

Changed

  • Use current email template (instead of NC20)
  • Simplify getUserSettings() calls
  • Add more type declarations in PageController.php and BCSabreImpl.php

v2.0.5 - 2024-04-07

Fixed

  • Re-add 'talk_integration_disabled' (old: disable_talk_integration) appConfig setting

Changed

  • Form css: set max-width:24em in mobile mode in case of long addresses/names
  • URL handling in location field (when location is set to a valid URL)
  • Default to 'AutoStyle=true' for new pages

v2.0.4

15 Mar 15:26
Compare
Choose a tag to compare

Fixed

  • 'Page Tag' is not working in the 'Event Title Template' - #490

Added

  • Confirmation dialog on page delete

v2.0.3

13 Mar 20:50
Compare
Choose a tag to compare

Fixed

  • Only the first extra field info is added to calendar - #488

v2.0.2

09 Mar 22:08
Compare
Choose a tag to compare

Fixed

  • Removed request->getRequestUri() from action_url param, possible solution for #485

v2.0.1

06 Mar 14:47
Compare
Choose a tag to compare

Fixed

  • Removed leftover testing/debugging log statements from handleReminders function - #482