Plugin Directory

Changeset 3245458


Ignore:
Timestamp:
02/24/2025 06:49:55 AM (13 months ago)
Author:
fhwebdesign
Message:

Update to 1.11

Location:
dsgvo-tools-cookie-hinweis-datenschutz
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • dsgvo-tools-cookie-hinweis-datenschutz/trunk/main.php

    r2812502 r3245458  
    33Plugin Name:    GDPR tools: cookie notice + privacy
    44Description: part of the GDPR tools package. Adds a cookie notice and a privacy notice
    5 Version: 1.10
     5Version: 1.11
    66Author: fabian heinz webdesign
    77Author URI: https://www.fabian-heinz-webdesign.de
     
    1616    load_plugin_textdomain( 'dsgvo-tools-cookie-hinweis-datenschutz' );
    1717    if( function_exists( 'pll_register_string' ) ) {
    18         pll_register_string( __( 'Text in cookie notice' ), __( 'This website is using cookies to improve the user-friendliness. You agree by using the website further.' ), 'dsgvo tools', true);
    19         pll_register_string( __( 'Text in cookie button' ), __( 'Understand' ), 'dsgvo tools' );
    20         pll_register_string( __( 'Text of privacy policy hyperlink' ), __( 'Privacy policy' ), 'dsgvo tools' );
     18    pll_register_string( __( 'Text in cookie notice' ), __( 'This website is using cookies to improve the user-friendliness. You agree by using the website further.' ), 'dsgvo tools', true);
     19    pll_register_string( __( 'Text in cookie button' ), __( 'Understand' ), 'dsgvo tools' );
     20    pll_register_string( __( 'Text of privacy policy hyperlink' ), __( 'Privacy policy' ), 'dsgvo tools' );
    2121        //get_option( 'fhw_dsgvo_cookie_text', __( 'This website is using cookies to improve the user-friendliness. You agree by using the website further.', 'dsgvo-tools-cookie-hinweis-datenschutz' ) )
    2222    }
  • dsgvo-tools-cookie-hinweis-datenschutz/trunk/readme.txt

    r2812502 r3245458  
    33Tags: dsgvo,tools,cookie,datenschutz,hinweis,gdpr,cookie,notice,privacy,policy,multilang,polylang,language
    44Requires at least: 4.9.3
    5 Tested up to: 6.1
     5Tested up to: 6.7
    66Requires PHP: 6.5
    77Stable tag: trunk
     
    3232
    3333== Changelog ==
     34= 1.11 =
     35- Update to WP 6.7
     36
    3437= 1.10 =
    3538- Update to WP 6.1
Note: See TracChangeset for help on using the changeset viewer.