Skip to content

Commit

Permalink
v2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed May 1, 2024
1 parent 093828a commit 4f98ad4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v2.1.0 - 2024-04-30
### 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 - 2024-04-12
### Fixed
- Public pages not working
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>2.0.7</version>
<version>2.1.0</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.
2 changes: 1 addition & 1 deletion src/components/settings-v2/ComboCheckbox.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import PsCheckbox from "../PsCheckbox.vue";
import {computed, useSlots, defineEmits} from "vue";
import {computed, useSlots} from "vue";
import {NcPopover} from "@nextcloud/vue";
import IconInfo from "vue-material-design-icons/InformationOutline.vue";
Expand Down

0 comments on commit 4f98ad4

Please sign in to comment.