Skip to content

Commit

Permalink
v1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed Jul 2, 2023
1 parent af7a138 commit 9d046ae
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 32 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.15.2 - 2023-07-01
### Added
- Links ( and email address ) in outgoing emails are now "linkyfied" automatically and can be clicked
### Changed
- Updated JS dependencies
- Bump NC max-version to v27 - #428
- Template grid starts at 00:00 (not 6:00)
- 'From' email addresses have the 'Display Name' part now - #414
### Fixed
- Broken NC25 related styles

## v1.15.1 - 2023-05-09
### Fixed
- TalkIntegration: fix delete room error on NC26 - #418
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.1</version>
<version>1.15.2</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 js/cncf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/form_css.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!function(){"use strict";var s={p:"/js/"};s.p}();
(()=>{"use strict";var s={p:"/js/"};s.p})();
2 changes: 1 addition & 1 deletion js/script.js

Large diffs are not rendered by default.

30 changes: 4 additions & 26 deletions js/script.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
*/

/*!
* focus-trap 7.2.0
* focus-trap 7.4.3
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
*/

/*!
* tabbable 6.0.1
* tabbable 6.2.0
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
*/

Expand All @@ -63,6 +63,8 @@

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

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

/*! Hammer.JS - v2.0.7 - 2016-04-22
* http://hammerjs.github.io/
*
Expand All @@ -71,8 +73,6 @@

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* vue-class-component v7.0.1
* (c) 2015-present Evan You
Expand Down Expand Up @@ -124,25 +124,3 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

/**
* @copyright Copyright (c) 2021 Christoph Wurst
*
* @author Christoph Wurst <[email protected]>
*
* @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
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
2 changes: 1 addition & 1 deletion js/style_css.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!function(){"use strict";var s={p:"/js/"};s.p}();
(()=>{"use strict";var s={p:"/js/"};s.p})();

0 comments on commit 9d046ae

Please sign in to comment.