Commit 8fb8f62
V3.5.0 (#300)
* Fix composer.json.
* Bump up version.
* Add ability to process customized MailChimp forms.
* Add the ability to process customized MailChimp forms.
* Remove unneeded arrays from load_modules.
* Add hCaptcha field to GF admin.
* Verify any type of GF hcaptcha field on front.
* Do not auto-add hCaptcha if reCaptcha is in the form.
* Disable duplication link on hCaptcha field.
* Prevent duplication of hCaptcha field by JS.
* Add hCaptcha field settings in GF.
* Set GF hCaptcha default values in JS.
* Fix init issue.
* Update GF styles.
* Styling GF with auto/injected/modern/legacy.
* Make GF injected hCaptcha label hidden by default.
* Styling GF with auto/injected/modern/legacy.
* Differ auto and insertion mode for GF.
* Fix GF tests.
* Amend GF tests.
* Fix yarn on CI.
* Fix yarn on CI.
* Make hCaptcha active when editing a GF form.
* Make hCaptcha active when editing a GF form.
* Add hCaptcha settings information on the GF edit page.
* Fix yarn on CI.
* Fix Main test.
* Fix yarn on CI.
* Fix comments.
* Update readme.txt.
* Update readme.txt.
* Fix loading of local .mo files.
* WPCS in AutoVerify.php.
* Grammar and WPCS.
* WPCS in request.php.
* Grammar and WPCS.
* Add embed setting to GF.
* Add HTML Forms integration.
* Fix NF naming.
* Do not display a size option for NF field.
* Clean and update NF code.
* Fix WPForo tests on CI.
* Clean and update NF code.
* Grammar.
* Add template in admin.
* Make hCaptcha visible in admin (no JS source + Backbone).
Fix bug in NF - template id is different for admin and front.
* Make hCaptcha active in admin.
Update hCaptcha on open/close of settings drawer.
* Update readme.txt.
Fix yarn.lock.
* Optimize NF admin mutation observer.
* Add invisible hCaptcha support for Ninja Forms.
* Fix yarn on CI.
* Fix yarn on CI.
* Fix yarn on CI.
* Upgrade js packages.
* Upgrade readme.txt.
* Reposition hCaptcha field in NF admin.
* Fix yarn on CI.
* Add icon to NF hCaptcha.
* Prevent from having multiple hCaptcha fields in NF.
* Prevent from having multiple hCaptcha fields in NF.
* Prevent from having multiple hCaptcha fields in NF.
* Update hCaptcha when adding another field.
* Update hCaptcha when adding another field.
* Place hCaptcha field before recaptcha field.
* Fix updating preloadedFormData.
* Fix fatal with WP Dark Mode plugin and HCaptcha in dev mode.
* Respect dark theme basically.
* Upgrade readme.txt.
* Respect dark theme by WP Dark Theme plugin.
* Upgrade readme.txt.
* Fix dark mode bugs.
* Add support for the Droit Dark Mode plugin.
* Upgrade readme.txt.
* Update readme.txt.
* Add Blogstream theme.
* Add WP hook system in JS.
* Fix MailPoet issues in admin.
* Lang ptBR
* Add PHP 8.3 support.
* Add PHP 8.3 support.
* Update readme.txt.
* Add pt_BR translation.
* Do not include .pot files in the distribution package.
* Add pt_BR translation.
* Add pt_BR translation.
* Update en_US.pot.
* Prevent flickering with dark mode plugins.
* Prevent flickering with dark mode plugins.
* Add ability to activate/deactivate themes from the Integrations settings page.
* Test dismissed notifications.
* Test dismissed notifications.
* Test dismissed notifications.
* Test shuffled notifications.
* Test admin_enqueue_scripts.
* Test admin_enqueue_scripts.
* Add pt_BR translation.
* Test dismiss_notification().
* Test dismiss_notification().
* Test dismiss_notification().
* Cover Notifications in 100%.
* Cover HCaptchaHandler with tests 100%.
* Cover Jetpack with tests by 100%.
* Cover Wordfence with tests by 100%.
* Cover functions with tests by 100%.
* Cover functions with tests by 100%.
* Rename dir in tests.
* Cover HCaptcha helpers with tests by 100%.
* Bump up version.
---------
Co-authored-by: Maison da Silva <maisonmdsgreen@hotmail.com>1 parent 00bf947 commit 8fb8f62
File tree
101 files changed
+4688
-1431
lines changed- .github/workflows
- .tests
- js/assets-js-files
- php
- integration
- Admin
- ElementorPro
- GravityForms
- Helpers
- Jetpack
- NF
- Stubs
- WPForo
- Wordfence
- includes
- unit
- Settings
- includes
- assets
- css
- images
- js
- bin
- languages
- src
- js/hcaptcha
- php
- ACFE
- Abstracts
- Admin
- AutoVerify
- BackInStockNotifier
- BeaverBuilder
- CF7
- ClassifiedListing
- Divi
- DownloadManager
- ElementorPro
- FluentForm
- FormidableForms
- GiveWP
- GravityForms
- HTMLForms
- Jetpack
- Kadence
- LearnDash
- MailPoet
- Mailchimp
- MemberPress
- Migrations
- NF
- PaidMembershipsPro
- ProfileBuilder
- Sendinblue
- Settings
- Abstracts
- SimpleDownloadMonitor
- SupportCandy
- ThemeMyLogin
- UM
- UsersWP
- WCWishlists
- WPDiscuz
- WPForms
- WP
- Wordfence
- includes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
101 files changed
+4688
-1431
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | 194 | | |
200 | 195 | | |
201 | 196 | | |
| |||
293 | 288 | | |
294 | 289 | | |
295 | 290 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | 291 | | |
301 | 292 | | |
302 | 293 | | |
| |||
544 | 535 | | |
545 | 536 | | |
546 | 537 | | |
547 | | - | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
548 | 541 | | |
549 | 542 | | |
550 | 543 | | |
551 | 544 | | |
552 | | - | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
553 | 549 | | |
554 | 550 | | |
555 | 551 | | |
| |||
703 | 699 | | |
704 | 700 | | |
705 | 701 | | |
706 | | - | |
| 702 | + | |
| 703 | + | |
707 | 704 | | |
708 | 705 | | |
709 | 706 | | |
| |||
727 | 724 | | |
728 | 725 | | |
729 | 726 | | |
| 727 | + | |
730 | 728 | | |
731 | 729 | | |
732 | 730 | | |
| |||
1210 | 1208 | | |
1211 | 1209 | | |
1212 | 1210 | | |
1213 | | - | |
| 1211 | + | |
1214 | 1212 | | |
1215 | | - | |
| 1213 | + | |
1216 | 1214 | | |
1217 | 1215 | | |
1218 | 1216 | | |
| |||
1468 | 1466 | | |
1469 | 1467 | | |
1470 | 1468 | | |
1471 | | - | |
1472 | | - | |
1473 | 1469 | | |
1474 | 1470 | | |
1475 | 1471 | | |
| |||
0 commit comments