Plugin Directory

Changeset 510698


Ignore:
Timestamp:
02/26/2012 02:39:33 PM (14 years ago)
Author:
Beaver6813
Message:

2.0b2.120226

  • Improved preset security checking.
Location:
infinite-scroll/branches/Beta
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • infinite-scroll/branches/Beta/includes/infinite-scroll.class.php

    r498198 r510698  
    66public function __construct()
    77    {
    8     self::$Version = '2.0b2.120131';
     8    self::$Version = '2.0b2.120226';
    99    self::$PresetRepo = 'http://plugins.svn.wordpress.org/infinite-scroll/branches/PresetDB/PresetDB.csv.php';
    1010    self::$PresetDB = WP_PLUGIN_DIR."/infinite-scroll/PresetDB.csv.php";
  • infinite-scroll/branches/Beta/includes/options.class.php

    r496953 r510698  
    203203        else
    204204            $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); 
    206206        if($addresult[0]=='OK')
    207207            {
  • infinite-scroll/branches/Beta/readme.txt

    r510697 r510698  
    4949
    5050== Changelog ==
     51= 2.0b2.120226 =
     52* Improved preset security checking.
     53
    5154= 2.0b2.120131 =
    5255* Fixed non-alpha character encoding in selector settings.
  • infinite-scroll/branches/Beta/wp_infinite_scroll.php

    r498151 r510698  
    22/*
    33Plugin Name: Infinite Scroll
    4 Version: 2.0b2.120131
     4Version: 2.0b2.120226
    55Plugin URI: http://www.infinite-scroll.com
    66Description: Automatically loads the next page of posts into the bottom of the initial page.
Note: See TracChangeset for help on using the changeset viewer.