Plugin Directory

Changeset 1213669


Ignore:
Timestamp:
08/05/2015 07:18:56 PM (11 years ago)
Author:
frankenstein-uk
Message:

update to 1.1.5

Location:
nm-contact-forms
Files:
17 added
2 edited

Legend:

Unmodified
Added
Removed
  • nm-contact-forms/trunk/index.php

    r1198548 r1213669  
    44 * Plugin URI: http://nutmedia.co.uk/nm-contact-forms
    55 * Description: This plugin has built in honeyPot and reChaptcha anti spam solutions. Supports GET variables (allows to pass GET variable info to the form). Option to turn off default CSS, add extra classes. User friendly UI, drag and drop sorting.
    6  * Version: 1.1.4
     6 * Version: 1.1.5
    77 * Author: Aidas Keburys @ Nutmedia
    88 * Author URI: http://nutmedia.co.uk
     
    545545        foreach($array as $key=>$arr){
    546546           
    547             if(!isset($arr['show_labels'])) $array[$key]['show_labels'] = 'false';
    548            
    549         }
     547            if(!empty($arr['nm_form_id'])){
     548                if(!isset($arr['show_labels'])) $array[$key]['show_labels'] = 'false';
     549            }
     550           
     551        }
     552
    550553        return $array;
    551554       
  • nm-contact-forms/trunk/readme.txt

    r1198548 r1213669  
    44Tags: contact form, contact form builder, contact form plugin, contact forms, contact us, feedback form, form, form builder, web form, contacts, contacts shortcode, contact plugin wordpress, easy contact form, simple contact form, form, feedback form 
    55Requires at least: 3.0.1
    6 Tested up to: 4.2.2
    7 Stable tag: 1.1.4
     6Tested up to: 4.2.4
     7Stable tag: 1.1.5
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134
    135135== Changelog ==
     136= 1.1.5 =
     137* Fixed settings page bug.
    136138= 1.1.4 =
    137139* Fixed show labels setting error.
Note: See TracChangeset for help on using the changeset viewer.