Changeset 3245458
- Timestamp:
- 02/24/2025 06:49:55 AM (13 months ago)
- Location:
- dsgvo-tools-cookie-hinweis-datenschutz
- Files:
-
- 15 added
- 2 edited
-
tags/1.11 (added)
-
tags/1.11/admin (added)
-
tags/1.11/admin/settings.php (added)
-
tags/1.11/content (added)
-
tags/1.11/content/content.php (added)
-
tags/1.11/js (added)
-
tags/1.11/js/colorfile.js (added)
-
tags/1.11/js/js.js (added)
-
tags/1.11/languages (added)
-
tags/1.11/license.txt (added)
-
tags/1.11/main.php (added)
-
tags/1.11/readme.txt (added)
-
tags/1.11/styles (added)
-
tags/1.11/styles/frontend.css (added)
-
tags/1.11/uninstall.php (added)
-
trunk/main.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dsgvo-tools-cookie-hinweis-datenschutz/trunk/main.php
r2812502 r3245458 3 3 Plugin Name: GDPR tools: cookie notice + privacy 4 4 Description: part of the GDPR tools package. Adds a cookie notice and a privacy notice 5 Version: 1.1 05 Version: 1.11 6 6 Author: fabian heinz webdesign 7 7 Author URI: https://www.fabian-heinz-webdesign.de … … 16 16 load_plugin_textdomain( 'dsgvo-tools-cookie-hinweis-datenschutz' ); 17 17 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' ); 21 21 //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' ) ) 22 22 } -
dsgvo-tools-cookie-hinweis-datenschutz/trunk/readme.txt
r2812502 r3245458 3 3 Tags: dsgvo,tools,cookie,datenschutz,hinweis,gdpr,cookie,notice,privacy,policy,multilang,polylang,language 4 4 Requires at least: 4.9.3 5 Tested up to: 6. 15 Tested up to: 6.7 6 6 Requires PHP: 6.5 7 7 Stable tag: trunk … … 32 32 33 33 == Changelog == 34 = 1.11 = 35 - Update to WP 6.7 36 34 37 = 1.10 = 35 38 - Update to WP 6.1
Note: See TracChangeset
for help on using the changeset viewer.