Releases: SergeyMosin/Appointments
Releases · SergeyMosin/Appointments
v2.0.6
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
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Added
- Merged v2 translations
v2.0.0-rc.1
This is the first v2 release. The majority of the work went into refactoring the DB schema and Settings UI, which were blocking the implementation of many new features.
v2.0.0-rc.1 - 2024-02-23
Changed
- Refactored database schema:
- New "Settings" table: oc_appointments_pref -> oc_appointments_pref_v2
- Each user page is now an independent entity (v1 had 1 main page + sub-pages)
- Updated Settings UI (using
NcSettings
component now)
v1.15.5
Changed
- Bump NC
min
version to 26 andmax
version to 28
v1.15.4
v1.15.3
Added
disable_talk_integration
option can be set toyes
viaocc config:app:set
to hide the "Talk Integration" settings option- 32, 40 and 48 weeks options are now available in the 'Show appointments for next...' dropdown - #440
Changed
- 2 weeks is the default option for 'Show appointments for next...'
Fixed
- Names with two letters are not accepted - #437