Releases: PRayno/moveon
Document download
SF6 compatibility
Add compatibility with SF6 requirements
New version
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
API v3.0
Virtual pagination
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
Searching for multiple values in the same query with the findBy method
Bug fixes
Bug fixes
Fixed create / update
Separated read / write entity lists as some fields differ