Skip to content

Commit

Permalink
V2.10.0 (#252)
Browse files Browse the repository at this point in the history
* Add BackInStock notifier support in the popup window.

* Update readme.txt.

* Fix messages dynamic styling on Integrations page.

* Update readme.txt.

* Update readme.txt.

* Add widget filter to Jetpack
Form.
Upgrade Jetpack code.

* Fix tests.

* Add widget filter to Kadence
Form.

* Add widget filter to Mailchimp
Form. Upgrade Mailchimp code.

* Update readme.txt.

* Add widget filter to MemberPress
Form. Upgrade MemberPress code.

* Add widget filter to Ninja
Form. Upgrade Ninja code.

* Fix tests.

* Add widget filter to Quform. Upgrade Quform code.

* Fix tests.

* Add widget filter to Sendinblue.

* Add widget filter to Subscriber.

* Fix lint.

* Add widget filter to Support Candy.

* Add login limit to MemberPress.

* Add widget filter to Ultimate Member. Upgrade Ultimate Member code.

* Add widget filter to WooCommerce Wishlist.

* Add widget filter to wpDiscuz.

* Add widget filter to WPForms.

* Add widget filter to WPForo.

* Upgrade wpforo code.

* Fix tests.

* WPCS.

* Add System Info tab.

* Update readme.txt.

* WPCS in SystemInfo.php.

* Fix tests.

* Add hCaptcha settings info.

* WPCS.

* Delete unused test actor file.

* PMPro Login Form.

* PMPro Login Form.

* Fix tests.

* PMPro Checkout Form.

* PMPro Checkout Form.

* Fix warning in SystemInfo.php.

* Fix autocomplete password fields.

* Classified Listing Login and Register.

* WPCS.

* Update readme.txt.

* Classified Listing Lost Password.

* Unify Lost Password methods.

* Fix tests.

* Classified Listing Contact Form.

* Update readme.txt.

* WPCS.

* Ignore Google reCaptcha settings in wpDiscuz

* wpDiscuz Subscribe Form.

* Formidable Forms.

* Copy System Info to clipboard.

* Bump up version.
  • Loading branch information
kagg-design authored Jul 11, 2023
1 parent 3367397 commit 5d1b3dd
Show file tree
Hide file tree
Showing 71 changed files with 2,465 additions and 520 deletions.
35 changes: 0 additions & 35 deletions .codeception/_support/IntegrationTester.php

This file was deleted.

8 changes: 7 additions & 1 deletion .tests/js/assets-js-files/ncaptcha-nf.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

/* global Backbone */

import $ from 'jquery';

global.jQuery = $;
global.$ = $;

import '../__mocks__/backboneMarionette';
import '../__mocks__/backboneRadio';
import '../../../assets/js/hcaptcha-nf';

describe( 'Ninja Forms hCaptcha', () => {
let controller;

beforeEach( () => {
require( '../../../assets/js/hcaptcha-nf.js' );

// Execute DOMContentLoaded event
document.dispatchEvent( new Event( 'DOMContentLoaded' ) );
controller = window.hCaptchaFieldController;
Expand Down
Loading

0 comments on commit 5d1b3dd

Please sign in to comment.