Changeset 1213669
- Timestamp:
- 08/05/2015 07:18:56 PM (11 years ago)
- Location:
- nm-contact-forms
- Files:
-
- 17 added
- 2 edited
-
tags/1.1.5 (added)
-
tags/1.1.5/admin (added)
-
tags/1.1.5/admin/admin.css (added)
-
tags/1.1.5/admin/forms.php (added)
-
tags/1.1.5/admin/images (added)
-
tags/1.1.5/admin/images/batman_new.png (added)
-
tags/1.1.5/admin/images/donation.png (added)
-
tags/1.1.5/admin/images/nm_close.png (added)
-
tags/1.1.5/admin/js (added)
-
tags/1.1.5/admin/js/nm_forms.js (added)
-
tags/1.1.5/admin/settings.php (added)
-
tags/1.1.5/css (added)
-
tags/1.1.5/css/front.css (added)
-
tags/1.1.5/index.php (added)
-
tags/1.1.5/readme.txt (added)
-
tags/1.1.5/templates (added)
-
tags/1.1.5/templates/email_template.php (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nm-contact-forms/trunk/index.php
r1198548 r1213669 4 4 * Plugin URI: http://nutmedia.co.uk/nm-contact-forms 5 5 * 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. 46 * Version: 1.1.5 7 7 * Author: Aidas Keburys @ Nutmedia 8 8 * Author URI: http://nutmedia.co.uk … … 545 545 foreach($array as $key=>$arr){ 546 546 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 550 553 return $array; 551 554 -
nm-contact-forms/trunk/readme.txt
r1198548 r1213669 4 4 Tags: 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 5 5 Requires at least: 3.0.1 6 Tested up to: 4.2. 27 Stable tag: 1.1. 46 Tested up to: 4.2.4 7 Stable tag: 1.1.5 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 134 134 135 135 == Changelog == 136 = 1.1.5 = 137 * Fixed settings page bug. 136 138 = 1.1.4 = 137 139 * Fixed show labels setting error.
Note: See TracChangeset
for help on using the changeset viewer.