Skip to content

Releases: mchev/laravel-odk

v1.3.0

06 Feb 15:36
Compare
Choose a tag to compare
  • BREAKING CHANGE : $odk->projects($projectId)->forms($xmlFormId)->fields() is replaced by $odk->projects($projectId)->forms($xmlFormId)->fields()->get()
  • Laravel 10 Support
  • OdkCentral Facade

v1.2.5

18 Jul 07:08
Compare
Choose a tag to compare

Tests for Laravel 9

v1.2.4

28 Apr 13:48
Compare
Choose a tag to compare

Support for Laravel 9

v1.2.3

27 Aug 08:48
Compare
Choose a tag to compare

Let a version be empty on publish

v1.2.2

26 Aug 09:43
Compare
Choose a tag to compare
  • Better loop through answers (convert to object and rename keys)

v1.2.1

25 Aug 14:31
Compare
Choose a tag to compare
  • Adding $publish and $ignoreWarnings parameters to create method.
  • Passing headers to all requests

v1.2.0

23 Aug 13:49
Compare
Choose a tag to compare
  • OData requests
  • Getting answers
  • Formatting answers

v1.1.3

19 Aug 15:16
Compare
Choose a tag to compare
  • Fix error while sending file with "create" method (withBody)
  • Fix passing missing headers
  • Adding expand parameter to the answers method
  • Handle 0 or null for $limit or $offset parameter

v1.1.2

16 Aug 10:03
Compare
Choose a tag to compare

api_url and endpoint are now public

v1.1.1

16 Aug 09:54
Compare
Choose a tag to compare

Not calling download method automatically on file types to easily retrieve filepath and filename