Version Description
- Changed: reCAPTCHA settings description to include link to how-to article
Download this release
Release Info
Developer | jaredatch |
Plugin | Contact Form by WPForms – Drag & Drop Form Builder for WordPress |
Version | 1.1.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.8.1 to 1.1.8.2
- includes/admin/class-settings.php +1 -1
- readme.txt +3 -0
- wpforms.php +2 -2
includes/admin/class-settings.php
CHANGED
@@ -249,7 +249,7 @@ class WPForms_Settings {
|
|
249 |
<td class="section" colspan="2">
|
250 |
<hr>
|
251 |
<h4><?php _e( 'reCAPTCHA', 'wpforms' ); ?></h4>
|
252 |
-
<p><?php _e( 'reCAPTCHA is a free anti-spam service from Google. Its helps protect your website from spam and abuse while letting real people pass through with ease. <a href="http://www.google.com/recaptcha/intro/index.html" target="_blank">Visit reCAPTCHA</a> to learn more
|
253 |
</td>
|
254 |
</tr>
|
255 |
<tr>
|
249 |
<td class="section" colspan="2">
|
250 |
<hr>
|
251 |
<h4><?php _e( 'reCAPTCHA', 'wpforms' ); ?></h4>
|
252 |
+
<p><?php _e( 'reCAPTCHA is a free anti-spam service from Google. Its helps protect your website from spam and abuse while letting real people pass through with ease. <a href="http://www.google.com/recaptcha/intro/index.html" target="_blank">Visit reCAPTCHA</a> to learn more and sign up for a free account or <a href="https://wpforms.com/docs/setup-captcha-wpforms/" target="_blank">read our walk through</a> for step-by-step directions.', 'wpforms' ); ?></p>
|
253 |
</td>
|
254 |
</tr>
|
255 |
<tr>
|
readme.txt
CHANGED
@@ -159,6 +159,9 @@ Syed Balkhi
|
|
159 |
|
160 |
== Changelog ==
|
161 |
|
|
|
|
|
|
|
162 |
= 1.1.8.1 =
|
163 |
* Fixed: PHP warnings inside the form builder
|
164 |
|
159 |
|
160 |
== Changelog ==
|
161 |
|
162 |
+
= 1.1.8.2 =
|
163 |
+
* Changed: reCAPTCHA settings description to include link to how-to article
|
164 |
+
|
165 |
= 1.1.8.1 =
|
166 |
* Fixed: PHP warnings inside the form builder
|
167 |
|
wpforms.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
|
6 |
* Author: WPForms
|
7 |
* Author URI: https://wpforms.com
|
8 |
-
* Version: 1.1.8.
|
9 |
* Text Domain: wpforms
|
10 |
* Domain Path: languages
|
11 |
*
|
@@ -54,7 +54,7 @@ final class WPForms_Lite {
|
|
54 |
* @since 1.0.0
|
55 |
* @var sting
|
56 |
*/
|
57 |
-
private $version = '1.1.8.
|
58 |
|
59 |
/**
|
60 |
* The form data handler instance.
|
5 |
* Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
|
6 |
* Author: WPForms
|
7 |
* Author URI: https://wpforms.com
|
8 |
+
* Version: 1.1.8.2
|
9 |
* Text Domain: wpforms
|
10 |
* Domain Path: languages
|
11 |
*
|
54 |
* @since 1.0.0
|
55 |
* @var sting
|
56 |
*/
|
57 |
+
private $version = '1.1.8.2';
|
58 |
|
59 |
/**
|
60 |
* The form data handler instance.
|