CiviMRF / CMRF_Abstract_Core

Abstract implementation for the the CMRF Core. Should be included into the concrete module implementation
GNU Affero General Public License v3.0
1 stars 4 forks source link

Add support for APIv4 calls #18

Closed dontub closed 1 year ago

dontub commented 2 years ago

Fixes #17.

I tried to add APIv4 support in a backward compatible way.

I think, there are now too many arguments required to create a call.

jensschuppe commented 2 years ago

@kainuk, @jaapjansma Would you be able to review this?

jensschuppe commented 2 years ago

I think this is ready for review/tests now.

jensschuppe commented 1 year ago

@kainuk, @jaapjansma after using this in dev environments for some months without issues, I went ahead and merged this. This is now available with a new version 0.10.

jaapjansma commented 1 year ago

Thanks @jensschuppe