Version Description
- Changed: Moved email related settings into email settings group
Download this release
Release Info
Developer | jaredatch |
Plugin | Contact Form by WPForms – Drag & Drop Form Builder for WordPress |
Version | 1.1.8 |
Comparing to | |
See all releases |
Code changes from version 1.1.7.2 to 1.1.8
- includes/admin/class-settings.php +20 -14
- readme.txt +3 -0
- wpforms.php +2 -2
includes/admin/class-settings.php
CHANGED
@@ -180,7 +180,7 @@ class WPForms_Settings {
|
|
180 |
|
181 |
printf( '<div class="updated below-h2"><p>%s</p></div>', __( 'General settings updated.', 'wpforms' ) );
|
182 |
|
183 |
-
}
|
184 |
}
|
185 |
}
|
186 |
?>
|
@@ -193,6 +193,25 @@ class WPForms_Settings {
|
|
193 |
|
194 |
<table class="form-table">
|
195 |
<tbody>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
<tr>
|
197 |
<th scope="row">
|
198 |
<label for="wpforms-settings-email-template"><?php _e( 'Email Template', 'wpforms' ); ?></label>
|
@@ -226,19 +245,6 @@ class WPForms_Settings {
|
|
226 |
</p>
|
227 |
</td>
|
228 |
</tr>
|
229 |
-
<tr>
|
230 |
-
<th scope="row">
|
231 |
-
<label for="wpforms-settings-general-css"><?php _e( 'Include Form Styling', 'wpforms' ); ?></label>
|
232 |
-
</th>
|
233 |
-
<td>
|
234 |
-
<select name="disable-css" id="wpforms-settings-general-css">
|
235 |
-
<option value="1" <?php selected( '1', $this->get( 'disable-css' ) ); ?>><?php _e( 'Base and form theme styling', 'wpforms' ); ?></option>
|
236 |
-
<option value="2" <?php selected( '2', $this->get( 'disable-css' ) ); ?>><?php _e( 'Base styling only', 'wpforms' ); ?></option>
|
237 |
-
<option value="3" <?php selected( '3', $this->get( 'disable-css' ) ); ?>><?php _e( 'None', 'wpforms' ); ?></option>
|
238 |
-
</select>
|
239 |
-
<p class="description"><?php _e( 'Determines which CSS files to load for the site.', 'wpforms' ); ?></p>
|
240 |
-
</td>
|
241 |
-
</tr>
|
242 |
<tr>
|
243 |
<td class="section" colspan="2">
|
244 |
<hr>
|
180 |
|
181 |
printf( '<div class="updated below-h2"><p>%s</p></div>', __( 'General settings updated.', 'wpforms' ) );
|
182 |
|
183 |
+
}
|
184 |
}
|
185 |
}
|
186 |
?>
|
193 |
|
194 |
<table class="form-table">
|
195 |
<tbody>
|
196 |
+
<tr>
|
197 |
+
<th scope="row">
|
198 |
+
<label for="wpforms-settings-general-css"><?php _e( 'Include Form Styling', 'wpforms' ); ?></label>
|
199 |
+
</th>
|
200 |
+
<td>
|
201 |
+
<select name="disable-css" id="wpforms-settings-general-css">
|
202 |
+
<option value="1" <?php selected( '1', $this->get( 'disable-css' ) ); ?>><?php _e( 'Base and form theme styling', 'wpforms' ); ?></option>
|
203 |
+
<option value="2" <?php selected( '2', $this->get( 'disable-css' ) ); ?>><?php _e( 'Base styling only', 'wpforms' ); ?></option>
|
204 |
+
<option value="3" <?php selected( '3', $this->get( 'disable-css' ) ); ?>><?php _e( 'None', 'wpforms' ); ?></option>
|
205 |
+
</select>
|
206 |
+
<p class="description"><?php _e( 'Determines which CSS files to load for the site.', 'wpforms' ); ?></p>
|
207 |
+
</td>
|
208 |
+
</tr>
|
209 |
+
<tr>
|
210 |
+
<td class="section" colspan="2">
|
211 |
+
<hr>
|
212 |
+
<h4><?php _e( 'Email', 'wpforms' ); ?></h4>
|
213 |
+
</td>
|
214 |
+
</tr>
|
215 |
<tr>
|
216 |
<th scope="row">
|
217 |
<label for="wpforms-settings-email-template"><?php _e( 'Email Template', 'wpforms' ); ?></label>
|
245 |
</p>
|
246 |
</td>
|
247 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
<tr>
|
249 |
<td class="section" colspan="2">
|
250 |
<hr>
|
readme.txt
CHANGED
@@ -159,6 +159,9 @@ Syed Balkhi
|
|
159 |
|
160 |
== Changelog ==
|
161 |
|
|
|
|
|
|
|
162 |
= 1.1.7.2 =
|
163 |
* Added: "WPForm" to new-content admin bar menu item
|
164 |
|
159 |
|
160 |
== Changelog ==
|
161 |
|
162 |
+
= 1.1.8 =
|
163 |
+
* Changed: Moved email related settings into email settings group
|
164 |
+
|
165 |
= 1.1.7.2 =
|
166 |
* Added: "WPForm" to new-content admin bar menu item
|
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.
|
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.
|
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
|
9 |
* Text Domain: wpforms
|
10 |
* Domain Path: languages
|
11 |
*
|
54 |
* @since 1.0.0
|
55 |
* @var sting
|
56 |
*/
|
57 |
+
private $version = '1.1.8';
|
58 |
|
59 |
/**
|
60 |
* The form data handler instance.
|