Sal Ferrarello

Results 75 comments of Sal Ferrarello

@rachelbaker thanks for your suggestion. I've moved the DB column size check to `prepare_item_for_database()` so as to cover both create and update. Currently, there are unit tests for **create**. Am...

@joehoyle That is a great idea but I'd still like to see this warning put in place as a temporary fix (until it works without pretty permalinks)

Now that WP 4.7 is out with the REST API in it - congratulations! Along with this, I'm guessing this plugin will increase in popularity. On Sunday I was at...

If I'm following correctly, this fails in older versions of WordPress because of the dependencies. https://github.com/salcode/block-xray-attributes/blob/516c3f71a4f48a8f75295150dd0df6355cc31551/block-xray-attributes.php#L30 ## Before Updating @wordpress/scripts ``` ["wp-components","wp-compose","wp-data","wp-edit-post","wp-element","wp-i18n","wp-plugins"] ``` ## After Updating @wordpress/scripts ``` ["react-jsx-runtime","wp-components","wp-compose","wp-data","wp-editor","wp-element","wp-i18n","wp-plugins"] ```...

## Before PR ### Paragraph ### List item ### Image ## After PR ### Paragraph ### List item ### Image