Version Description
- Fixed: Plugin settings page not correctly showing
Download this release
Release Info
| Developer | jaredatch |
| Plugin | |
| Version | 1.2.4.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.4 to 1.2.4.1
- lite/includes/admin/class-settings.php +17 -0
- readme.txt +3 -0
- wpforms.php +2 -2
lite/includes/admin/class-settings.php
CHANGED
|
@@ -313,6 +313,23 @@ class WPForms_Settings {
|
|
| 313 |
?>
|
| 314 |
<div id="wpforms-settings" class="wrap">
|
| 315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 316 |
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
| 317 |
|
| 318 |
<div id="wpforms-tabs" class="wpforms-clear">
|
| 313 |
?>
|
| 314 |
<div id="wpforms-settings" class="wrap">
|
| 315 |
|
| 316 |
+
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
| 317 |
+
|
| 318 |
+
<div class="wpforms-circle-loader">
|
| 319 |
+
<div class="wpforms-circle-1 wpforms-circle"></div>
|
| 320 |
+
<div class="wpforms-circle-2 wpforms-circle"></div>
|
| 321 |
+
<div class="wpforms-circle-3 wpforms-circle"></div>
|
| 322 |
+
<div class="wpforms-circle-4 wpforms-circle"></div>
|
| 323 |
+
<div class="wpforms-circle-5 wpforms-circle"></div>
|
| 324 |
+
<div class="wpforms-circle-6 wpforms-circle"></div>
|
| 325 |
+
<div class="wpforms-circle-7 wpforms-circle"></div>
|
| 326 |
+
<div class="wpforms-circle-8 wpforms-circle"></div>
|
| 327 |
+
<div class="wpforms-circle-9 wpforms-circle"></div>
|
| 328 |
+
<div class="wpforms-circle-10 wpforms-circle"></div>
|
| 329 |
+
<div class="wpforms-circle-11 wpforms-circle"></div>
|
| 330 |
+
<div class="wpforms-circle-12 wpforms-circle"></div>
|
| 331 |
+
</div>
|
| 332 |
+
|
| 333 |
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
| 334 |
|
| 335 |
<div id="wpforms-tabs" class="wpforms-clear">
|
readme.txt
CHANGED
|
@@ -160,6 +160,9 @@ Syed Balkhi
|
|
| 160 |
|
| 161 |
== Changelog ==
|
| 162 |
|
|
|
|
|
|
|
|
|
|
| 163 |
= 1.2.4 =
|
| 164 |
- Added: Additional logging and error reporting
|
| 165 |
- Changed: Footer asset detection priority, for improved capatibility with other services
|
| 160 |
|
| 161 |
== Changelog ==
|
| 162 |
|
| 163 |
+
= 1.2.4.1 =
|
| 164 |
+
- Fixed: Plugin settings page not correctly showing
|
| 165 |
+
|
| 166 |
= 1.2.4 =
|
| 167 |
- Added: Additional logging and error reporting
|
| 168 |
- Changed: Footer asset detection priority, for improved capatibility with other services
|
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.2.4
|
| 9 |
* Text Domain: wpforms
|
| 10 |
* Domain Path: languages
|
| 11 |
*
|
|
@@ -81,7 +81,7 @@ final class WPForms {
|
|
| 81 |
* @since 1.0.0
|
| 82 |
* @var sting
|
| 83 |
*/
|
| 84 |
-
public $version = '1.2.4';
|
| 85 |
|
| 86 |
/**
|
| 87 |
* 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.2.4.1
|
| 9 |
* Text Domain: wpforms
|
| 10 |
* Domain Path: languages
|
| 11 |
*
|
| 81 |
* @since 1.0.0
|
| 82 |
* @var sting
|
| 83 |
*/
|
| 84 |
+
public $version = '1.2.4.1';
|
| 85 |
|
| 86 |
/**
|
| 87 |
* The form data handler instance.
|
