Plugin Directory

Changeset 3107589


Ignore:
Timestamp:
06/25/2024 03:42:28 PM (9 months ago)
Author:
matthiasnordwig
Message:

Bug with hiding the menu in initial state of the settings menu

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  
    44Requires at least: 4.8+
    55Tested up to: 6.5.4
    6 Stable tag: 3.6.9
     6Stable tag: 3.6.10
    77Requires PHP: 5.6
    88License: GPLv3
     
    107107
    108108== Changelog ==
     109= 3.6.10 =
     110* Fixed: Bug with hiding the menu in initial state of the settings menu
    109111= 3.6.9 =
    110112* Fixed: Bug with the new feature to stop logging logins
  • gdpr-compliant-recaptcha-for-all-forms/trunk/recaptcha-gdpr-compliant.php

    r3102045 r3107589  
    66     * Plugin URI: https://programmiere.de/
    77     * 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.9
     8     * Version: 3.6.10
    99     * Requires at least: 4.8+
    1010     * Requires PHP: PHP-Version 5.6+
     
    2727    {
    2828        /** Current version of the plugin */
    29         private $version = '3.6.9';
     29        private $version = '3.6.10';
    3030
    3131        /** Holding the instance of this class */
  • gdpr-compliant-recaptcha-for-all-forms/trunk/scripts/recaptcha-gdpr-settings.js

    r3012527 r3107589  
    149149    }
    150150
    151     tabLinks.forEach(function (tab) {
    152         if(tab.getAttribute('data-tab-target') === gdprSettingsSelection.value){
    153             tab.click();
    154         }
    155     });
     151    tabLinks[0].click();
    156152
    157153    // Toggle the display of the vertical wrapper on burger icon click
Note: See TracChangeset for help on using the changeset viewer.