Skip to content

Commit

Permalink
v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed Nov 14, 2022
1 parent b6fdcb8 commit 4a95f55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.14.0 - 2022-10-29
### Added
- "Auto Style" toggle to NC25
- "pageId" to email buttons urls when using embedded form - #372
- Log error details when email to organizer fails - #375
### Changed
- Update "@nextcloud/vue" to v7.0.1 - #366
- Min Nextcloud version is 24 now

## v1.14.0 - 2022-10-29
### Fixed
- Styles and icons for NC 25 - #366
Expand Down
4 changes: 2 additions & 2 deletions 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.14.0</version>
<version>1.14.1</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://www.srgdev.com">Sergey Mosin</author>
<namespace>Appointments</namespace>
Expand All @@ -28,7 +28,7 @@
<screenshot>https://raw.githubusercontent.com/SergeyMosin/Appointments/master/screenshots/screenshot2.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/SergeyMosin/Appointments/master/screenshots/screenshot3.jpg</screenshot>
<dependencies>
<nextcloud min-version="23" max-version="25"/>
<nextcloud min-version="24" max-version="25"/>
</dependencies>
<repair-steps>
<post-migration>
Expand Down
Binary file modified build/artifacts/appstore/appointments.tar.gz
Binary file not shown.

0 comments on commit 4a95f55

Please sign in to comment.