Plugin Directory

Changeset 2304547


Ignore:
Timestamp:
05/14/2020 01:02:47 AM (6 years ago)
Author:
fclaussen
Message:

Update to version 2.1.2 from GitHub

Location:
gdpr
Files:
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gdpr/tags/2.1.2/README.txt

    r2304515 r2304547  
    66Requires PHP: 5.6
    77Tested up to: 5.4
    8 Stable tag: 2.1.1
     8Stable tag: 2.1.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • gdpr/tags/2.1.2/gdpr.php

    r2304515 r2304547  
    1717 * Plugin URI:        https://trewknowledge.com
    1818 * Description:       This plugin is meant to assist a Controller, Data Processor, and Data Protection Officer (DPO) with efforts to meet the obligations and rights enacted under the GDPR.
    19  * Version:           2.1.1
     19 * Version:           2.1.2
    2020 * Author:            Trew Knowledge
    2121 * Author URI:        https://trewknowledge.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'GDPR_VERSION', '2.1.1' );
     38define( 'GDPR_VERSION', '2.1.2' );
    3939
    4040/**
  • gdpr/tags/2.1.2/templates/privacy-preferences-modal.php

    r2304515 r2304547  
    8585                                        </div>
    8686                                        <div class="gdpr-cookies">
    87                                             <span><?php echo wp_kses( $type['description'], $args['allowed_html'] ); ?></span>
     87                                            <span><?php echo wp_kses( $gdpr_type['description'], $args['allowed_html'] ); ?></span>
    8888                                        </div>
    8989                                    </div>
  • gdpr/trunk/README.txt

    r2304515 r2304547  
    66Requires PHP: 5.6
    77Tested up to: 5.4
    8 Stable tag: 2.1.1
     8Stable tag: 2.1.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • gdpr/trunk/gdpr.php

    r2304515 r2304547  
    1717 * Plugin URI:        https://trewknowledge.com
    1818 * Description:       This plugin is meant to assist a Controller, Data Processor, and Data Protection Officer (DPO) with efforts to meet the obligations and rights enacted under the GDPR.
    19  * Version:           2.1.1
     19 * Version:           2.1.2
    2020 * Author:            Trew Knowledge
    2121 * Author URI:        https://trewknowledge.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'GDPR_VERSION', '2.1.1' );
     38define( 'GDPR_VERSION', '2.1.2' );
    3939
    4040/**
  • gdpr/trunk/templates/privacy-preferences-modal.php

    r2304515 r2304547  
    8585                                        </div>
    8686                                        <div class="gdpr-cookies">
    87                                             <span><?php echo wp_kses( $type['description'], $args['allowed_html'] ); ?></span>
     87                                            <span><?php echo wp_kses( $gdpr_type['description'], $args['allowed_html'] ); ?></span>
    8888                                        </div>
    8989                                    </div>
Note: See TracChangeset for help on using the changeset viewer.