Skip to content

Release 7.4.0

Compare
Choose a tag to compare
@ezimuel ezimuel released this 19 Nov 15:29

BC breaks:

This version introduces some potential BC breaks:

  • Using a deprecated parameter is notified triggering a E_USER_DEPRECATED error (e.g. using the type parameter will generate a Specifying types in urls has been deprecated deprecation message).
  • When delete with an empty id a Missing404Exception exception is thrown. Previously it was a InvalidArgumentException.

Changelog: