Skip to content

v4.06.03

Choose a tag to compare

@stephywells stephywells released this 12 Aug 21:26
· 15276 commits to master since this release
4cf91bb

4cf91bb Merge pull request #223 from Strategy11/develop

Prepare for release
7873f76 update changelog

a000aea Prepare for release

802ccfd Merge pull request #222 from Strategy11/develop

Role permission adjustments
932fdf0 don't require an exact role match for higher roles

03ceb5e remove empty class

98ca7ad switch back to checking capability instead of role
This will make is easier to integrate with plugins like MemberPress that use capabilities

71dfa1d move unit test for new class

85eac4b move a function to the form model

d7ec433 remove unneeded code

075b8ea Merge pull request #221 from Strategy11/develop

prevent output from showing during the unit tests
0b0a960 prevent output from showing during the unit tests

acf3dac Merge pull request #217 from Strategy11/use_frm_role_formidable_custom_role_case_logic_update

use frm role formidable custom role case logic update
12ba47b Merge pull request #220 from Strategy11/undo_frm_unit_test_constructor

undo frm unit test constructor
b618e4c undo frm unit test constructor

57adf0a Merge pull request #219 from Strategy11/develop

Develop
2a44b9c update unit tests for last commit

7432344 Switch to not encoding subject by default
Strategy11/formidable-pro#2577

74b76b6 use frm role formidable custom role case logic update

778d2e4 Merge pull request #216 from Strategy11/load_pro_hooks_in_frm_unit_test_constructor

load pro hooks in frm unit test constructor
1358824 load pro hooks in frm unit test constructor

54f25b9 Merge pull request #215 from Strategy11/support_phpunit_7.5.6

support phpunit 7.5.6
42c0353 support phpunit 7.5.6

0e31be9 Merge pull request #214 from Strategy11/load_hooks_in_unit_test_constructor

load hooks in unit test constructor
f5d35be add comment

ad8c23c load hooks in unit test constructor

a4426b5 Merge pull request #212 from Strategy11/develop

WP 5.5 fix
e560525 Merge remote-tracking branch 'origin/master' into develop

8be4d28 Fix error with SMTP in WP 5.5

d6086a8 Merge pull request #211 from Strategy11/develop

Develop
a0e41e9 add education about conditional logic

066b4ea Add an image in the calculator block

8adc416 Merge pull request #210 from Strategy11/loggedout_is_not_a_valid_form_visibility_fix

loggedout is not a valid form visibility fix
50bd90a change the test, since it was for a single string match, which does not require an exact match

b6680f8 add ActiveCampaign script for last commit

7f11da4 call set user by role in custom role condition as well

afef79b check for an exact role match

0681e2c Switch to ActiveCampaign for email list
Update AWeber icon

4abc009 loggedout is not a valid form visibility fix

e621a82 Merge remote-tracking branch 'origin/master' into develop

24fe632 Merge pull request #209 from Strategy11/add_unit_testing_for_get_multi_opts_for_import

add unit testing for get multi opts for import
e204490 Merge pull request #193 from Strategy11/switch_all_user_role_dropdowns_to_multiselect

switch all user role dropdowns to multiselect
3602953 Merge branch 'master' into switch_all_user_role_dropdowns_to_multiselect

74ee5a3 add unit testing for get multi opts for import

c36815f Merge pull request #207 from Strategy11/import_fix_for_csv_checkbox_values

use strpos for partial matches
2fe8855 Merge pull request #203 from Strategy11/dependabot/npm_and_yarn/elliptic-6.5.3

Bump elliptic from 6.5.2 to 6.5.3
1980577 add Zapier icon

23b4d35 use strpos for partial matches

5352ab9 Merge pull request #204 from Strategy11/import_fix_for_csv_checkbox_values

import fix for csv checkbox values Strategy11/formidable-pro#2405
1030177 better experience with the solution global settings

31d8f5a import fix for csv checkbox values

55054b2 Bump elliptic from 6.5.2 to 6.5.3

Bumps elliptic from 6.5.2 to 6.5.3.

Signed-off-by: dependabot[bot] support@github.com
10c22f0 move more logic to current_user_can, new function use_frm_role

3a4de47 white space

e5bf069 still getting the code styling right

25dceb1 check exact matches, admin exception, tests for custom roles

ec1f53a missed a space

ca69b47 update form visibility tests for empty string option

95d17d6 Use the same caret style on multiselect as other dropdowns

2e665d4 Set the default multiselect value to blank

f747552 remove some comment text that is not necessary

1fa601b Merge branch 'master' into switch_all_user_role_dropdowns_to_multiselect

e90a8fd missing a space after an if

21e235c avoid touching too much

c415620 scale back a little further, remove an unecessary function

7b7c09b scale back a bit, revert old FrmAppHelper functionality, remove tests that no longer apply

92a788e loop inside of FrmAppHelper::user_has_permission instead

ceee45c issues with switch code styling

1ce901f extra checks for empty strings, hopefully to help with backward compatibility

d595af2 lowercase null

5ab2794 update form tests to include logged out user checks and to exclude everybody visibility as that is not actually a supported option

bd86a75 missed one case of spaces instead of tabs

e3e0885 change references to formidable pro to formidable

21e0ac0 tweaks based off of spacing inspections

3742be1 switch all user role dropdowns to multiselect