wpengine / atlas-content-modeler

Content modeling plugin for WordPress
https://developers.wpengine.com/docs/atlas-content-modeler
GNU General Public License v2.0
165 stars 13 forks source link

fix: ensure value is array when passing to array_map(). Closes #626. #655

Closed mindctrl closed 1 year ago

mindctrl commented 1 year ago

Description

Ensures values for repeating rich text fields are cast as an array before passing through array_map(). This fixes issues where optional repeating rich text fields are empty, but the plugin incorrectly assumes it will have an array value.

https://wpengine.atlassian.net/browse/

Checklist

I have:

Testing

Screenshots

Documentation Changes

Dependent PRs