Changeset 2961111
- Timestamp:
- 08/31/2023 11:21:04 AM (19 months ago)
- Location:
- ccm19-integration/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ccm19-integration/trunk/ccm19-integration.php
r2890030 r2961111 4 4 Plugin URI: https://www.ccm19.de 5 5 Description: Integrates the CCM19 Cookie Consent Solution into WordPress 6 Version: 1.1. 36 Version: 1.1.4 7 7 Author: Papoo Software & Media GmbH 8 8 Author URI: https://papoo-media.de -
ccm19-integration/trunk/languages/ccm19-integration.pot
r2798810 r2961111 1 # Copyright (C) 202 2Papoo Software & Media GmbH1 # Copyright (C) 2023 Papoo Software & Media GmbH 2 2 # This file is distributed under the same license as the CCM19 Integration plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: CCM19 Integration 1. 0.1\n"5 "Project-Id-Version: CCM19 Integration 1.1.4\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ccm19-integration\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 2-10-13T10:26:56+02:00\n"12 "POT-Creation-Date: 2023-08-31T11:09:35+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.4.0\n" … … 36 36 37 37 #: class-ccm19-integration.php:83 38 #: class-ccm19-integration.php:208 38 39 msgid "General settings" 39 40 msgstr "" … … 48 49 49 50 #: class-ccm19-integration.php:144 50 #: options-page.php: 351 #: options-page.php:2 51 52 msgid "CCM19 Cookie Consent" 52 53 msgstr "" … … 60 61 msgstr "" 61 62 62 #: options-page.php: 763 #: options-page.php:6 63 64 msgid "<strong>The code snippet is invalid.</strong> CCM19 is not activated on your website." 64 65 msgstr "" 65 66 66 #: options-page.php:1 367 #: options-page.php:12 67 68 msgid "The code snippet is valid. CCM19 is active on your website." 68 69 msgstr "" 69 70 70 #: options-page.php:2 671 #: options-page.php:4 671 #: options-page.php:24 72 #: options-page.php:44 72 73 msgid "Open CCM19 backend" 73 74 msgstr "" -
ccm19-integration/trunk/options-page.php
r2798810 r2961111 16 16 17 17 <?php if(!is_network_admin() ):?> 18 <form method="POST" action=" /wp-admin/options.php?action=ccm19option">18 <form method="POST" action="options.php?action=ccm19option"> 19 19 <?php settings_fields('ccm19-integration'); ?> 20 20 <?php do_settings_sections('ccm19-integration'); ?> -
ccm19-integration/trunk/readme.txt
r2890030 r2961111 3 3 Tags: cookie consent, cookie law, eu privacy directive, GDPR, DSGVO 4 4 Requires at least: 5.* 5 Tested up to: 6. 26 Stable tag: 1.1. 35 Tested up to: 6.3.1 6 Stable tag: 1.1.4 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.