Skip to content

Releases: PRayno/moveon

Document download

Choose a tag to compare

@PRayno PRayno released this 10 Jul 13:03

Add the download document capability

SF6 compatibility

Choose a tag to compare

@PRayno PRayno released this 08 Apr 09:56
56066a2

Add compatibility with SF6 requirements

New version

Choose a tag to compare

@PRayno PRayno released this 24 Mar 13:38

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

Choose a tag to compare

@PRayno PRayno released this 12 Jan 09:53

Fixed the incorrect processing of of "queued" requests

API v3.0

Choose a tag to compare

@PRayno PRayno released this 26 Nov 14:12

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

Choose a tag to compare

@PRayno PRayno released this 22 Sep 09:52

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

Choose a tag to compare

@PRayno PRayno released this 02 Mar 10:00

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

Bug fixes

Choose a tag to compare

@PRayno PRayno released this 31 Jan 11:44

Fixed misconfiguration in degree-program and catalogue-course entities

Bug fixes

Choose a tag to compare

@PRayno PRayno released this 02 Dec 15:03

Fixed misconfiguration in degree-program entity

Fixed create / update

Choose a tag to compare

@PRayno PRayno released this 15 Nov 15:11

Separated read / write entity lists as some fields differ