Plugin Directory

Changeset 2961111


Ignore:
Timestamp:
08/31/2023 11:21:04 AM (19 months ago)
Author:
ccm19
Message:

version 1.4 update

Location:
ccm19-integration/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ccm19-integration/trunk/ccm19-integration.php

    r2890030 r2961111  
    44    Plugin URI: https://www.ccm19.de
    55    Description: Integrates the CCM19 Cookie Consent Solution into WordPress
    6     Version: 1.1.3
     6    Version: 1.1.4
    77    Author: Papoo Software & Media GmbH
    88    Author URI: https://papoo-media.de
  • ccm19-integration/trunk/languages/ccm19-integration.pot

    r2798810 r2961111  
    1 # Copyright (C) 2022 Papoo Software & Media GmbH
     1# Copyright (C) 2023 Papoo Software & Media GmbH
    22# This file is distributed under the same license as the CCM19 Integration plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: CCM19 Integration 1.0.1\n"
     5"Project-Id-Version: CCM19 Integration 1.1.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ccm19-integration\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2022-10-13T10:26:56+02:00\n"
     12"POT-Creation-Date: 2023-08-31T11:09:35+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.4.0\n"
     
    3636
    3737#: class-ccm19-integration.php:83
     38#: class-ccm19-integration.php:208
    3839msgid "General settings"
    3940msgstr ""
     
    4849
    4950#: class-ccm19-integration.php:144
    50 #: options-page.php:3
     51#: options-page.php:2
    5152msgid "CCM19 Cookie Consent"
    5253msgstr ""
     
    6061msgstr ""
    6162
    62 #: options-page.php:7
     63#: options-page.php:6
    6364msgid "<strong>The code snippet is invalid.</strong> CCM19 is not activated on your website."
    6465msgstr ""
    6566
    66 #: options-page.php:13
     67#: options-page.php:12
    6768msgid "The code snippet is valid. CCM19 is active on your website."
    6869msgstr ""
    6970
    70 #: options-page.php:26
    71 #: options-page.php:46
     71#: options-page.php:24
     72#: options-page.php:44
    7273msgid "Open CCM19 backend"
    7374msgstr ""
  • ccm19-integration/trunk/options-page.php

    r2798810 r2961111  
    1616
    1717    <?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">
    1919        <?php settings_fields('ccm19-integration'); ?>
    2020        <?php do_settings_sections('ccm19-integration'); ?>
  • ccm19-integration/trunk/readme.txt

    r2890030 r2961111  
    33Tags: cookie consent, cookie law, eu privacy directive, GDPR, DSGVO
    44Requires at least: 5.*
    5 Tested up to: 6.2
    6 Stable tag: 1.1.3
     5Tested up to: 6.3.1
     6Stable tag: 1.1.4
    77Requires PHP: 5.6
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.