Plugin Directory

Changeset 2782407


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

v1.2.1

Location:
gdpr-helper
Files:
23 added
3 edited

Legend:

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

    r2782403 r2782407  
    55Requires at least: 4.7
    66Tested up to: 6.0.2
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88Requires PHP: 7.0
    99License: GPLv3
     
    2323
    2424== Changelog ==
     25
     26= 1.2.1 =
     27
     28- forgot to set plugin version correctly
    2529
    2630= 1.2.0 =
  • gdpr-helper/trunk/gdpr-helper.php

    r2779731 r2782407  
    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.1
     7 * Version: 1.2.1
    88 * Author: Xeas GmbH
    99 * Text Domain: gdpr-helper
  • gdpr-helper/trunk/includes/magicStrings.php

    r2782403 r2782407  
    33defined('ABSPATH') || die('error');
    44
    5 const GH__CURRENT_VERSION = '1.2.0';
     5const GH__CURRENT_VERSION = '1.2.1';
    66const GH__TEXT_DOMAIN = 'gdpr-helper';
    77
Note: See TracChangeset for help on using the changeset viewer.