Contact Form & SMTP Plugin for WordPress by PirateForms - Version 1.0.16

Version Description

  • textarea field not saving
Download this release

Release Info

Developer codeinwp
Plugin Icon 128x128 Contact Form & SMTP Plugin for WordPress by PirateForms
Version 1.0.16
Comparing to
See all releases

Code changes from version 1.0.15 to 1.0.16

Files changed (5) hide show
  1. CHANGELOG.md +4 -2
  2. img/preview.png +0 -0
  3. inc/settings.php +1 -1
  4. pirate-forms.php +1 -1
  5. readme.txt +3 -0
CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
 
 
 
 
2
- #89 textarea field not saving
3
 
4
 
5
 
6
- Update screenshots
1
 
2
+
3
+
4
+
5
+
6
 
7
 
8
 
 
img/preview.png DELETED
Binary file
inc/settings.php CHANGED
@@ -568,7 +568,7 @@ function pirate_forms_admin() {
568
 
569
  </label>
570
 
571
- <textarea name="<?php echo $opt_id; ?>" id="<?php echo $opt_id ?>" type="<?php echo $opt_type; ?>" value="<?php echo stripslashes( $opt_val ); ?>" rows="5" cols="30"></textarea>
572
  </div>
573
 
574
  <?php
568
 
569
  </label>
570
 
571
+ <textarea name="<?php echo $opt_id; ?>" id="<?php echo $opt_id ?>" type="<?php echo $opt_type; ?>" rows="5" cols="30"><?php echo stripslashes( $opt_val ); ?></textarea>
572
  </div>
573
 
574
  <?php
pirate-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Free & Simple Contact Form Plugin - PirateForms
4
  Plugin URI: http://themeisle.com/plugins/pirate-forms/
5
  Description: Easily creates a nice looking, simple contact form on your WP site.
6
- Version: 1.0.15
7
  Author: Themeisle
8
  Author URI: http://themeisle.com
9
  Text Domain: pirate-forms
3
  Plugin Name: Free & Simple Contact Form Plugin - PirateForms
4
  Plugin URI: http://themeisle.com/plugins/pirate-forms/
5
  Description: Easily creates a nice looking, simple contact form on your WP site.
6
+ Version: 1.0.16
7
  Author: Themeisle
8
  Author URI: http://themeisle.com
9
  Text Domain: pirate-forms
readme.txt CHANGED
@@ -77,6 +77,9 @@ Activating the Pirate Contact Form plugin is just like any other plugin. If you'
77
 
78
  == Changelog ==
79
 
 
 
 
80
  = 1.0.15 =
81
  * Update screenshots
82
  * Added a clearfix after the Pirate Forms widget to avoid messed layout
77
 
78
  == Changelog ==
79
 
80
+ = 1.0.16 =
81
+ * textarea field not saving
82
+
83
  = 1.0.15 =
84
  * Update screenshots
85
  * Added a clearfix after the Pirate Forms widget to avoid messed layout