Plugin Directory

Changeset 1804560


Ignore:
Timestamp:
01/17/2018 02:18:04 PM (8 years ago)
Author:
tresrl
Message:

SimplestForm V 2.0.2

Location:
simplest-form/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • simplest-form/trunk/readme.txt

    r1782511 r1804560  
    33Tags: contact form, form
    44Requires at least: 4.7
    5 Tested up to: 4.9
    6 Stable tag: 2.0.1
     5Tested up to: 4.9.2
     6Stable tag: 2.0.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3434
    3535== Changelog ==
     36
     37= 2.0.2 =
     38* Small bugfix
    3639
    3740= 2.0.1 =
  • simplest-form/trunk/simplestform.php

    r1782511 r1804560  
    77Author: TRe Technology And Research S.r.l.
    88Author URI: http://www.tresrl.it
    9 Version: 2.0.1
     9Version: 2.0.2
    1010License: GPL-2.0+
    1111*/
  • simplest-form/trunk/src/Simplestform/Admin.php

    r1781292 r1804560  
    129129       
    130130        /*
    131          * Regiter custom post.
     131         * Register custom post.
    132132         *
    133133         */
     
    178178               
    179179            }
    180            
    181            
    182             delete_option ( $this->get_prefix().'option_api_last_check' );
    183180           
    184181        } // submit
  • simplest-form/trunk/src/Simplestform/Frontend.php

    r1781292 r1804560  
    144144        // check if settings are saved
    145145        $main_recipient = get_option( $this->get_prefix().'option_to_email' );
    146        
     146        ob_start();
    147147        if ( $main_recipient === false ) {
    148148           
     
    156156           
    157157        }
     158        return ob_get_clean();
    158159       
    159160       
Note: See TracChangeset for help on using the changeset viewer.