Skip to content

Commit

Permalink
v1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed Jun 6, 2022
1 parent a563e61 commit 75995b9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.12.6 - 2022-06-06
### Fixed
- Ensure 'Additional ICS file description' is included - issue #342
- 'Form Title' settings display (single page mode) - issue #343
### Changed
- Use full time zone names(Eastern Daylight Time) instead of abbreviations(GMT-4) in PHP
- NC 'Locale' settings (instead of 'Language') is now used for JS i18n Dates/Times - issue #244
- HTML is now allowed in 'Additional Email Text' - issue #132
- Better error handling in extNotify function
- Update node dependencies (npm -> pnpm)


## v1.12.5 - 2022-05-24
### Added
- Default reminders language indicator - issue #323
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.12.5</version>
<version>1.12.6</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/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.

0 comments on commit 75995b9

Please sign in to comment.