Skip to content

Releases: PRayno/moveon

Document download

10 Jul 13:03

Choose a tag to compare

Add the download document capability

SF6 compatibility

08 Apr 09:56
56066a2

Choose a tag to compare

Add compatibility with SF6 requirements

New version

24 Mar 13:38

Choose a tag to compare

This new version is based on the symfony/http-client instead of Guzzle to send queries to the API
It requires PHP >8.0 to be fully compatible with the up to date dependencies.
It also adds a $retrieveData parameter to the save method to improve performance when there are multiple update being made

Bug fixes

12 Jan 09:53

Choose a tag to compare

Fixed the incorrect processing of of "queued" requests

API v3.0

26 Nov 14:12

Choose a tag to compare

Fixed virtual pagination bugs + request for a defined page
Support of the v3.0 of the API as older version will no longer be available from January 2021.

Virtual pagination

22 Sep 09:52

Choose a tag to compare

Adds a virtual pagination to comply with the new limitation of the maximum number of rows being retrieved in a single query.
It will add some latency on API calls of more than 250 rows using the findBy method as it will multiply the number of HTTP queries but all your API calls using this method will keep on working when the limitation will be set.

Multiple search in findBy

02 Mar 10:00

Choose a tag to compare

Searching for multiple values in the same query with the findBy method

Bug fixes

31 Jan 11:44

Choose a tag to compare

Fixed misconfiguration in degree-program and catalogue-course entities

Bug fixes

02 Dec 15:03

Choose a tag to compare

Fixed misconfiguration in degree-program entity

Fixed create / update

15 Nov 15:11

Choose a tag to compare

Separated read / write entity lists as some fields differ