Plugin Directory

Changeset 2779731


Ignore:
Timestamp:
09/04/2022 10:04:21 AM (4 years ago)
Author:
bpassini
Message:

v1.1.1

Location:
gdpr-helper
Files:
19 added
4 edited

Legend:

Unmodified
Added
Removed
  • gdpr-helper/trunk/README.md

    r2779727 r2779731  
    55Requires at least: 4.7
    66Tested up to: 6.0.2
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88Requires PHP: 7.0
    99License: GPLv3
     
    2424== Changelog ==
    2525
     26
     27= 1.1.1 =
     28
     29- fix bug that prevented the plugin to be uninstalled
     30
     31
    2632= 1.1.0 =
    2733
  • gdpr-helper/trunk/gdpr-helper.php

    r2779727 r2779731  
    55 * Plugin URI: https://gitlab.com/vaulteron/gdpr-helper
    66 * Description: Set and manage your content-security-policy header to help comply with GDPR
    7  * Version: 1.1.0
     7 * Version: 1.1.1
    88 * Author: Xeas GmbH
    99 * Text Domain: gdpr-helper
  • gdpr-helper/trunk/includes/magicStrings.php

    r2779727 r2779731  
    33defined('ABSPATH') || die('error');
    44
    5 const GH__CURRENT_VERSION = '1.1.0';
     5const GH__CURRENT_VERSION = '1.1.1';
    66const GH__TEXT_DOMAIN = 'gdpr-helper';
    77
  • gdpr-helper/trunk/uninstall.php

    r2779727 r2779731  
    55}
    66
     7define('GH__PLUGIN_INCLUDES_PATH', substr(plugin_dir_path(__FILE__), 0, -1));
     8define('GH__PLUGIN_URL', plugins_url('', __FILE__));
     9
    710require_once(GH__PLUGIN_INCLUDES_PATH . '/includes/magicStrings.php');
    811
Note: See TracChangeset for help on using the changeset viewer.