Changeset 510698
- Timestamp:
- 02/26/2012 02:39:33 PM (14 years ago)
- Location:
- infinite-scroll/branches/Beta
- Files:
-
- 4 edited
-
includes/infinite-scroll.class.php (modified) (1 diff)
-
includes/options.class.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp_infinite_scroll.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infinite-scroll/branches/Beta/includes/infinite-scroll.class.php
r498198 r510698 6 6 public function __construct() 7 7 { 8 self::$Version = '2.0b2.120 131';8 self::$Version = '2.0b2.120226'; 9 9 self::$PresetRepo = 'http://plugins.svn.wordpress.org/infinite-scroll/branches/PresetDB/PresetDB.csv.php'; 10 10 self::$PresetDB = WP_PLUGIN_DIR."/infinite-scroll/PresetDB.csv.php"; -
infinite-scroll/branches/Beta/includes/options.class.php
r496953 r510698 203 203 else 204 204 $overwrite = 0; 205 $addresult = infiniteScrollPresets::presetAdd( $_POST['preset_themename'],$_POST['preset_content'],$_POST['preset_nav'],$_POST['preset_posts'],$_POST['preset_next'],$overwrite);205 $addresult = infiniteScrollPresets::presetAdd(esc_attr($_POST['preset_themename']),esc_attr($_POST['preset_content']),esc_attr($_POST['preset_nav']),esc_attr($_POST['preset_posts']),esc_attr($_POST['preset_next']),$overwrite); 206 206 if($addresult[0]=='OK') 207 207 { -
infinite-scroll/branches/Beta/readme.txt
r510697 r510698 49 49 50 50 == Changelog == 51 = 2.0b2.120226 = 52 * Improved preset security checking. 53 51 54 = 2.0b2.120131 = 52 55 * Fixed non-alpha character encoding in selector settings. -
infinite-scroll/branches/Beta/wp_infinite_scroll.php
r498151 r510698 2 2 /* 3 3 Plugin Name: Infinite Scroll 4 Version: 2.0b2.120 1314 Version: 2.0b2.120226 5 5 Plugin URI: http://www.infinite-scroll.com 6 6 Description: Automatically loads the next page of posts into the bottom of the initial page.
Note: See TracChangeset
for help on using the changeset viewer.