Skip to content

Commit d689208

Browse files
committedMay 20, 2020
version 1.4.16
1 parent f796056 commit d689208

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.4.16 - 2020-05-20
2+
### Added
3+
- Option to add 'robots noindex' meta tag
4+
### Fixed
5+
- Preview for "skip email verification step" option
6+
17
## 1.4.15 - 2020-05-13
28
### Fixed
39
- frontend error check fails when date empty

‎appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Appointments</name>
66
<summary>Book appointments into your calendar via secure online form.</summary>
77
<description><![CDATA[Book appointments into your calendar via secure online form. Attendees can confirm or cancel their appointments via an email link.]]></description>
8-
<version>1.4.15</version>
8+
<version>1.4.16</version>
99
<licence>agpl</licence>
1010
<author mail="sergey@srgdev.com" homepage="https://www.srgdev.com">Sergey Mosin</author>
1111
<namespace>Appointments</namespace>
1.61 KB
Binary file not shown.

‎js/script.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎templates/help.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<h2 class="srgdev-appt-hs-h1">5. Email Settings</h2>
4848
<p class="srgdev-appt-hs-p-h"><strong id="srgdev-sec_emailatt">Email Attendee when the appointment is modified and/or deleted</strong> - Attendees will be notified via email when their <strong>upcoming</strong> appointments are updated or deleted in the calendar app or via some other external mechanism. Only changes to Date/Time, Status or Location will trigger the "Modified" notification.</p>
4949
<p class="srgdev-appt-hs-p-h"><strong id="srgdev-sec_emailme">Email Me when an appointment is updated</strong> - A notification email will be sent to you when an appointment is booked via the public page or an upcoming appointment is confirmed or canceled via the email links.</p>
50-
<p class="srgdev-appt-hs-p-h"><strong id="srgdev-sec_emailskipevs">Skip email validation step</strong> - When this option is selected the "<em>... action needed</em>" validation email will NOT be sent to the attendee. Instead the "<em>... Appointment is confirmed</em>" message is going to be sent right away, and the "<em>All done</em>" page is going to be shown when the form is submitted. <span style="font-style: italic">As of now, appointment cancellation link/button is <strong>NOT</strong> included in the confirmation email.</span> <strong>Forms submitted in the <span style="text-decoration: underline">"Public Page Preview"</span> frame WILL NOT WORK when this is enabled!!! </strong></p>
50+
<p class="srgdev-appt-hs-p-h"><strong id="srgdev-sec_emailskipevs">Skip email validation step</strong> - When this option is selected the "<em>... action needed</em>" validation email will NOT be sent to the attendee. Instead the "<em>... Appointment is confirmed</em>" message is going to be sent right away, and the "<em>All done</em>" page is going to be shown when the form is submitted. <span style="font-style: italic">As of now, appointment cancellation link/button is <strong>NOT</strong> included in the confirmation email.</span></p>
5151
<p class="srgdev-appt-hs-p-h"><strong id="srgdev-sec_emaildef"><code>useDefaultEmail</code></strong> - Most instance of NC won't have the particular configuration allowing to send emails on behalf of organizers. Therefore, the default email address as per <a style="color: blue; text-decoration: underline" href="https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html" target="_blank">Mail Settings</a> is used, and your address is added in the "Reply-To:" header field. If your Nextcloud configuration supports sending out emails for individual users, Admins can override the 'useDefaultEmail' directive like so: <code style="background: #eeeeee; padding: 0 .5em">occ config:app:set appointments useDefaultEmail --value no</code></p>
5252
<h2 class="srgdev-appt-hs-h1">6. Share the Public Link</h2>
5353
<p class="srgdev-appt-hs-p">Enable sharing and pass along the public page link. Upcoming appointments will be available on the booking page.</p>

0 commit comments

Comments
 (0)
Please sign in to comment.