Skip to content

v4.02.03

Choose a tag to compare

@stephywells stephywells released this 05 Sep 18:21
· 16079 commits to master since this release

ce64e11 Prepare for v4.02.03 release

245848f update readme & changelog

f6a96f0 only use maybe encode if we don't know if it's an array

dd7be50 Conditionally switch single json value to array

70b220f Merge branch 'master' of github.com:Strategy11/formidable-forms

7cf3dad Don't consider a shortcode to be json

5391de6 Merge pull request #127 from Strategy11/issue/pro/2322

Make FrmAppHelper::decode_specialchars public
533bd71 Make FrmAppHelper::decode_specialchars public

3297805 fix last commit

9b2d02c fix phpcs for last commit

53d38dd Adjust options for placeholder in unit test

4eb258b fix issue with saving styling settings

1ecf8e4 Fix another new issue with preview/saving styling settings

a77d4b7 Update unit test data to use placeholder instead of default value

e367f83 Fix styles settings page for json

9ab14e9 only alter string with json if it's been converted to an array

f04d44e Include submodules in auto release
(todo: create release for submodule)
Fix issue caused by last commit - entries should return null instead of 'description'

6a1cc27 only trigger action after delete if entry includes form id
Sometimes there can be a race condition if the entry if being deleted twice

22327ae More sanitizing input

81d0aed use json instead of serialization for entry description
This includes the referrer and browser info

94ce40a Start switching from serialized arrays to json
Switch default value from serialized array to json

368c736 Handle live styling changes with json rather than url

105a2b3 remove excluded phpcs rule

4a62cc7 removed unneeded unserialize check when saving field options
This resolves a security issue that is pretty difficult to exploit since it requires permission to edit forms