File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ and [here](https://github.com/adamspd/django-appointment/tree/main/docs/release_
50
50
6 . Email notifications for appointment scheduling and reminders:
51
51
- Instant email notifications to clients upon scheduling an appointment.
52
52
- Automated email reminders sent 24 hours before the appointment (requires Django Q).
53
+ - ICS file attachment for calendar synchronization.
53
54
7 . Integration with Django Q for efficient task scheduling and email sending.
54
55
55
56
## Key features introduced in previous versions.
@@ -59,7 +60,7 @@ and [here](https://github.com/adamspd/django-appointment/tree/main/docs/release_
59
60
60
61
## Added Features and Bug Fixes in version 3.x.x
61
62
62
- See the [ release notes] ( https://github.com/adamspd/django-appointment/releases/tag/v3.3.1 ) .
63
+ See the [ release notes] ( https://github.com/adamspd/django-appointment/releases/tag/v3.8.0 ) .
63
64
For older version,
64
65
see their [ release notes] ( https://github.com/adamspd/django-appointment/tree/main/docs/release_notes ) .
65
66
Original file line number Diff line number Diff line change 6
6
__url__ = "https://github.com/adamspd/django-appointment"
7
7
__package_website__ = "https://django-appt.adamspierredavid.com/"
8
8
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/"
9
- __version__ = "3.7.4 "
9
+ __version__ = "3.8.0 "
10
10
__test_version__ = False
You can’t perform that action at this time.
0 commit comments