CalderaWP / Caldera-Forms

Drag and drop, responsive WordPress form builder.
https://CalderaForms.com
GNU General Public License v2.0
187 stars 163 forks source link

Caldera Forms Gutenberg Block using removed InspectorControls #2618

Closed telizarose closed 6 years ago

telizarose commented 6 years ago

Do You Need Immediate Help?

Is This A Feature Request?

What Version Of Caldera Forms, WordPress and PHP Are You Using?

*Caldera: 1.7.1.4 | WordPress: 4.9.6 Gutenberg: 3.0.1 PHP: ?? Honestly I don't know.

Does Your Issue Persist When You Disable All Other Plugins and Switch To The Default Theme?

Yes.

What Is The Unexpected Behaviour?

What PHP Errors Have You Logged While Reproducing This Bug?

I don't know.

What JavaScript Errors Have You Seen While Reproducing This Bug?

I don't see any.

Shelob9 commented 6 years ago

We are using wp.blocks.InspectorControls which was deprecated and is removed from Gutenberg in 3.1. Should be using wp.editor.InspectorControls instead.

Shelob9 commented 6 years ago

Close via bcd0e94