Changeset 2779731
- Timestamp:
- 09/04/2022 10:04:21 AM (4 years ago)
- Location:
- gdpr-helper
- Files:
-
- 19 added
- 4 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/README.md (added)
-
tags/1.1.1/assets (added)
-
tags/1.1.1/assets/map_default_placeholder.jpg (added)
-
tags/1.1.1/css (added)
-
tags/1.1.1/css/backend_style.css (added)
-
tags/1.1.1/css/frontend_style.css (added)
-
tags/1.1.1/gdpr-helper.php (added)
-
tags/1.1.1/includes (added)
-
tags/1.1.1/includes/backendPage.php (added)
-
tags/1.1.1/includes/ghMain.php (added)
-
tags/1.1.1/includes/magicStrings.php (added)
-
tags/1.1.1/includes/mapHandler.php (added)
-
tags/1.1.1/js (added)
-
tags/1.1.1/js/backend_script.js (added)
-
tags/1.1.1/js/frontend_script.js (added)
-
tags/1.1.1/languages (added)
-
tags/1.1.1/languages/README.md (added)
-
tags/1.1.1/uninstall.php (added)
-
trunk/README.md (modified) (2 diffs)
-
trunk/gdpr-helper.php (modified) (1 diff)
-
trunk/includes/magicStrings.php (modified) (1 diff)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gdpr-helper/trunk/README.md
r2779727 r2779731 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0.2 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 Requires PHP: 7.0 9 9 License: GPLv3 … … 24 24 == Changelog == 25 25 26 27 = 1.1.1 = 28 29 - fix bug that prevented the plugin to be uninstalled 30 31 26 32 = 1.1.0 = 27 33 -
gdpr-helper/trunk/gdpr-helper.php
r2779727 r2779731 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. 07 * Version: 1.1.1 8 8 * Author: Xeas GmbH 9 9 * Text Domain: gdpr-helper -
gdpr-helper/trunk/includes/magicStrings.php
r2779727 r2779731 3 3 defined('ABSPATH') || die('error'); 4 4 5 const GH__CURRENT_VERSION = '1.1. 0';5 const GH__CURRENT_VERSION = '1.1.1'; 6 6 const GH__TEXT_DOMAIN = 'gdpr-helper'; 7 7 -
gdpr-helper/trunk/uninstall.php
r2779727 r2779731 5 5 } 6 6 7 define('GH__PLUGIN_INCLUDES_PATH', substr(plugin_dir_path(__FILE__), 0, -1)); 8 define('GH__PLUGIN_URL', plugins_url('', __FILE__)); 9 7 10 require_once(GH__PLUGIN_INCLUDES_PATH . '/includes/magicStrings.php'); 8 11
Note: See TracChangeset
for help on using the changeset viewer.