Version Description
(10 April 2019) = * Bug fixes
Download this release
Release Info
Developer | 123contactform |
Plugin | Forms by CaptainForm – Form Builder for WordPress |
Version | 2.5.2 |
Comparing to | |
See all releases |
Code changes from version 2.5.1 to 2.5.2
- admin/css/iframe_popup.css +2 -2
- captainform.php +1 -1
- includes/class-captainform.php +1 -1
- readme.txt +3 -0
admin/css/iframe_popup.css
CHANGED
@@ -299,6 +299,6 @@ textarea.formal{
|
|
299 |
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
|
300 |
}
|
301 |
|
302 |
-
#TB_overlay.captainform{
|
303 |
z-index: 100500 !important;
|
304 |
-
}
|
299 |
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
|
300 |
}
|
301 |
|
302 |
+
/* #TB_overlay.captainform{
|
303 |
z-index: 100500 !important;
|
304 |
+
} */
|
captainform.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: CaptainForm
|
17 |
* Plugin URI: http://captainform.com
|
18 |
* Description: CaptainForm is a fully-featured WordPress form plugin created for web designers, developers, and also for non-tech savvy users.
|
19 |
-
* Version: 2.5.
|
20 |
* Author: captainform
|
21 |
* Author URI: https://profiles.wordpress.org/captainform
|
22 |
* License: GPL-2.0+
|
16 |
* Plugin Name: CaptainForm
|
17 |
* Plugin URI: http://captainform.com
|
18 |
* Description: CaptainForm is a fully-featured WordPress form plugin created for web designers, developers, and also for non-tech savvy users.
|
19 |
+
* Version: 2.5.2
|
20 |
* Author: captainform
|
21 |
* Author URI: https://profiles.wordpress.org/captainform
|
22 |
* License: GPL-2.0+
|
includes/class-captainform.php
CHANGED
@@ -105,7 +105,7 @@ class Captainform {
|
|
105 |
public function __construct() {
|
106 |
|
107 |
$this->plugin_name = 'captainform';
|
108 |
-
$this->version = '2.5.
|
109 |
|
110 |
$this->load_dependencies();
|
111 |
$this->set_locale();
|
105 |
public function __construct() {
|
106 |
|
107 |
$this->plugin_name = 'captainform';
|
108 |
+
$this->version = '2.5.2';
|
109 |
|
110 |
$this->load_dependencies();
|
111 |
$this->set_locale();
|
readme.txt
CHANGED
@@ -482,6 +482,9 @@ We support MasterCard, Visa, PayPal, American Express, JCB, Discover/Novus and D
|
|
482 |
Click on the Cancel subscription button in the My Account section and fill out the cancellation form. All premium features will be deactivated when your license key will expire. You can upgrade again at any time by purchasing a new license key.
|
483 |
|
484 |
== Changelog ==
|
|
|
|
|
|
|
485 |
= 2.5.1 (09 April 2019) =
|
486 |
* Bug fixes and added support for WordPress 5.1 or higher
|
487 |
|
482 |
Click on the Cancel subscription button in the My Account section and fill out the cancellation form. All premium features will be deactivated when your license key will expire. You can upgrade again at any time by purchasing a new license key.
|
483 |
|
484 |
== Changelog ==
|
485 |
+
= 2.5.2 (10 April 2019) =
|
486 |
+
* Bug fixes
|
487 |
+
|
488 |
= 2.5.1 (09 April 2019) =
|
489 |
* Bug fixes and added support for WordPress 5.1 or higher
|
490 |
|