Plugin Directory

Changeset 907889


Ignore:
Timestamp:
05/04/2014 09:12:11 PM (12 years ago)
Author:
ulmdesign
Message:

tagging version 1.1

Location:
mediamaster-reader-rss
Files:
16 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mediamaster-reader-rss/tags/1.1/trunk/Readme.txt

    r896097 r907889  
    55Requires at least: 3.3
    66Tested up to: 3.9
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1919remove the tags or not, the author and the date of the same post, and then customize the colors
    2020of the title, author's name, tags and with the preview of the contents.
     21
     22Update - Now you can set the colors of tags
    2123
    2224== Installation ==
     
    5658== Upgrade Notice ==
    5759http://ulmdesign.mediamaster.eu/mediamaster_rss_reader
     60
  • mediamaster-reader-rss/tags/1.1/trunk/mediamaster_rd_rss.php

    r861562 r907889  
    55Plugin URI: http://ulmdesign.mediamaster.eu/mediamaster_rss_reader/
    66Description: Reader rss for your Wordpress site based on google feed api
    7 Version: 1.0
     7Version: 1.1
    88License: GPL
    99Author: Francesco De Stefano
     
    1212=== RELEASE NOTES ===
    13132013-01-23 - v1.0 - first version
    14 */
     142014-05-04 - v1.1
    1515
    1616/*
     
    137137            <p>
    138138            <label for="mRSS_change_colorTags">Change Color Tags</label>
    139             <p><inpu class="color" style="width: 300px" type="text" value="<?php echo get_option('mRSS_change_colorTags'); ?>" id="mRSS_change_colorTags"  name="mRSS_change_colorTags"/></p>
     139            <p><input class="color" style="width: 300px" type="text" value="<?php echo get_option('mRSS_change_colorTags'); ?>" id="mRSS_change_colorTags"  name="mRSS_change_colorTags"/></p>
    140140            </p>
    141141            <p>
  • mediamaster-reader-rss/trunk/Readme.txt

    r896097 r907889  
    55Requires at least: 3.3
    66Tested up to: 3.9
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1919remove the tags or not, the author and the date of the same post, and then customize the colors
    2020of the title, author's name, tags and with the preview of the contents.
     21
     22Update - Now you can set the colors of tags
    2123
    2224== Installation ==
     
    5658== Upgrade Notice ==
    5759http://ulmdesign.mediamaster.eu/mediamaster_rss_reader
     60
  • mediamaster-reader-rss/trunk/mediamaster_rd_rss.php

    r861562 r907889  
    55Plugin URI: http://ulmdesign.mediamaster.eu/mediamaster_rss_reader/
    66Description: Reader rss for your Wordpress site based on google feed api
    7 Version: 1.0
     7Version: 1.1
    88License: GPL
    99Author: Francesco De Stefano
     
    1212=== RELEASE NOTES ===
    13132013-01-23 - v1.0 - first version
    14 */
     142014-05-04 - v1.1
    1515
    1616/*
     
    137137            <p>
    138138            <label for="mRSS_change_colorTags">Change Color Tags</label>
    139             <p><inpu class="color" style="width: 300px" type="text" value="<?php echo get_option('mRSS_change_colorTags'); ?>" id="mRSS_change_colorTags"  name="mRSS_change_colorTags"/></p>
     139            <p><input class="color" style="width: 300px" type="text" value="<?php echo get_option('mRSS_change_colorTags'); ?>" id="mRSS_change_colorTags"  name="mRSS_change_colorTags"/></p>
    140140            </p>
    141141            <p>
Note: See TracChangeset for help on using the changeset viewer.