Plugin Directory

Changeset 1889725


Ignore:
Timestamp:
06/08/2018 02:48:20 PM (8 years ago)
Author:
woolinks
Message:

Bugfix Cookie Hinweis

Location:
dsgvo-de/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dsgvo-de/trunk/bc-dsgvo-de.php

    r1889614 r1889725  
    44Plugin URI:   https://www.bytecity.de/fontsproxy/
    55Description:  DSGVO konforme Cookie Hinweise, Datenschutzerklärung, Google Analytics und Google Fonts Lösung
    6 Version:      1.5
     6Version:      1.6
    77Author:       woolinks by bytecity
    88Author URI:   https://www.bytecity.de
     
    257257    if(get_option( "bc_dsgvo_ga_enabled" ) == 1)
    258258    {
    259         $message .=  _e('Um der Verwendung von Tracking Cookies zu widersprechen <a href=\"javascript:gaOptout()\" class=\"cc-link\">klicken Sie bitte hier.</a>', 'bc_dsgvo' );
     259        $message .=  _e('Um der Verwendung von Tracking Cookies zu widersprechen <a href="javascript:gaOptout();" class="cc-link">klicken Sie bitte hier.</a>', 'bc_dsgvo' );
    260260    }
    261261    $background = '#000000';
  • dsgvo-de/trunk/readme.txt

    r1889614 r1889725  
    44Requires at least: 4.3
    55Tested up to: 4.9.6
    6 Stable tag: 1.5
     6Stable tag: 1.6
    77Requires PHP: 5.4
    88License: AGPLv3 or later
     
    5555= 1.5 =
    5656* 2. Bugfix Tracking ID
     57= 1.6 =
     58* 2. Bugfix Cookie-Hinweis
    5759
    5860== Upgrade Notice ==
     
    6971= 1.5 =
    7072* 2. Bugfix Tracking ID
     73= 1.6 =
     74* 2. Bugfix Cookie-Hinweis
    7175
    7276== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.