Plugin Directory

Changeset 2155029


Ignore:
Timestamp:
09/11/2019 05:07:40 PM (7 years ago)
Author:
checklistcom
Message:

Tagging v1.1.9

Location:
checklist
Files:
4 edited
5 copied

Legend:

Unmodified
Added
Removed
  • checklist/tags/1.1.9/checklist-com.php

    r2155004 r2155029  
    55  Plugin URI: https://checklist.com/
    66  Description: Turn any list in your blog to a beautiful interactive checklist. Print, Use, Share, Download to Mobile and more.
    7   Version: 1.1.8
     7  Version: 1.1.9
    88  Author: checklist
    99  Author URI: https://checklist.com
  • checklist/tags/1.1.9/images/checklist-icon.php

    r2155004 r2155029  
    11<?php
    22header('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");
    44echo '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
    55<svg
  • checklist/tags/1.1.9/images/ic_print_white_24px.php

    r2155004 r2155029  
    11<?php
    22header('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");
    44echo '<svg fill="#'.$color.'" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
    55    <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  
    44Requires at least: 3.5
    55Tested up to: 5.2.3
    6 Stable tag: 1.1.8
     6Stable tag: 1.1.9
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    138138== Changelog ==
    139139
    140 = 1.1.8 =
     140= 1.1.9 =
    141141* Fixed xss vulnerability
    142142
  • checklist/trunk/checklist-com.php

    r2155004 r2155029  
    55  Plugin URI: https://checklist.com/
    66  Description: Turn any list in your blog to a beautiful interactive checklist. Print, Use, Share, Download to Mobile and more.
    7   Version: 1.1.8
     7  Version: 1.1.9
    88  Author: checklist
    99  Author URI: https://checklist.com
  • checklist/trunk/images/checklist-icon.php

    r2155004 r2155029  
    11<?php
    22header('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");
    44echo '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
    55<svg
  • checklist/trunk/images/ic_print_white_24px.php

    r2155004 r2155029  
    11<?php
    22header('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");
    44echo '<svg fill="#'.$color.'" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
    55    <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  
    44Requires at least: 3.5
    55Tested up to: 5.2.3
    6 Stable tag: 1.1.8
     6Stable tag: 1.1.9
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    138138== Changelog ==
    139139
    140 = 1.1.8 =
     140= 1.1.9 =
    141141* Fixed xss vulnerability
    142142
Note: See TracChangeset for help on using the changeset viewer.