Skip to content

Commit

Permalink
v1.14.11
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed Feb 13, 2023
1 parent 559d49f commit 307a363
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.14.11 - 2023-02-13
### Changed
- change minimum, appointment length from 10 -> 5 min - #384
- removed NcModel FocusTrap workaround
- re-lint some php files
### Fixed
- @nextcloud/vue v7.4.0 compatibility - #395
- overlap of slots from same day in different month - #401
- use static var instead of session - #399

## v1.14.10 - 2023-01-16
### Added
- More debug info is returned from getRawCalendarData() - #394
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.14.10</version>
<version>1.14.11</version>
<licence>agpl</licence>
<author mail="sergey@srgdev.com" 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 css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/form.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/script.js

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions js/script.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
* @license MIT
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/

/*!
* The buffer module from node.js, for the browser.
*
Expand Down Expand Up @@ -50,6 +57,10 @@

/*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */

/*! For license information please see NcContent.js.LICENSE.txt */

/*! For license information please see NcModal.js.LICENSE.txt */

/*! Hammer.JS - v2.0.7 - 2016-04-22
* http://hammerjs.github.io/
*
Expand All @@ -73,7 +84,7 @@
*
* @author Richard Steinmetz <richard@steinmetz.cloud>
*
* @license GNU AGPL version 3 or any later version
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -95,7 +106,7 @@
*
* @author Georg Ehrke <georg-nextcloud@ehrke.email>
*
* @license GNU AGPL version 3 or any later version
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -117,7 +128,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down

0 comments on commit 307a363

Please sign in to comment.