This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
1.0.0 - The Big Stability Update
Pre-release
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.
- Includes a lot of code stability fixes, like ensuring we can handle events when no platform user has initiated a job;
- Includes a bunch of code readability fixes, like adding in property + return type hints, adding
@throws
tags where needed and generally tidying the docs - Making is PHP 8 only so we can use some nice things like easier-to-read constructs, fn() shorthand etc.
- 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!