BoldGrid / boldgrid-inspirations

The BoldGrid Inspirations core plugin for WordPress.
https://www.boldgrid.com/
GNU General Public License v2.0
11 stars 12 forks source link

update composer.lock #171

Closed jamesros161 closed 1 year ago

jamesros161 commented 1 year ago

Updates composer.lock to include updated boldgrid/bgforms ( https://github.com/BoldGrid/bgforms/pull/2 )

This allows the author to use [weforms id="6"] when creating a page with a contact form instead of [ninja_forms id="6"]

This is important because the API server determines what plugins to install for a given page revision, based on the presence of specific shortcodes on the page. allowing the author to use 'weforms' instead of 'ninja_forms' ensures that the revision is automatically added to the plugin_install_scope table.