You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Provide api_url via method.
* Provide verify_url via method.
* Position Brevo in alphabet order on Integrations page.
* Add search of plugin and themes on the Integrations page.
* Add magnifying glass to search.
* Add hCaptcha icon to the menu.
* Toggle sections on General page.
* Fix tests.
* Update readme.txt.
* Add hcap_src filter.
* Add hcap_api_host filter.
* Fix testing config with test accounts.
* Fixed bug with saving Notification state
* ESLint.
* Add search on Integrations page notification.
* Add search on Integrations page notification.
* Add search on Integrations page notification.
* Add search on Integrations page notification.
* Remove deprecated.
* Make section header clickable on General page.
* Fix compatibility of Ninja Forms with GeoDirectory.
* Fix compatibility of Beaver Builder, Divi, MailPoet and Passster with GeoDirectory.
* Updated integration with Back In Stock Notifier.
* Dialog system.
* Select new theme on deactivation of the current one.
* Improve UX of the Dialog system.
* Add tests after for deactivating theme.
* Add backend parameter.
* Force https on api host and params.
* Update readme.txt.
* Do not deactivate a theme when it is the only one on the site.
* Fix positioning of the menu icon.
* Fix General and Dialog styles on mobile.
* Fix General and Dialog styles on mobile.
* Fix General and Dialog styles on mobile.
* Move Dialogs to pure JS.
* Move Dialogs to pure JS.
* Add customized alert.
* Allow click to the lef/right from container.
* Do not activate non-existing theme.
* Fix error messages in settings on mobile.
* Fix error messages in settings on mobile.
* ESLint.
* Fix multiple issues with swapping themes.
* USe backend for /checksiteconfig.
* Fix jest for Dialog.
* Bump up version.
* Apply suggestions from code review
* Apply suggestions from code review
---------
Co-authored-by: e271828- <e271828-@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .tests/php/integration/Admin/NotificationsTest.php
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public function test_init( bool $empty_keys ) {
42
42
$secret_key = '';
43
43
44
44
$expected = [
45
-
'register' =>
45
+
'register'=>
46
46
[
47
47
'title' => 'Get your hCaptcha site keys',
48
48
'message' => 'To use <a href="https://www.hcaptcha.com/?r=wp&utm_source=wordpress&utm_medium=wpplugin&utm_campaign=sk" target="_blank">hCaptcha</a>, please register <a href="https://www.hcaptcha.com/signup-interstitial/?r=wp&utm_source=wordpress&utm_medium=wpplugin&utm_campaign=sk" target="_blank">here</a> to get your site and secret keys.',
@@ -52,7 +52,7 @@ public function test_init( bool $empty_keys ) {
52
52
'text' => 'Get site keys',
53
53
],
54
54
],
55
-
'pro-free-trial' =>
55
+
'pro-free-trial'=>
56
56
[
57
57
'title' => 'Try Pro for free',
58
58
'message' => 'Want low friction and custom themes? <a href="https://www.hcaptcha.com/pro?r=wp&utm_source=wordpress&utm_medium=wpplugin&utm_campaign=not" target="_blank">hCaptcha Pro</a> is for you. <a href="https://dashboard.hcaptcha.com/?r=wp&utm_source=wordpress&utm_medium=wpplugin&utm_campaign=not" target="_blank">Start a free trial in your dashboard</a>, no credit card required.',
@@ -62,14 +62,22 @@ public function test_init( bool $empty_keys ) {
62
62
'text' => 'Try Pro',
63
63
],
64
64
],
65
-
'post-leadership' => [
65
+
'post-leadership'=> [
66
66
'title' => 'hCaptcha\'s Leadership',
67
67
'message' => 'hCaptcha Named a Technology Leader in Bot Management: 2023 SPARK Matrix™',
0 commit comments