Skip to content

Releases: adamspd/django-appointment

v3.7.4

31 Aug 21:29
583c16b
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

✨ Enhancement

v3.7.1

31 Aug 21:00
adc14cb
Compare
Choose a tag to compare

What’s Changed

✨ Enhancement

v3.7.0

31 Aug 15:06
969e74d
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • django_q2 no longer needs to be installed, even if not used by @adamspd in (#251)

✨ Enhancement

🧰 Maintenance

v3.6.4

19 Aug 09:47
3a30d4a
Compare
Choose a tag to compare

What’s Changed

📚 Documentation

✨ Enhancement

  • Enhance staff member name retrieval with additional fallbacks by @adamspd in (#241)
  • Clean imports and force address in form to be required as shown in ui by @adamspd in (#240)

🧰 Maintenance

4 changes

v3.6.3

03 Aug 20:50
5637f85
Compare
Choose a tag to compare

What’s Changed

📚 Documentation

v3.6.2

03 Aug 09:41
91a782d
Compare
Choose a tag to compare

What’s Changed

✨ Enhancement

  • Migrate django-phonenumber-field from 7.3.0 to 8.0.0 by @adamspd in (#230)

v3.6.1

03 Aug 08:33
8937793
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Fixed version of used package in setup.cfg to fix incompatibility by @adamspd in (#228)
  • Match max-parallel with test command in workflow by @adamspd in (#207)

🧰 Maintenance

11 changes

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