Changeset 3107589
- Timestamp:
- 06/25/2024 03:42:28 PM (9 months ago)
- Location:
- gdpr-compliant-recaptcha-for-all-forms
- Files:
-
- 28 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
gdpr-compliant-recaptcha-for-all-forms/trunk/readme.txt
r3102045 r3107589 4 4 Requires at least: 4.8+ 5 5 Tested up to: 6.5.4 6 Stable tag: 3.6. 96 Stable tag: 3.6.10 7 7 Requires PHP: 5.6 8 8 License: GPLv3 … … 107 107 108 108 == Changelog == 109 = 3.6.10 = 110 * Fixed: Bug with hiding the menu in initial state of the settings menu 109 111 = 3.6.9 = 110 112 * Fixed: Bug with the new feature to stop logging logins -
gdpr-compliant-recaptcha-for-all-forms/trunk/recaptcha-gdpr-compliant.php
r3102045 r3107589 6 6 * Plugin URI: https://programmiere.de/ 7 7 * Description: This plugin protects all forms and logins against spam and brute-force attacks. Invisible, GDPR compliant and user input is not required. 8 * Version: 3.6. 98 * Version: 3.6.10 9 9 * Requires at least: 4.8+ 10 10 * Requires PHP: PHP-Version 5.6+ … … 27 27 { 28 28 /** Current version of the plugin */ 29 private $version = '3.6. 9';29 private $version = '3.6.10'; 30 30 31 31 /** Holding the instance of this class */ -
gdpr-compliant-recaptcha-for-all-forms/trunk/scripts/recaptcha-gdpr-settings.js
r3012527 r3107589 149 149 } 150 150 151 tabLinks.forEach(function (tab) { 152 if(tab.getAttribute('data-tab-target') === gdprSettingsSelection.value){ 153 tab.click(); 154 } 155 }); 151 tabLinks[0].click(); 156 152 157 153 // Toggle the display of the vertical wrapper on burger icon click
Note: See TracChangeset
for help on using the changeset viewer.