v3.06b
36c7dfc Prepare for v3.06b release
6b729c5 Remove the option to create from template on the build form page
Styling polishing on the page to choose type of form
Change the labels for the new form name and description modal based on creating a form or a template
ac8f2c1 Prepare for v3.06 release
21bd163 Use the git-release script for other repos
0479628 Prepare for v3.06 release
76673c7 Merge branch 'master' of github.com:Strategy11/formidable-forms
977c419 Prepare for v3.06 release
74a3d99 Merge pull request #107 from Strategy11/formtemplates
Add Sassified form templates
1466b8e Return the correct int type in get_id_by_key functions as specified in the doc block
40d42df Add new process for creating a form template
Add confirmation before deleting a template
e996073 Merge branch 'master' of github.com:Strategy11/formidable-forms
1b5785a Update number field tooltip in builder Strategy11/formidable-pro#2118
ec4f2bf style more admin buttons more consistently
abf86b9 a couple small fixes
31dfc39 Switch to v3.06 for form templates
d70ddbf Add preview and delete link for templates
fbdcc70 add missing textdomain to a few strings
35d442e a little codestyling test
e727e33 Allow search values in template url
fix codesniffer issue
c0a5c3b More on form templates
Import the external form templates
Javascript search templates
7701e1c fix codestyling
bca2a9e Add blank lines
c397a41 Remove templates from form listing page
Make the api calls more extendable
More styling for the templates pages
501268c Update react dependency
31baac1 Don't limit the width of the color picker in style settings
76ae523 start on new form templates listing page
Sassify form templates
d315d77 Fix style template name in XML export when default is selected
Check for a few more default strings to remove from the XML export
944326c Merge branch 'master' of github.com:Strategy11/formidable-forms
eb46f08 Use the form title for the XML export file name
362e5f5 Merge pull request #104 from Strategy11/issue/2107
Uses FrmSimpleBlocksController::set_form_options instead of self:: fo…
9919709 Merge pull request #105 from Strategy11/issue/2106
Hides Advanced Settings in blocks using script tags.
0f98191 Add classname to block atts to prevent error
a33724f Hides Advanced Settings in blocks using script tags.
6c03a71 Uses FrmSimpleBlocksController::set_form_options instead of self:: for PHP 5.2 compatibility
962a0ed Reduce bulk in XML export Strategy11/formidable-pro#2105
75b6e76 Prepare for v3.05 release
abc58b4 Add better github release automation
d7dc7d3 fix Strategy11/formidable-pro#2102
ec12fe8 Switch to Codecov for coverage reports
aac082b better fix for Strategy11/formidable-pro#2089
267f6d0 fix Strategy11/formidable-pro#2096
96155a3 Fix Strategy11/formidable-pro#2083
9ef2ea4 fix truncate=x option when all words are special characters
1ccaba3 Merge pull request #101 from Strategy11/simple-blocks
Add Form block and release automation