Skip to content

Commit

Permalink
v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed Feb 23, 2024
1 parent 7ea255d commit 8c3457b
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 179,813 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_modules/
/vendor/
/composer.phar
/.phpunit.result.cache
/js/
/css/
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 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 - 2024-01-01
### Changed
- Bump NC `min` version to 26 and `max` version to 28
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Appointments</name>
<summary>Book appointments into your calendar via secure online form.</summary>
<description><![CDATA[Book appointments into your calendar via secure online form. Attendees can confirm or cancel their appointments via an email link.]]></description>
<version>1.15.5</version>
<version>2.0.0-rc.1</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://www.srgdev.com">Sergey Mosin</author>
<namespace>Appointments</namespace>
Expand Down
Binary file modified build/artifacts/appstore/appointments.tar.gz
Binary file not shown.
1 change: 0 additions & 1 deletion css/datepicker.css

This file was deleted.

Loading

0 comments on commit 8c3457b

Please sign in to comment.