Skip to content

Develop

Craig Smith requested to merge develop into master

Created by: phpsa

  • Added handleStoreOrUpdateAction method to the controller (basically a post / put magic mapper)
  • New unit test set for camel case, snake case and array filtering from request
  • Added ability to add extra request params to each of the CRUD methods which will be added to the request object
  • Helpers:: excludeArrayValues method patched to work correctly
  • Deprecated notice on 2 role permission endpoints - will be removed in 1.3
  • removed support for php 7.1

Merge request reports