Skip to content

Releases: maicol07/flarum-api-client

1.5.2

19 Mar 10:04
eee853a
Compare
Choose a tag to compare

1.5.1

27 Feb 12:41
aeed716
Compare
Choose a tag to compare

fix: Relations with same ID but different type get overridden

Full Changelog: 1.5...1.5.1

1.5

26 May 07:49
f05d813
Compare
Choose a tag to compare
1.5

What's Changed

New Contributors

Full Changelog: 1.4...1.5

1.4

01 Oct 14:14
4accc6d
Compare
Choose a tag to compare
1.4

This release supports Laravel 9 and fixes the "CSRF mismatch" issue on POST requests.

➕ Added

🐛 Fixed

New Contributors

  • @mbryne made their first contribution in #6

Full Changelog: 1.3...1.4

1.3

18 Mar 15:30
Compare
Choose a tag to compare
1.3

This release focuses on adding minor features and removing support for Laravel 6 & 7 and Guzzle 6, in order to follow Flarum decisions with beta16. This changelog is a little different from the previous ones (new format!)

➕ Added

📈 Improved

🗑️ Changed/Removed

1.2.3 - Beta15 fix

31 Jan 14:23
66bb085
Compare
Choose a tag to compare

🐛 Fixed

  • 🐛 Get user by username returning 404

1.2.2

12 Oct 15:32
Compare
Choose a tag to compare
fix: Another Exception fix...

1.2.1

12 Oct 15:27
Compare
Choose a tag to compare

➕ Added

  • Missing docs

🐛 Fixed

  • Exception Uncaught Typerror...

1.2

12 Oct 14:51
Compare
Choose a tag to compare
1.2

➕ Added

  • ✨ Added request headers (see the header method)

Guzzle 6 support

24 Sep 15:53
Compare
Choose a tag to compare

This release adds support for Guzzle 6, adds a new test and fixes a bug with tests.

Changelog

➕ Added

  • Guzzle 6 support
    • ⚠️ Guzzle 6 will be supported during until its EOL
  • User test

🐛 Fixed

  • Tests error when composer packages has been updated