Skip to content

Commit

Permalink
v1.13.0 - NC25 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed Oct 25, 2022
1 parent 08efea4 commit 6502bba
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.13.0 - 2022-10-25
### Added
- Next release possible breaking changes notice (prep for NC25)
### Changed
- Nextcloud 23 is min version now

## v1.12.8 - 2022-09-12
### Fixed
- Expected parameter of type '\DateTime', 'null' provided in Talk Integration
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.12.8</version>
<version>1.13.0</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="22" max-version="24"/>
<nextcloud min-version="23" max-version="24"/>
</dependencies>
<repair-steps>
<post-migration>
Expand Down
Binary file modified build/artifacts/appstore/appointments.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion js/script.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@
v-show="pagePreviewLoading===true"
class="icon-loading-small"></span></li>
</ul>
<div style="border: 3px solid goldenrod; text-align: center; margin: 0 5px; padding: .25em;">
<span style="font-weight: bold">Upcoming Update Notice</span><br>
Next update ( v1.14.* ) will include changes that might be incompatible with custom CSS "Style Overrides". If you don not use "Style Overrides" please ignore this notice. <br>
Next update release date is planed for October 30, 2022.
</div>
<div class="srgdev-appt-main-frame-cont">
<iframe
class="srgdev-appt-main-frame"
Expand Down

0 comments on commit 6502bba

Please sign in to comment.