Changeset 2782407
- Timestamp:
- 09/09/2022 11:43:21 AM (4 years ago)
- Location:
- gdpr-helper
- Files:
-
- 23 added
- 3 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/README.md (added)
-
tags/1.2.1/ToDo.md (added)
-
tags/1.2.1/assets (added)
-
tags/1.2.1/assets/map_default_placeholder.jpg (added)
-
tags/1.2.1/css (added)
-
tags/1.2.1/css/backend_style.css (added)
-
tags/1.2.1/css/frontend_style.css (added)
-
tags/1.2.1/gdpr-helper.php (added)
-
tags/1.2.1/includes (added)
-
tags/1.2.1/includes/backendPage.php (added)
-
tags/1.2.1/includes/elementor (added)
-
tags/1.2.1/includes/elementor/helper.php (added)
-
tags/1.2.1/includes/elementor/mapHandler.php (added)
-
tags/1.2.1/includes/elementor/widgetShortcode.php (added)
-
tags/1.2.1/includes/ghMain.php (added)
-
tags/1.2.1/includes/magicStrings.php (added)
-
tags/1.2.1/js (added)
-
tags/1.2.1/js/backend_script.js (added)
-
tags/1.2.1/js/frontend_script.js (added)
-
tags/1.2.1/languages (added)
-
tags/1.2.1/languages/README.md (added)
-
tags/1.2.1/uninstall.php (added)
-
trunk/README.md (modified) (2 diffs)
-
trunk/gdpr-helper.php (modified) (1 diff)
-
trunk/includes/magicStrings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gdpr-helper/trunk/README.md
r2782403 r2782407 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0.2 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 Requires PHP: 7.0 9 9 License: GPLv3 … … 23 23 24 24 == Changelog == 25 26 = 1.2.1 = 27 28 - forgot to set plugin version correctly 25 29 26 30 = 1.2.0 = -
gdpr-helper/trunk/gdpr-helper.php
r2779731 r2782407 5 5 * Plugin URI: https://gitlab.com/vaulteron/gdpr-helper 6 6 * Description: Set and manage your content-security-policy header to help comply with GDPR 7 * Version: 1. 1.17 * Version: 1.2.1 8 8 * Author: Xeas GmbH 9 9 * Text Domain: gdpr-helper -
gdpr-helper/trunk/includes/magicStrings.php
r2782403 r2782407 3 3 defined('ABSPATH') || die('error'); 4 4 5 const GH__CURRENT_VERSION = '1.2. 0';5 const GH__CURRENT_VERSION = '1.2.1'; 6 6 const GH__TEXT_DOMAIN = 'gdpr-helper'; 7 7
Note: See TracChangeset
for help on using the changeset viewer.