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

Version Description

Download this release

Release Info

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

Code changes from version 1.0.4 to 1.0.5

Files changed (2) hide show
  1. pirate-forms.php +3 -2
  2. readme.txt +0 -12
pirate-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Pirate Forms - Contact form and SMTP Plugin
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.4
7
  Author: Themeisle
8
  Author URI: http://themeisle.com
9
  Text Domain: pirate-forms
@@ -520,7 +520,7 @@ function pirate_forms_process_contact() {
520
 
521
 
522
  // Sent an email notification to the correct address
523
- $headers = "From: $send_from_name <$send_from>\r\nReply-To: $send_from_name <$send_from>";
524
 
525
  add_action( 'phpmailer_init', 'pirate_forms_phpmailer' );
526
 
@@ -646,6 +646,7 @@ function pirate_forms_add_styles_and_scripts() {
646
  wp_localize_script( 'pirate_forms_scripts_general', 'pirateFormsObject', array(
647
  'errors' => $pirate_forms_errors
648
  ) );
 
649
  }
650
 
651
  add_action( 'admin_enqueue_scripts', 'pirate_forms_admin_css' );
3
  Plugin Name: Pirate Forms - Contact form and SMTP Plugin
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.5
7
  Author: Themeisle
8
  Author URI: http://themeisle.com
9
  Text Domain: pirate-forms
520
 
521
 
522
  // Sent an email notification to the correct address
523
+ $headers = "From: $send_from_name <$send_from>\r\nReply-To: $pirate_forms_contact_name <$pirate_forms_contact_email>";
524
 
525
  add_action( 'phpmailer_init', 'pirate_forms_phpmailer' );
526
 
646
  wp_localize_script( 'pirate_forms_scripts_general', 'pirateFormsObject', array(
647
  'errors' => $pirate_forms_errors
648
  ) );
649
+
650
  }
651
 
652
  add_action( 'admin_enqueue_scripts', 'pirate_forms_admin_css' );
readme.txt CHANGED
@@ -3,7 +3,6 @@ Contributors: themeisle, codeinwp
3
  Tags: Attachment, cnotact, conact, contact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, contatc, copy, email submit form, email subscription, feedback, feedback form, form, insert the shortcode, message form, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback,smtp,recaptcha
4
  Requires at least: 3.0
5
  Tested up to: 4.3
6
- Stable tag: trunk
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -65,14 +64,3 @@ Activating the Pirate Contact Form plugin is just like any other plugin. If you'
65
  2. Screenshot 2. How to customize contact form labels
66
  3. Screenshot 3. How to use reCaptcha
67
  4. Screenshot 4. Enabling SMTP
68
-
69
- == Changelog ==
70
-
71
- = 1.0.4 =
72
- * Default value for notification sender email
73
-
74
- = 1.0.3 =
75
- * Spanish translations and layout fixes
76
-
77
- = 1.0.0 =
78
- * The first version of the plugin was implemented.
3
  Tags: Attachment, cnotact, conact, contact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, contatc, copy, email submit form, email subscription, feedback, feedback form, form, insert the shortcode, message form, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback,smtp,recaptcha
4
  Requires at least: 3.0
5
  Tested up to: 4.3
 
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
 
64
  2. Screenshot 2. How to customize contact form labels
65
  3. Screenshot 3. How to use reCaptcha
66
  4. Screenshot 4. Enabling SMTP