Changeset 2012114
- Timestamp:
- 01/14/2019 03:52:34 PM (7 years ago)
- Location:
- gdpr-notice-original
- Files:
-
- 4 edited
- 6 copied
-
tags/1.3.13 (copied) (copied from gdpr-notice-original/trunk)
-
tags/1.3.13/gdpr-notice-original.php (copied) (copied from gdpr-notice-original/trunk/gdpr-notice-original.php) (2 diffs)
-
tags/1.3.13/include/Analytics.php (copied) (copied from gdpr-notice-original/trunk/include/Analytics.php)
-
tags/1.3.13/include/Upgrade/Upgrade.php (copied) (copied from gdpr-notice-original/trunk/include/Upgrade/Upgrade.php)
-
tags/1.3.13/include/autoload.php (copied) (copied from gdpr-notice-original/trunk/include/autoload.php)
-
tags/1.3.13/readme.txt (copied) (copied from gdpr-notice-original/trunk/readme.txt) (2 diffs)
-
tags/1.3.13/view/notice.php (modified) (2 diffs)
-
trunk/gdpr-notice-original.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/view/notice.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gdpr-notice-original/tags/1.3.13/gdpr-notice-original.php
r2012001 r2012114 4 4 Plugin URI: https://www.orcas.de/wordpress-plugin/gdpr-notice/ 5 5 Description: Helps to make your site more GDPR conform. 6 Version: 1.3.1 26 Version: 1.3.13 7 7 Author: orcas 8 8 Author URI: https://www.orcas.de/ … … 396 396 } 397 397 wp_add_inline_style('gdpr-notice', ".gdpr-notice-form {{$position}}"); 398 if (isset($_GET['gdpr_page'])) { 399 wp_add_inline_style('gdpr-notice', '#gdpr-post-content::before, #gdpr-post-content .close {display: none;}'); 400 } 398 401 } 399 402 -
gdpr-notice-original/tags/1.3.13/readme.txt
r2012001 r2012114 6 6 Tested up to: 5.0.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.3.1 28 Stable tag: 1.3.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 137 137 == Changelog == 138 138 139 = 1.3.13 = 140 * Fixed some style oversights 141 139 142 = 1.3.12 = 140 143 * Updated library -
gdpr-notice-original/tags/1.3.13/view/notice.php
r1935128 r2012114 1 <form method="post" class="gdpr-notice-form" >1 <form method="post" class="gdpr-notice-form" name="gdpr-notice-form"> 2 2 <div class="privacy-notice"> 3 3 <h1 class="privady-notice-title"><?php echo $pageTitle ?></h1> … … 46 46 checkText(); 47 47 } 48 var inputs = document.getElementsByTagName('input'); 48 49 var inputs = document.forms['gdpr-notice-form'].getElementsByTagName('input'); 49 50 for (var i = 0; i < inputs.length; i++) { 50 51 if ("checkbox" == inputs[i].type) { -
gdpr-notice-original/trunk/gdpr-notice-original.php
r2012001 r2012114 4 4 Plugin URI: https://www.orcas.de/wordpress-plugin/gdpr-notice/ 5 5 Description: Helps to make your site more GDPR conform. 6 Version: 1.3.1 26 Version: 1.3.13 7 7 Author: orcas 8 8 Author URI: https://www.orcas.de/ … … 396 396 } 397 397 wp_add_inline_style('gdpr-notice', ".gdpr-notice-form {{$position}}"); 398 if (isset($_GET['gdpr_page'])) { 399 wp_add_inline_style('gdpr-notice', '#gdpr-post-content::before, #gdpr-post-content .close {display: none;}'); 400 } 398 401 } 399 402 -
gdpr-notice-original/trunk/readme.txt
r2012001 r2012114 6 6 Tested up to: 5.0.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.3.1 28 Stable tag: 1.3.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 137 137 == Changelog == 138 138 139 = 1.3.13 = 140 * Fixed some style oversights 141 139 142 = 1.3.12 = 140 143 * Updated library -
gdpr-notice-original/trunk/view/notice.php
r1935128 r2012114 1 <form method="post" class="gdpr-notice-form" >1 <form method="post" class="gdpr-notice-form" name="gdpr-notice-form"> 2 2 <div class="privacy-notice"> 3 3 <h1 class="privady-notice-title"><?php echo $pageTitle ?></h1> … … 46 46 checkText(); 47 47 } 48 var inputs = document.getElementsByTagName('input'); 48 49 var inputs = document.forms['gdpr-notice-form'].getElementsByTagName('input'); 49 50 for (var i = 0; i < inputs.length; i++) { 50 51 if ("checkbox" == inputs[i].type) {
Note: See TracChangeset
for help on using the changeset viewer.