Skip to content

Latest commit

 

History

History
104 lines (65 loc) · 6.28 KB

CHANGELOG.md

File metadata and controls

104 lines (65 loc) · 6.28 KB

Changelog

1.2.1 (2023-07-25)

Added

  • ✨ Add Phone call and staff API [4776ced]
  • ✨ Added search endpoint to Contacts api [f1ab567]

1.2.0 (2023-04-19)

Added

  • ✨ allow illuminate v9 dependencies [90eb534]
  • ✨ Add Rate Category namespace [a31a430]

Miscellaneous

  • Merge branch 'dev-1.x' [e50a911]
  • 🚧 Start implementing Invoice API [f98417d]
  • Merge pull request #2 from mazsudo/allow-illu-9 [081b11b]
  • 📝 Update readme [9b03877]
  • 📝 Update exception handling example in readme [5387972]

1.1.1 (2023-01-27)

Removed

Miscellaneous

  • 📝 Update styling in doc [167478c]
  • Merge pull request #1 from cedricWebsenso/main [de25a13]
  • Readme update [0de3649]
  • Beta - Add Item entity, collection and API client for items ns [8e2fbf7]

1.1.0 (2023-01-19)

Added

  • ✨ Clean up codes, clean up comments and prepare for new version [595e92b]
  • ✨ Merge common attributes or Company and Individual into a new abstract entity "Client", add abstract "Entity" to extends from [58c40ca]
  • ✨ Adding IndividualsApi [9f77bbb]

Miscellaneous

  • 📝 Correct Documentation [5d73a31]
  • 📝 Update readme file [39eb4c9]
  • 🚧 Add some helpers in the Response object [71b2b0d]
  • 🚧 Add check on RelatedEntity definitions [c20fe8a]
  • 🚧 Refacto Abstract API to return Response instead of self [64e5371]

1.0.1 (2022-12-14)

Added

  • ✨ Introduce Unit api endpoint [371e7fa]

Fixed

  • 🐛 Allow null for Geocode lat/lng [0c06c42]
  • 🐛 Fix Geocode entity failing when the API gives back an int instead of a float for the geo lat/lng [86f6d8c]

Miscellaneous

1.0.0 (2022-09-15)

Added

  • ✨ Change namespace as repo moved to bluerock tel [83c23df]
  • ✨ Add taxes endpoint [7b3cb9b]
  • ✨ Add companies endpoint, add entities & update documentation [f38f715]
  • ✨ Add CRUD methods on ContactsApi [5e8af43]
  • ✨ Add psr-4 autoload [b266d3a]
  • 🎉 Initial commit [ca462b8]

Fixed

  • 🐛 Fix SmartTags attribute typing [e0d683b]
  • 🐛 Fix the type error on Company::business_segment [003690a]
  • ✏️ Fix the composer require command in docs [3476f21]
  • 🐛 Fix type in package name [b13bf67]

Miscellaneous

  • 📝 Add SmartTags, correct typos, update documentation [d18d546]
  • 📝 Update documentation [145d06e]