Version Description
- Update screenshots
- Added a clearfix after the Pirate Forms widget to avoid messed layout
- Update compatible WordPress version number
Download this release
Release Info
Developer | codeinwp |
Plugin | Contact Form & SMTP Plugin for WordPress by PirateForms |
Version | 1.0.15 |
Comparing to | |
See all releases |
Code changes from version 1.0.14 to 1.0.15
- CHANGELOG.md +6 -4
- inc/settings.php +0 -2
- inc/widget.php +2 -0
- pirate-forms.php +1 -1
- readme.txt +6 -1
CHANGELOG.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
|
|
|
|
|
|
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
|
6 |
|
7 |
|
8 |
-
Reorganize backend content
|
1 |
|
2 |
+
|
3 |
+
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
|
8 |
|
9 |
|
10 |
|
|
inc/settings.php
CHANGED
@@ -442,8 +442,6 @@ function pirate_forms_admin() {
|
|
442 |
|
443 |
<hr>
|
444 |
|
445 |
-
<img class="pirate_forms_preview" src="<?php echo plugins_url( '../img/preview.png', __FILE__ ) ?>">
|
446 |
-
|
447 |
<p><?php esc_html_e( 'There are 3 ways of using the newly created form:','pirate-forms' ); ?></p>
|
448 |
<ol>
|
449 |
<li><?php esc_html_e( 'Add a ','pirate-forms' ); ?><strong><a href="<?php echo admin_url( 'widgets.php' ); ?>"><?php esc_html_e( 'widget','pirate-forms' ); ?></a></strong></li>
|
442 |
|
443 |
<hr>
|
444 |
|
|
|
|
|
445 |
<p><?php esc_html_e( 'There are 3 ways of using the newly created form:','pirate-forms' ); ?></p>
|
446 |
<ol>
|
447 |
<li><?php esc_html_e( 'Add a ','pirate-forms' ); ?><strong><a href="<?php echo admin_url( 'widgets.php' ); ?>"><?php esc_html_e( 'widget','pirate-forms' ); ?></a></strong></li>
|
inc/widget.php
CHANGED
@@ -40,6 +40,8 @@ class pirate_forms_contact_widget extends WP_Widget {
|
|
40 |
|
41 |
echo do_shortcode('[pirate_forms]');
|
42 |
|
|
|
|
|
43 |
echo '</div>' . $after_widget;
|
44 |
|
45 |
}
|
40 |
|
41 |
echo do_shortcode('[pirate_forms]');
|
42 |
|
43 |
+
echo '<div class="pirate_forms_clearfix"></div>';
|
44 |
+
|
45 |
echo '</div>' . $after_widget;
|
46 |
|
47 |
}
|
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.
|
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.15
|
7 |
Author: Themeisle
|
8 |
Author URI: http://themeisle.com
|
9 |
Text Domain: pirate-forms
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: themeisle, codeinwp, rodicaelena, alexandrastan001, gouravwptech, hardeepasrani
|
3 |
Tags: contact form 7,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,admin, advanced form, best contact form plugin, contact, contact button, contact form, contact form builder, Contact Form Builder with recaptcha, contact form plugin, contact forms, contact forms plugin, contact manager, contact us, contact us form, contacts form plugin, custom form, feedback, feedback form, feedback forms, form, forms, forms plugin, post feedback, web form, web forms, wordpress contact form
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 4.
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -77,6 +77,11 @@ Activating the Pirate Contact Form plugin is just like any other plugin. If you'
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
|
|
|
|
80 |
= 1.0.14 =
|
81 |
* Fix issues with checkboxes not saving data
|
82 |
* Redo the layout of the plugin's admin area
|
2 |
Contributors: themeisle, codeinwp, rodicaelena, alexandrastan001, gouravwptech, hardeepasrani
|
3 |
Tags: contact form 7,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,admin, advanced form, best contact form plugin, contact, contact button, contact form, contact form builder, Contact Form Builder with recaptcha, contact form plugin, contact forms, contact forms plugin, contact manager, contact us, contact us form, contacts form plugin, custom form, feedback, feedback form, feedback forms, form, forms, forms plugin, post feedback, web form, web forms, wordpress contact form
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 4.5.2
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
77 |
|
78 |
== Changelog ==
|
79 |
|
80 |
+
= 1.0.15 =
|
81 |
+
* Update screenshots
|
82 |
+
* Added a clearfix after the Pirate Forms widget to avoid messed layout
|
83 |
+
* Update compatible WordPress version number
|
84 |
+
|
85 |
= 1.0.14 =
|
86 |
* Fix issues with checkboxes not saving data
|
87 |
* Redo the layout of the plugin's admin area
|