The BoldGrid Forms shared classes are used in official BoldGrid plugins.
Using composer, you can get started quickly:
composer require boldgrid/bgforms
- Update: Fix PHP 8.2 Deprecation notices.
- Update: Use internal method to get_page_by_title() since WP6.2 deprecated the function.
- Update: Allow weforms shortcodes to have their form id replaced with the imported form id.
- New feature: Added support for weForms.
- Update: Prevent wpforms redirection immediately after Inspirations deployment in all scenarios.
- Update: JIRA WPB-3730 Updated library dependency to ^2.0.0.
- Bug fix: Fixed improper namespace resolution for Wpforms\Tracking class.
- Update: Updated URL for Wpforms\Tracking to remove class dependency.
- Bug fix: JIRA WPB-3401 Fixed fatal when plugin was deleted.
- Update: JIRA WPB-3401 Adding affiliate data.
- Update: JIRA WPB-3400 Prevent WPForms welcome page.
- Bug fix: JIRA WPB-3318 When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.
- New feature: JIRA WPB-3312 Added filter for preferred slug.
- Initial commit.