v2.0.0-rc.1
·
531 commits
to master
since this release
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)