Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Releases: stats4sd/laravel-kobo-link

Performance Finetuning for Submission Retrieval

21 Mar 13:06
adaa76f
Compare
Choose a tag to compare

This version finetunes the performance for ODK submissions retrieval.

1.0.1: A Patch on Stability

19 Oct 14:21
1e24286
Compare
Choose a tag to compare
Pre-release

This release fixes a few errant references to App\Models, and ensures that everything is using the models supplied with the actual package. As it should be.

1.0.0 - The Big Stability Update

15 Oct 16:57
b1f0234
Compare
Choose a tag to compare
Pre-release

The A Big Stability Update

This update does the following:

New features / functions:

  • Adds a new validation rule for checking that a user's Kobo username is a valid username on the given Kobotoolbox server.
  • Streamlined process for linking your own custom data processing functions to the 'Datamap' models.
  1. Includes a lot of code stability fixes, like ensuring we can handle events when no platform user has initiated a job;
  2. Includes a bunch of code readability fixes, like adding in property + return type hints, adding @throws tags where needed and generally tidying the docs
  3. Making is PHP 8 only so we can use some nice things like easier-to-read constructs, fn() shorthand etc.
  4. Updating the Readme for actual people to read.

This is still beta / pre-release, but it's the first time that this can be considered 'close' to release. Probably.

It's also full of probably-breaking changes from previous versions - thus the big shift from 0.x to 1.x!

0.2.6 - hotfix

22 Sep 07:49
Compare
Choose a tag to compare
0.2.6 - hotfix Pre-release
Pre-release
Merge branch 'teams' of github.com:stats4sd/laravel-kobo-link into teams

Fix for re-process submissions

24 Aug 17:56
e5cb867
Compare
Choose a tag to compare
Pre-release
0.2.3

Fix prop ordering for ProcessSubmission call

Hotfix for KoboData Returned error

18 Aug 09:18
Compare
Choose a tag to compare
Pre-release
0.2.2

hotfix - parameter ordering

Hotfix - remove handlemedia temp variable

18 Aug 08:50
Compare
Choose a tag to compare

Removes the temporary flag from the remaining job(s)

Streamlined Media handling

18 Aug 08:12
64f07cb
Compare
Choose a tag to compare
Pre-release

This release tidies up the fixes required to work with Kobo's new Media handling APIs. Now, whenever new media are pushed to a form, that form must be redeployed, so the SetKoboFormToActive() job is called after any new media uploads.

Also, the user parameter is now optional across the suite of jobs and events, so only jobs started by a user will return a broadcast event back to the user - automated jobs started by the system will not broadcast. (This should probably be changed in future versions to broadcast to an admin, or logged somehow in a way that apps can hook into!)

0.2.5 - minor syntax fix

22 Sep 07:42
Compare
Choose a tag to compare
Pre-release
add custom ide helper for stub

PHP 8 Support

12 Jul 09:23
628dfe8
Compare
Choose a tag to compare
PHP 8 Support Pre-release
Pre-release
0.1.3

add option for PHP8+