Changeset 333254
- Timestamp:
- 01/16/2011 05:06:44 PM (15 years ago)
- Location:
- xxternal-rss/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
xxternal-rss/trunk/changelog
r333221 r333254 1 2 Version: 0.1.8.7 3 ================ 4 5 * some fixes 1 6 2 7 Version: 0.1.8.6 -
xxternal-rss/trunk/index.php
r333228 r333254 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.8. 66 Version: 0.1.8.7 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.8. 6");12 define('externalrssversion', "0.1.8.7"); 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 define('externalrssdate', "So 16 . Jan 15:10:22 CET 2011");17 define('externalrssbuild', "#12 8");16 define('externalrssdate', "So 16 Jan 2011 18:04:40 CET"); 17 define('externalrssbuild', "#129"); 18 18 19 19 require_once(ABSPATH."wp-content/plugins/xxternal-rss/view.php"); -
xxternal-rss/trunk/readme.txt
r333231 r333254 5 5 Requires at least: 2.1 6 6 Tested up to: 3.1 7 Stable tag: 0.1.8. 67 Stable tag: 0.1.8.7 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.8.6 read change.log 14 15 * 0.1.8.5 fix in line 62 in index.php a typo 13 * 0.1.8.7 read change.log 16 14 17 15 * Activite compact option 18 19 * New 0.1.8.3: add CSS ID xxternalrss for pages and blogposts20 21 * New 0.1.8.2: add CSS ID xxternalrss22 16 23 17 (DE)
Note: See TracChangeset
for help on using the changeset viewer.