Plugin Directory

Changeset 520165


Ignore:
Timestamp:
03/17/2012 12:32:17 PM (14 years ago)
Author:
tosend.it
Message:

Version 1.0.1 released

Location:
simple-poll
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • simple-poll/tags/1.0.1/readme.txt

    r520137 r520165  
    44Requires at least: 3.3
    55Tested up to: 3.3.1
    6 Stable tag: 1.0
     6Stable tag: 1.0.1
    77
    88Plugin that allow admin to create infinite polls and registered users to express just one preference per poll.
     
    4444* First release
    4545
     46= 1.0.1 (2012-03-17) =
     47* Removed unnecessary parameter to the saveOptions method
     48
    4649== Upgrade Notice ==
    4750
  • simple-poll/tags/1.0.1/toSendIt-SimplePoll.php

    r520137 r520165  
    22/**
    33 * @package Simple Polls
    4  * @version 1.0
     4 * @version 1.0.1
    55 */
    66/*
     
    99Description: Plugin that allow admin to create infinite polls and registered users to express just one preference per poll.
    1010Author: toSend.it di Luisa Mara
    11 Version: 1.0
     11Version: 1.0.1
    1212Author URI: http://tosend.it
    1313*/
     
    7373    }
    7474   
    75     static function saveOptions($options){
     75    static function saveOptions(){
    7676        $options = self::loadOptions();
    7777        if(isset($_POST) && count($_POST)>0){
  • simple-poll/trunk/readme.txt

    r520137 r520165  
    44Requires at least: 3.3
    55Tested up to: 3.3.1
    6 Stable tag: 1.0
     6Stable tag: 1.0.1
    77
    88Plugin that allow admin to create infinite polls and registered users to express just one preference per poll.
     
    4444* First release
    4545
     46= 1.0.1 (2012-03-17) =
     47* Removed unnecessary parameter to the saveOptions method
     48
    4649== Upgrade Notice ==
    4750
  • simple-poll/trunk/toSendIt-SimplePoll.php

    r520137 r520165  
    22/**
    33 * @package Simple Polls
    4  * @version 1.0
     4 * @version 1.0.1
    55 */
    66/*
     
    99Description: Plugin that allow admin to create infinite polls and registered users to express just one preference per poll.
    1010Author: toSend.it di Luisa Mara
    11 Version: 1.0
     11Version: 1.0.1
    1212Author URI: http://tosend.it
    1313*/
     
    7373    }
    7474   
    75     static function saveOptions($options){
     75    static function saveOptions(){
    7676        $options = self::loadOptions();
    7777        if(isset($_POST) && count($_POST)>0){
Note: See TracChangeset for help on using the changeset viewer.