Skip to content

Releases: adamspd/django-appointment

v3.6.0

24 May 23:10
0e8b3f1
Compare
Choose a tag to compare

What’s Changed

📚 Documentation

  • Added explanation on what blocks are required in base.html @adamspd in (#201)

✨ Enhancement

  • Added possibility to send all emails with django q by @adamspd in (#201)
  • Update requests requirement from ~=2.32.1 to ~=2.32.2 by @dependabot in (#200)
  • Bump setuptools from 69.5.1 to 70.0.0 by @dependabot in (#199)

v3.5.2

21 May 12:26
53c89c4
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • New version to include security fix of requests by @adamspd in (#198)

🔒 Security

  • New version to include security fix of requests by @adamspd in (#198)

✨ Enhancement

  • Update requests requirement from ~=2.31.0 to ~=2.32.1 in the pip group across 1 directory by @dependabot in (#197)

v3.5.1

18 May 19:25
349a98b
Compare
Choose a tag to compare

It's important to upgrade from 3.5.0 to 3.5.1

What’s Changed

🧪 Testing

v3.5.0

18 May 17:39
45d9725
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Minor changes on username, appt creation, and email templating by @adamspd in (#193)
  • Use a form for available slots by @deronnax in (#165)
  • Admin can add staff admin as in Django Admin page by @adamspd in (#170)

🧰 Maintenance

🧪 Testing

📚 Documentation

✨ Enhancement

10 changes

v3.4.1

31 Mar 00:31
5ea883b
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

v3.4.0

30 Mar 21:29
d6855b3
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Admin can change appointment's staff member by @adamspd in (#159)

🐛 Bug Fixes

🧪 Testing

📚 Documentation

  • Added the new documentation website link by @adamspd in (#149)

✨ Enhancement

  • Bump phonenumbers from 8.13.32 to 8.13.33 by @dependabot in (#162)
  • Allow contributors to run the test workflow by @adamspd in (#160)
  • appointment model: clean() and save() improvements by @deronnax in (#156)

Special Thanks to @deronnax for his huge contributions to this release and all his new ideas.

v3.3.9

22 Mar 21:44
f9be140
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Fix redirection to thank you when service is free by @adamspd in (#148)

v3.3.8

22 Mar 20:27
79df4a5
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

v3.3.7

22 Mar 19:50
8874e00
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Fixing staff member selection by moving duplicate slot's code by @adamspd in (#144)

v3.3.6

22 Mar 17:53
7115222
Compare
Choose a tag to compare

What’s Changed

✨ Enhancement

  • Fix duplicate slots when concurring request are sent by @adamspd in (#142)
  • Fix date not updating in service description by @adamspd in (#141)