Skip to content

v4.04.03

Choose a tag to compare

@stephywells stephywells released this 23 Apr 20:49
· 15739 commits to master since this release

abbf52e Prepare for v4.04.03 release

7a3f4f8 update readme

cea4ede Add changelog
revert a couple naming additions

d1f0c32 Update default blue color

5cb6437 Disable save draft link during file upload
Strategy11/formidable-pro#2449

a84cdb9 Prevent php warning when getting placeholder at times
4f570b9 prevent php warning in radio and checkbox fields

042a32a prevent entry=false in a shortcode from causing errors at times

625a1b0 prevent php warning if no content_save_pre filters exist

5601039 prevent Formidable js from loading with a view as a default value

3e362ab Remove a few "pro" references

18af3c7 phpcs

5b6918f account for form action name and post title setting in migration

49d2d3d fix migrating action logic

c768e39 Save migrated actions without php warnings

2661bd4 small refactor

c902a3a Merge pull request #141 from Strategy11/gravity-importer

Adjust base form migrator class and the JS for more flexibility
a1d376c A little cleanup

7a2ea8c Don't save toggle values in an array
Strategy11/formidable-pro#2425

834dfdf phpcs

72a3787 fix phpcs

3500b51 Always use an array for the fields

62b9730 Merge remote-tracking branch 'origin/gravity-importer' into gravity-importer

383619b fix error on plugin activation
don't show linked to deleted form

d938d5b Include import buttons for easier access

f02ac12 update readme

58c3b52 update readme

0fbe126 update npm

d35a74c add class for importer process div

a997539 check if at least a form is selected for import

ebca40a Merge remote-tracking branch 'origin/gravity-importer' into gravity-importer-child

a91103e code style changes

587db96 make changes for reverse compatibility

ab181ba Adjust importer page layout

c464b3c Clean up the import page

e75719a finish lasts commit

4d14333 Revert change for reverse compatibility

77d2026 make form actions able to be created with some elements of post_content already set

e1c21c4 refactor base form migrator class

5ad6575 enhance section and inner fields import

4778259 Merge master into gravity-importer

d74e57c include section fields addition

9b49884 enhance FrmFormMigrator::get_field_label method

25644ed make FrmFormMigrator::should_skip_field protected access

ab2535b Adjust base form migrator class and the JS for more flexibility