Changeset 335118
- Timestamp:
- 01/20/2011 03:37:01 PM (15 years ago)
- Location:
- xxternal-rss/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
xxternal-rss/trunk/changelog
r334835 r335118 1 2 Version: 0.1.10 3 ================ 4 5 * Fix HTML Parser 1 6 2 7 Version: 0.1.9 -
xxternal-rss/trunk/index.php
r334835 r335118 4 4 Plugin URI: http://www.pretzlaff.info/wp/wordpress-plugins/xxternal-rss 5 5 Description: Include external RSS-Feed and now Google-Reader Feeds into Page/Post per simple tag. Install, config and insert simple tag into your post or site, That's all 6 Version: 0.1. 96 Version: 0.1.10 7 7 Author: Ruediger Pretzlaff 8 8 Author URI: http://www.pretzlaff.info … … 10 10 # if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You are not allowed to call this page directly.'); } 11 11 12 define('externalrssversion', "0.1. 9");12 define('externalrssversion', "0.1.10"); 13 13 define('externalrssauthor', "Ruediger Pretzlaff"); 14 14 define('externalrssemail', "ruediger@pretzlaff.info"); 15 15 define('externalrssurl', "http://www.pretzlaff.info/wp/wordpress-plugins/xxternal-rss/"); 16 16 define('externalrssdate', "Thu Jan 20 00:46:33 CET 2011"); 17 define('externalrssbuild', "#13 4");17 define('externalrssbuild', "#135"); 18 18 19 19 if ( !defined('ABSPATH') ) { die('You are not allowed to call this page directly.'); } … … 108 108 $dest = str_replace('[AUTOR]','<strong><em>',str_replace('[/AUTOR]','</em></strong>',str_replace('<![CDATA[','',str_replace(']]','',$array_description[1])))); 109 109 $dest = str_replace('[...]>','',$dest); 110 $dest = str_replace('<','<',$dest); 111 $dest = str_replace('>','>',$dest); 112 $dest = str_replace('&','"',$dest); 110 113 $msg .= $dest; 111 114 } -
xxternal-rss/trunk/readme.txt
r334835 r335118 5 5 Requires at least: 2.1 6 6 Tested up to: 3.1 7 Stable tag: 0.1. 97 Stable tag: 0.1.10 8 8 9 9 Include external RSS-Feed into your posts and pages and now to sidebar. … … 11 11 == Description == 12 12 13 0.1.9 14 * new Option Debug mode 15 * new Admin Design 16 * Fix Count Items Problem, 17 18 19 * 0.1.8.11 new Option Show PubDate 20 * ABSPATH is not defined die and post 'You are not allowed to call this page directly.' 21 * 0.1.8.9 add languages: fr, es, it, en, de 13 0.1.10 14 * fix html parser 22 15 23 16
Note: See TracChangeset
for help on using the changeset viewer.