Releases: lionixevolve/GraphQLSuiteCRM
Releases · lionixevolve/GraphQLSuiteCRM
Bugfix release
- Missing quotes to the
method_exists
function - Adds missing Quote type override function
Bugfix release
Fixes incorrect bracket position causing the API not saving unless a related_bean was sent.
Bugfix release
Fixing missing bracket
Feature Release
Add relationship delete functionality.
Feature Release
- Support Security Suite permissions inheritance
Before this patch, due to SuiteCRM requiring the $_REQUEST global var to be available, the Security Groups inheritance was not working, now we mock the variable setting the needed relate_to
and relate_id
to support this.
Bugfix release
- Missing support for date type - (related to v0.12.11)
Bugfix release
- Adds _atom field for Date fields - previously it was only added for Datetime/Datetimecombo fields.
Bugfix release
- Fix re-adding the custom config loader
In case you added new fields to a custom Module
Type the library was not reading and loading them.
Bugfix release
- Remove deprecated package
Small Feature Release
- All date fields will now have an additional _atom field with ATOM date format for better compatibility with JS libraries