Changeset 333817
- Timestamp:
- 01/17/2011 10:10:48 PM (15 years ago)
- Location:
- xxternal-rss/trunk
- Files:
-
- 4 edited
-
changelog (modified) (1 diff)
-
extrss_options_page.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xxternal-rss/trunk/changelog
r333273 r333817 1 2 Version: 0.1.8.10 3 ================ 4 5 * ABSPATH is not defined die and post 'You are not allowed to call this page directly.' 1 6 2 7 Version: 0.1.8.9 -
xxternal-rss/trunk/extrss_options_page.php
r333273 r333817 1 1 <?php 2 2 // mt_options_page() displays the page content for the Test Options submenu 3 if ( !defined('ABSPATH') ) { die('You are not allowed to call this page directly.'); } 3 4 function extrss_options_page() { 4 5 -
xxternal-rss/trunk/index.php
r333273 r333817 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. 96 Version: 0.1.8.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.8. 9");12 define('externalrssversion', "0.1.8.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 define('externalrssdate', "So 16 Jan 2011 18:44:46 CET"); 17 define('externalrssbuild', "#131"); 16 define('externalrssdate', "Mo 17 Jan 2011 23:04:26 CET"); 17 define('externalrssbuild', "#132"); 18 19 if ( !defined('ABSPATH') ) { die('You are not allowed to call this page directly.'); } 18 20 19 21 require_once(ABSPATH."wp-content/plugins/xxternal-rss/view.php"); -
xxternal-rss/trunk/readme.txt
r333273 r333817 5 5 Requires at least: 2.1 6 6 Tested up to: 3.1 7 Stable tag: 0.1.8. 97 Stable tag: 0.1.8.10 8 8 9 9 Include external RSS-Feed into your posts and pages and now to sidebar. … … 11 11 == Description == 12 12 13 * ABSPATH is not defined die and post 'You are not allowed to call this page directly.' 14 13 15 * 0.1.8.9 add languages: fr, es, it, en, de 14 15 * 0.1.8.8 fixed: save language option16 17 * 0.1.8.7 read change.log18 16 19 17
Note: See TracChangeset
for help on using the changeset viewer.