Changeset 2155029
- Timestamp:
- 09/11/2019 05:07:40 PM (7 years ago)
- Location:
- checklist
- Files:
-
- 4 edited
- 5 copied
-
tags/1.1.9 (copied) (copied from checklist/trunk)
-
tags/1.1.9/checklist-com.php (copied) (copied from checklist/trunk/checklist-com.php) (1 diff)
-
tags/1.1.9/images/checklist-icon.php (copied) (copied from checklist/trunk/images/checklist-icon.php) (1 diff)
-
tags/1.1.9/images/ic_print_white_24px.php (copied) (copied from checklist/trunk/images/ic_print_white_24px.php) (1 diff)
-
tags/1.1.9/readme.txt (copied) (copied from checklist/trunk/readme.txt) (2 diffs)
-
trunk/checklist-com.php (modified) (1 diff)
-
trunk/images/checklist-icon.php (modified) (1 diff)
-
trunk/images/ic_print_white_24px.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
checklist/tags/1.1.9/checklist-com.php
r2155004 r2155029 5 5 Plugin URI: https://checklist.com/ 6 6 Description: Turn any list in your blog to a beautiful interactive checklist. Print, Use, Share, Download to Mobile and more. 7 Version: 1.1. 87 Version: 1.1.9 8 8 Author: checklist 9 9 Author URI: https://checklist.com -
checklist/tags/1.1.9/images/checklist-icon.php
r2155004 r2155029 1 1 <?php 2 2 header('Content-type: image/svg+xml'); 3 $color = (preg_match("/^ [0-9A-Fa-f]{8}_.*/",$_GET["fill"]) ? $_GET["fill"] : "03a9f4");3 $color = (preg_match("/^([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/",$_GET["fill"]) ? $_GET["fill"] : "03a9f4"); 4 4 echo '<?xml version="1.0" encoding="UTF-8" standalone="no"?> 5 5 <svg -
checklist/tags/1.1.9/images/ic_print_white_24px.php
r2155004 r2155029 1 1 <?php 2 2 header('Content-type: image/svg+xml'); 3 $color = (preg_match("/^ [0-9A-Fa-f]{8}_.*/",$_GET["fill"]) ? $_GET["fill"] : "03a9f4");3 $color = (preg_match("/^([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/",$_GET["fill"]) ? $_GET["fill"] : "03a9f4"); 4 4 echo '<svg fill="#'.$color.'" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> 5 5 <path d="M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"/> -
checklist/tags/1.1.9/readme.txt
r2155004 r2155029 4 4 Requires at least: 3.5 5 5 Tested up to: 5.2.3 6 Stable tag: 1.1. 86 Stable tag: 1.1.9 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 138 138 == Changelog == 139 139 140 = 1.1. 8=140 = 1.1.9 = 141 141 * Fixed xss vulnerability 142 142 -
checklist/trunk/checklist-com.php
r2155004 r2155029 5 5 Plugin URI: https://checklist.com/ 6 6 Description: Turn any list in your blog to a beautiful interactive checklist. Print, Use, Share, Download to Mobile and more. 7 Version: 1.1. 87 Version: 1.1.9 8 8 Author: checklist 9 9 Author URI: https://checklist.com -
checklist/trunk/images/checklist-icon.php
r2155004 r2155029 1 1 <?php 2 2 header('Content-type: image/svg+xml'); 3 $color = (preg_match("/^ [0-9A-Fa-f]{8}_.*/",$_GET["fill"]) ? $_GET["fill"] : "03a9f4");3 $color = (preg_match("/^([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/",$_GET["fill"]) ? $_GET["fill"] : "03a9f4"); 4 4 echo '<?xml version="1.0" encoding="UTF-8" standalone="no"?> 5 5 <svg -
checklist/trunk/images/ic_print_white_24px.php
r2155004 r2155029 1 1 <?php 2 2 header('Content-type: image/svg+xml'); 3 $color = (preg_match("/^ [0-9A-Fa-f]{8}_.*/",$_GET["fill"]) ? $_GET["fill"] : "03a9f4");3 $color = (preg_match("/^([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/",$_GET["fill"]) ? $_GET["fill"] : "03a9f4"); 4 4 echo '<svg fill="#'.$color.'" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> 5 5 <path d="M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"/> -
checklist/trunk/readme.txt
r2155004 r2155029 4 4 Requires at least: 3.5 5 5 Tested up to: 5.2.3 6 Stable tag: 1.1. 86 Stable tag: 1.1.9 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 138 138 == Changelog == 139 139 140 = 1.1. 8=140 = 1.1.9 = 141 141 * Fixed xss vulnerability 142 142
Note: See TracChangeset
for help on using the changeset viewer.