Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 2.30.1 into 2.31.x #109

Merged
merged 2 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. Fix laminas#106

    Reinstates removed method and property in `ArrayInput` and also deprecates them so that the default value for an ArrayInput is an empty array, maintaining BC with the 2.x series
    
    Signed-off-by: George Steel <george@net-glue.co.uk>
    gsteel committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3982a76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request laminas#107 from gsteel/array-input-bc-break

    Reinstate `ArrayInput` default value to an empty array
    Ocramius committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f07a908 View commit details
    Browse the repository at this point in the history