Changeset 2304547
- Timestamp:
- 05/14/2020 01:02:47 AM (6 years ago)
- Location:
- gdpr
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/2.1.2 (copied) (copied from gdpr/trunk)
-
tags/2.1.2/.eslintrc.json (deleted)
-
tags/2.1.2/README.txt (modified) (1 diff)
-
tags/2.1.2/gdpr.php (modified) (2 diffs)
-
tags/2.1.2/templates/privacy-preferences-modal.php (modified) (1 diff)
-
trunk/.eslintrc.json (deleted)
-
trunk/README.txt (modified) (1 diff)
-
trunk/gdpr.php (modified) (2 diffs)
-
trunk/templates/privacy-preferences-modal.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gdpr/tags/2.1.2/README.txt
r2304515 r2304547 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.4 8 Stable tag: 2.1. 18 Stable tag: 2.1.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
gdpr/tags/2.1.2/gdpr.php
r2304515 r2304547 17 17 * Plugin URI: https://trewknowledge.com 18 18 * 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. 119 * Version: 2.1.2 20 20 * Author: Trew Knowledge 21 21 * Author URI: https://trewknowledge.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'GDPR_VERSION', '2.1. 1' );38 define( 'GDPR_VERSION', '2.1.2' ); 39 39 40 40 /** -
gdpr/tags/2.1.2/templates/privacy-preferences-modal.php
r2304515 r2304547 85 85 </div> 86 86 <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> 88 88 </div> 89 89 </div> -
gdpr/trunk/README.txt
r2304515 r2304547 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.4 8 Stable tag: 2.1. 18 Stable tag: 2.1.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
gdpr/trunk/gdpr.php
r2304515 r2304547 17 17 * Plugin URI: https://trewknowledge.com 18 18 * 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. 119 * Version: 2.1.2 20 20 * Author: Trew Knowledge 21 21 * Author URI: https://trewknowledge.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'GDPR_VERSION', '2.1. 1' );38 define( 'GDPR_VERSION', '2.1.2' ); 39 39 40 40 /** -
gdpr/trunk/templates/privacy-preferences-modal.php
r2304515 r2304547 85 85 </div> 86 86 <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> 88 88 </div> 89 89 </div>
Note: See TracChangeset
for help on using the changeset viewer.