Changeset 2772064
- Timestamp:
- 08/18/2022 11:48:31 AM (4 years ago)
- Location:
- ccm19-integration
- Files:
-
- 2 edited
- 9 copied
-
tags/1.0.1 (copied) (copied from ccm19-integration/trunk)
-
tags/1.0.1/LICENSE (copied) (copied from ccm19-integration/trunk/LICENSE)
-
tags/1.0.1/admin (copied) (copied from ccm19-integration/trunk/admin)
-
tags/1.0.1/ccm19-integration.php (copied) (copied from ccm19-integration/trunk/ccm19-integration.php) (1 diff)
-
tags/1.0.1/class-ccm19-integration.php (copied) (copied from ccm19-integration/trunk/class-ccm19-integration.php)
-
tags/1.0.1/languages (copied) (copied from ccm19-integration/trunk/languages)
-
tags/1.0.1/options-page.php (copied) (copied from ccm19-integration/trunk/options-page.php)
-
tags/1.0.1/public (copied) (copied from ccm19-integration/trunk/public)
-
tags/1.0.1/readme.txt (copied) (copied from ccm19-integration/trunk/readme.txt) (1 diff)
-
trunk/ccm19-integration.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ccm19-integration/tags/1.0.1/ccm19-integration.php
r2772015 r2772064 2 2 /** 3 3 Plugin Name: CCM19 Integration 4 Plugin URI: https:// ccm19.de5 Description: Integrates the CCM19 Cookie Consent Solution into Word press6 Version: 1.0 4 Plugin URI: https://www.ccm19.de 5 Description: Integrates the CCM19 Cookie Consent Solution into WordPress 6 Version: 1.0.1 7 7 Author: Papoo Software & Media GmbH 8 8 Author URI: https://papoo-media.de -
ccm19-integration/tags/1.0.1/readme.txt
r2772015 r2772064 1 1 === CCM19 Integration === 2 Contributors: papoomedia2 Contributors: ccm19 3 3 Tags: cookie consent, cookie law, eu privacy directive, GDPR, DSGVO 4 4 Requires at least: 4.7 5 5 Tested up to: 6.0 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later 9 9 10 Integrates the CCM19 Cookie Consent Manager into Word press.10 Integrates the CCM19 Cookie Consent Manager into WordPress. 11 11 To use this plugin CCM19 needs to be bought or leased. 12 12 13 13 == Description == 14 This plugin integrates the CCM19 Cookie Consent Manager into Wordpress. This allows to use CCM19 without manually modifying the theme or resorting to a generic snippet plugin. 15 To use it, CCM19 needs to be bought or leased on https://ccm19.de and the code-snippet from the CCM19 dashboards needs to be copy-pasted into the CCM19 form in the Wordpress admin backend. 16 The terms and conditions of CCM19 https://www.ccm19.de/agb.html . 14 This plugin integrates the CCM19 Cookie Consent Manager into WordPress. This allows to use CCM19 without manually modifying the theme or resorting to a generic snippet plugin. 15 16 To use it, purchase a license or sign up for a free account on https://www.ccm19.de. Copy and paste the code snippet from the CCM19 dashboard into the settings of the plugin in the WordPress administration. 17 18 The terms and conditions of CCM19: https://www.ccm19.de/agb.html. -
ccm19-integration/trunk/ccm19-integration.php
r2772015 r2772064 2 2 /** 3 3 Plugin Name: CCM19 Integration 4 Plugin URI: https:// ccm19.de5 Description: Integrates the CCM19 Cookie Consent Solution into Word press6 Version: 1.0 4 Plugin URI: https://www.ccm19.de 5 Description: Integrates the CCM19 Cookie Consent Solution into WordPress 6 Version: 1.0.1 7 7 Author: Papoo Software & Media GmbH 8 8 Author URI: https://papoo-media.de -
ccm19-integration/trunk/readme.txt
r2772015 r2772064 1 1 === CCM19 Integration === 2 Contributors: papoomedia2 Contributors: ccm19 3 3 Tags: cookie consent, cookie law, eu privacy directive, GDPR, DSGVO 4 4 Requires at least: 4.7 5 5 Tested up to: 6.0 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later 9 9 10 Integrates the CCM19 Cookie Consent Manager into Word press.10 Integrates the CCM19 Cookie Consent Manager into WordPress. 11 11 To use this plugin CCM19 needs to be bought or leased. 12 12 13 13 == Description == 14 This plugin integrates the CCM19 Cookie Consent Manager into Wordpress. This allows to use CCM19 without manually modifying the theme or resorting to a generic snippet plugin. 15 To use it, CCM19 needs to be bought or leased on https://ccm19.de and the code-snippet from the CCM19 dashboards needs to be copy-pasted into the CCM19 form in the Wordpress admin backend. 16 The terms and conditions of CCM19 https://www.ccm19.de/agb.html . 14 This plugin integrates the CCM19 Cookie Consent Manager into WordPress. This allows to use CCM19 without manually modifying the theme or resorting to a generic snippet plugin. 15 16 To use it, purchase a license or sign up for a free account on https://www.ccm19.de. Copy and paste the code snippet from the CCM19 dashboard into the settings of the plugin in the WordPress administration. 17 18 The terms and conditions of CCM19: https://www.ccm19.de/agb.html.
Note: See TracChangeset
for help on using the changeset viewer.