Breaking changes!
-
Dude, you can’t just put such breaking changes in a “MINOR version” (“when you add functionality in a backwards-compatible manner” – https://semver.org/)
Our code:
$imageId = rwmb_meta( $field );
Used to result in an image ID, now it results in an array with all kinds of information. We use this in a few places where user can upload 1 image, but now this results in an array of image(s).
I understand that your update is good otherwise, but you can’t put breaking changes in a minor version. You should have moved to v5 with warnings.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Breaking changes!’ is closed to new replies.