Skip to content

v4.04

Choose a tag to compare

@stephywells stephywells released this 04 Feb 23:11
· 15834 commits to master since this release

55c571e Prepare for v4.04 release

70e40df Move permission check back to the top
When checking field options, return 0 if selected rather than blank

e045251 a small bit of simplification

e7d730c move parameter warning code to the same class

b21fa62 Simplify a bit of new code

d0007e5 Fix add new form button alignment

04ca093 Update changelog

a86bd1c Merge pull request #144 from Strategy11/issue/pro/1725rebase-clean-js

Adds warnings for unsafe params in redirects and Views.
c184ff2 Add a few more params to check in the url
Adjust the messages a bit since sometimes this may be done intentionally
Fix the missing tooltip css

eb5e359 Get proper value for quantity unit test

89e8826 Fix modal overlay style with field options title bar
Hide the step option for quantity fields

b124c9a Merge pull request #132 from Strategy11/currency-fields

Currency fields
90c0780 Improves warnings for unsafe params.

2ca2fa6 Formatting fixes.

e75b81f Improves param warning links to list of reserved words.

05b70de Improves warnings for unsafe params and single actions.

14976a4 Refactors reserved word in param message.

827953b Adds link to list of reserved words to redirect warning.

71d8e84 Adds link to the WP reserved words list in unsafe param JS warnings.

afa9fbe Adds real warning design and small JS formatting fixes.

cdb0317 Adds warnings for unsafe params in Views and redirects.

5358a69 Prepare for v4.04b release

5dcaefc a bit more simplification
reduce diff a bit

6cb39f2 a bit of simplification
jshint

3d8af06 Make adding a section to fields more flexible

81d916f Merge lost commit
b59cd70#diff-f61957f993997205a0c4d10f57f3437b

ee55d88 A bit of cleanup

2121748 Merge remote-tracking branch 'origin/master' into currency-fields

Conflicts:

classes/helpers/FrmAppHelper.php

024fb16 Fix conflict

ae09b64 Enhance FrmField::get_option_in_array to be able to use ['field_options']

8d03f99 Enhance FrmField::get_option_in_array to be able to use ['field_options']

7727c59 fix issue with bulk editing products

1107579 fix code styling from last commit

5eefe63 Extract a bit of duplicate code to a function

ccc7b51 Enhance currency fields : second review after Black Friday

595c0d8 Fix phpcs issues

f66daa1 Get updated Quantity field svg icon

1de2c4f Place product type dropdown in the right field settings section

10ae365 Update quantity svg Strategy11/formidable-pro#2366

d1d816b Change product field 'display_as' field option to 'data_type'

15852de Enhance js & css for currency fields

1ebaea3 Remove 'extract' in FrmFieldsHelper.php::show_add_field_buttons

201d4c3 Put 'Select a Field' in admin js strings

102f40e Merge 'master' into 'currency-fields'

1eb8fa2 Add filter for FrmField::is_field_type

6152564 Add icons for currency fields

ae71ecd Add frm_is_field_type hook for individual fields to set as radio or checkbox

411d466 Fix product field autoselect for quantity fields

3584dc2 Enhance currency fields after Steph's 1st review

7cfdd44 Move the product dropdown into the first settings section

0a30f1f Fix quantity field's product field option dropdown loses selection on re-selecting the quantity field

3cbd845 Change Quantity field's product field option to dropdown

2bb261b fix merge conflict with remote branch

55e3a6b Apply new designs for currency fields at back-end

e7131c6 Hide/show quantity product_field option based on number of product fields

c7f4da1 product field option should only show in a quantity field if there is more than one product field

45686c6 remove unneeded get_field_type_for_front function

1522c88 Fix alignment settings for product field

121df76 Merge remote-tracking branch 'origin/master' into currency-fields

Conflicts:

js/formidable_admin.js

a5ba91a First commit for complete total field

996de0e add product and quantity field, and start total field