Skip to content

v4.0.04

Choose a tag to compare

@stephywells stephywells released this 10 Jun 23:32
· 16199 commits to master since this release

4f0ce60 Prepare for v4.0.04 release

0a92fe2 fix last commit

454706a Move sanitizing functions to FrmAppHelper::sanitize_with_html
for more usability

68fe527 Merge pull request #115 from Strategy11/issue/salesforce/12

Enhance field type sanitizer functions
d08c135 Enhance field type sanitizer functions, change their @SInCE doc tag to 4.0.04 & add more tests

5a794a7 Add change log
Remove sanitize overrides for some fields types that may save HTML

3b792e4 Small styling cleanup
revert last commit (accidental merge)

8b041b3 Merge remote-tracking branch 'origin/issue/954'

7232746 Open advanced settings on doubleclick Strategy11/formidable-pro#2254
Simplify the position on view sidebar

857563f Fix issue with view scrollbars not going to bottom of field list
https://github.com/Strategy11/formidable-pro/issues/2252

7b9927f Include password field on Show entry page Strategy11/formidable-pro#2260

d52bb49 Prevent the action trigger box from closing
Strategy11/formidable-pro#2259

4a1bf4d Merge pull request #114 from Strategy11/issue/salesforce/12

Add better sanitization of submitted input to solve the '& entity' problem
Also addresses Strategy11/formidable-pro#1368 Strategy11/formidable-pro#1366
4aeca00 Add unit tests for the '& entity' solution

1a73713 fix issue with payment fields in Stripe
Strategy11/formidable-stripe#63 (comment)
Fix issue with fields in custom add-on showing as text field Strategy11/formidable-pro#2258

5683af1 Resolve merge conflicts

aab3b36 Add better sanitization of submitted input to solve the '& entity' problem

119c3e3 add frm_admin_full_screen_class hook for not collapsing menu
Show more of the form title in the top bar
Include a tooltip with the full form title when cut off
Strategy11/formidable-pro#2253

cacc3bc Add better sanitization of submitted input to solve the '& entity' problem

4b0fbf1 Don't include the current form in the form switcher
Strategy11/formidable-pro#2253

2f1cba9 Include the form id in the form switcher dropdown
Add a few missing countries to the bulk options list

1387e6f Add margin-bottom 15px to sections to match their margin-top value
which is also 15px. This helps to give adequate spacing between a
section and its immediate siblings (above and below) especially
between a section that's the last item in a form and the submit button.