Changeset 907889
- Timestamp:
- 05/04/2014 09:12:11 PM (12 years ago)
- Location:
- mediamaster-reader-rss
- Files:
-
- 16 added
- 4 edited
- 1 copied
-
tags/1.1 (added)
-
tags/1.1/Readme.txt (added)
-
tags/1.1/img (added)
-
tags/1.1/img/mediamaster_rss_reader_proicon.png (added)
-
tags/1.1/js (added)
-
tags/1.1/js/arrow.gif (added)
-
tags/1.1/js/cross.gif (added)
-
tags/1.1/js/hs.png (added)
-
tags/1.1/js/hv.png (added)
-
tags/1.1/js/jscolor.js (added)
-
tags/1.1/js/loader.gif (added)
-
tags/1.1/js/main.js (added)
-
tags/1.1/js/rss_reader.js (added)
-
tags/1.1/mediamaster_rd_rss.php (added)
-
tags/1.1/style (added)
-
tags/1.1/style/style.css (added)
-
tags/1.1/trunk (copied) (copied from mediamaster-reader-rss/trunk)
-
tags/1.1/trunk/Readme.txt (modified) (3 diffs)
-
tags/1.1/trunk/mediamaster_rd_rss.php (modified) (3 diffs)
-
trunk/Readme.txt (modified) (3 diffs)
-
trunk/mediamaster_rd_rss.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mediamaster-reader-rss/tags/1.1/trunk/Readme.txt
r896097 r907889 5 5 Requires at least: 3.3 6 6 Tested up to: 3.9 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 19 remove the tags or not, the author and the date of the same post, and then customize the colors 20 20 of the title, author's name, tags and with the preview of the contents. 21 22 Update - Now you can set the colors of tags 21 23 22 24 == Installation == … … 56 58 == Upgrade Notice == 57 59 http://ulmdesign.mediamaster.eu/mediamaster_rss_reader 60 -
mediamaster-reader-rss/tags/1.1/trunk/mediamaster_rd_rss.php
r861562 r907889 5 5 Plugin URI: http://ulmdesign.mediamaster.eu/mediamaster_rss_reader/ 6 6 Description: Reader rss for your Wordpress site based on google feed api 7 Version: 1. 07 Version: 1.1 8 8 License: GPL 9 9 Author: Francesco De Stefano … … 12 12 === RELEASE NOTES === 13 13 2013-01-23 - v1.0 - first version 14 */ 14 2014-05-04 - v1.1 15 15 16 16 /* … … 137 137 <p> 138 138 <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> 140 140 </p> 141 141 <p> -
mediamaster-reader-rss/trunk/Readme.txt
r896097 r907889 5 5 Requires at least: 3.3 6 6 Tested up to: 3.9 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 19 remove the tags or not, the author and the date of the same post, and then customize the colors 20 20 of the title, author's name, tags and with the preview of the contents. 21 22 Update - Now you can set the colors of tags 21 23 22 24 == Installation == … … 56 58 == Upgrade Notice == 57 59 http://ulmdesign.mediamaster.eu/mediamaster_rss_reader 60 -
mediamaster-reader-rss/trunk/mediamaster_rd_rss.php
r861562 r907889 5 5 Plugin URI: http://ulmdesign.mediamaster.eu/mediamaster_rss_reader/ 6 6 Description: Reader rss for your Wordpress site based on google feed api 7 Version: 1. 07 Version: 1.1 8 8 License: GPL 9 9 Author: Francesco De Stefano … … 12 12 === RELEASE NOTES === 13 13 2013-01-23 - v1.0 - first version 14 */ 14 2014-05-04 - v1.1 15 15 16 16 /* … … 137 137 <p> 138 138 <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> 140 140 </p> 141 141 <p>
Note: See TracChangeset
for help on using the changeset viewer.