Skip to content

v4.09.03

Choose a tag to compare

@stephywells stephywells released this 04 Jan 17:36
· 14708 commits to master since this release
625fa52

625fa52 Merge pull request #325 from Strategy11/develop

Update tips
8cf174c update po

d9ffa0a update tips

f7b4e8c Merge pull request #324 from Strategy11/develop

Prepare for release
de4b9c9 Merge remote-tracking branch 'origin/master' into develop

b36e919 Merge pull request #323 from Strategy11/fix_php8.0_deprecations_and_bugs

Fix some php8.0 deprecations and bugs
f053d49 update for honeypot

6014f21 prepare for release

b8e42b9 update changelog

3db6b4f Merge remote-tracking branch 'origin/master' into develop

29cd7ce Change the name of a variable to another name that makes more sense.

403c327 Remove xenial dist from travis config file

3efd8d2 Allow failures for php 8.0. Attempt #2

9e73633 Remove php 8.0 from allow_failures tag

f3928d1 Remove composer update command

f6dbcea Allow failures for php 8.0

d38c408 Replace composer install with composer require

8a5e2b0 Replace composer require with composer install

5237183 Add command to update phpunit dependencies in composer.lock file

9c5fb57 Fix str_replace generating error Array to string conversion. Attempt #2

0df040c Fix deprecation of adding a required parameter after optional parametersin function/method signatures. Attempt #5

d0fd3ce Fix deprecation of adding a required parameter after optional parametersin function/method signatures. Attempt #4

7d5b24d Fix deprecation of adding a required parameter after optional parametersin function/method signatures. Attempt #3

a56c47a Fix deprecation of adding a required parameter after optional parametersin function/method signatures. Attempt #2

5499724 Fix str_replace generating error Array to string conversion

83f99ad Fix deprecation of adding a required parameter after optional parametersin function/method signatures

b4c70b7 Test fix. Attempt #6

07d67ed Test fix. Attempt #5

c4ba051 Test fix. Attempt #4

1b844f3 Test fix. Attempt #3

4d0e9e1 Test fix. Attempt #2

5cc81a4 Test fix. Attempt #1

baa108b Remove wp multisite check for php 8 in travis config file

e02c851 Add php 8 from phpunit conditions in travis config file

095dc62 Remove php 8 from phpunit conditions in travis config file

f9c00ed Remove phpunit 8 from travis config file

2b75a3b Add mysql service to travis config file

28289f0 Set phpunit 8 for php 8.0

f690bc0 Add xenial dist for php 8.0

df0f6a3 Add php 8.0.0 to the travis config

535de9e Add php 8.0 to the travis config

9307065 Update some if condition. Attempt #2

77a5cf2 Update some if condition

e6d2da0 Refactor the maybe_libxml_disable_entity_loader function

1adb29e Ignore one phpcs rule

48ccc14 Add PHP 8 backward compatibility for the libxml_disable_entity_loader function

f33269a add frm_run_honeypot hook to turn off honeypot
return false to disable or 'limit' to hide from screenreader
Move honeypot back to front of form to catch more

650818f Merge pull request #321 from Strategy11/issue_2814_select_padding_fix

fix select padding issue in WordPress 5.6
640ff21 remove the branch class

7731fd4 fix select padding issue in WordPress 5.6

e2140fc prevent duplicate queries

430b5e4 Merge pull request #315 from Strategy11/jquery_deprecation_updates

Jquery deprecation updates
41e7973 use vanilla js fin place of a jquery trigger

b2c6ae9 change some .trigger clicks back to .click for vanilla elements

31fc0d9 addSelf is deprecated

1dbadec .size has been removed from jquery 3

0d965b0 no more jquery in loadfields

bf2dcfd remove some code that got copied but was not needed

941ea1c add missing semi colon

cb1b026 wrap addHtmlToField in a function

516c00a use jQuery submit function instead, vanilla does not work the same

68745e1 simplify, set getNewRowId result directly instead of setting short variable names

5be2f78 use less jQuery in loadFields

369396a update deprecated click shorthand

fc8c013 Merge pull request #317 from Strategy11/prepend_option_to_select_inside_loop_fix

prepend option to select inside loop fix
c0710ea Merge pull request #319 from Strategy11/develop

update readme
3d1673e update readme

6965574 update deprecated mousedown shorthand

2d5b9b3 Merge pull request #318 from Strategy11/develop

update readme
156e42a update readme

37237db maintain previous default values

5778525 replace bind and unbind with on and off

a554247 replace calls to shorthand change

a68838a replace jquery parse json with json parse

275bc99 replace the other deprecated pseudo selectors

4babb2b add a shared function to reduce a lot of duplication

6ac78e9 swap out for vanilla logic

b269f98 update several pseudo selectors

c06fad7 replace jQuery trim for .trim()

fdd6aeb Merge branch 'new_js_is_numeric_function' into jquery_deprecation_updates

c5f6e43 new js function is numeric

3547545 prepend option to select inside loop fix

be2de44 replace anything trigger(submit)

ba153e1 use .submit()

d663dcd remove an empty line

91c0e95 remove log line

d9eb2f8 update deprecated jquery code