Version Description
Download this release
Release Info
Developer | umarbajwa |
Plugin | Form Builder | Create Responsive Contact Forms |
Version | 1.8.5.1 |
Comparing to | |
See all releases |
Code changes from version 1.8.5 to 1.8.5.1
- admin/assets/css/notification/notification-manager.css +4 -4
- admin/assets/css/style.css +3 -3
- admin/views/tab-fields.php +1 -1
- forms.php +1 -1
- readme.txt +6 -1
admin/assets/css/notification/notification-manager.css
CHANGED
@@ -159,10 +159,10 @@ textarea#emailTemplate {
|
|
159 |
}
|
160 |
|
161 |
#addNewNotificationButton:hover {
|
162 |
-
background-color: #
|
163 |
}
|
164 |
.saveNotificationButton:hover {
|
165 |
-
background-color: #
|
166 |
}
|
167 |
|
168 |
#addNewNotificationButton {
|
@@ -170,8 +170,8 @@ textarea#emailTemplate {
|
|
170 |
width: 200px;
|
171 |
height: 50px;
|
172 |
line-height: 50px;
|
173 |
-
color: #
|
174 |
-
background-color: #
|
175 |
font-weight: bold;
|
176 |
font-size: 16px;
|
177 |
}
|
159 |
}
|
160 |
|
161 |
#addNewNotificationButton:hover {
|
162 |
+
background-color: #5d8232;
|
163 |
}
|
164 |
.saveNotificationButton:hover {
|
165 |
+
background-color: #5d8232;
|
166 |
}
|
167 |
|
168 |
#addNewNotificationButton {
|
170 |
width: 200px;
|
171 |
height: 50px;
|
172 |
line-height: 50px;
|
173 |
+
color: #fff;
|
174 |
+
background-color: #8BC34A;
|
175 |
font-weight: bold;
|
176 |
font-size: 16px;
|
177 |
}
|
admin/assets/css/style.css
CHANGED
@@ -207,14 +207,14 @@ label.required:after {
|
|
207 |
line-height: 50px;
|
208 |
position: relative;
|
209 |
left: 35%;
|
210 |
-
color: #
|
211 |
-
background-color: #
|
212 |
font-weight: bold;
|
213 |
font-size: 16px;
|
214 |
}
|
215 |
|
216 |
#saveForm:hover {
|
217 |
-
background-color: #
|
218 |
}
|
219 |
|
220 |
#serverModalCont {
|
207 |
line-height: 50px;
|
208 |
position: relative;
|
209 |
left: 35%;
|
210 |
+
color: #fff;
|
211 |
+
background-color: #8BC34A;
|
212 |
font-weight: bold;
|
213 |
font-size: 16px;
|
214 |
}
|
215 |
|
216 |
#saveForm:hover {
|
217 |
+
background-color: #5d8232;
|
218 |
}
|
219 |
|
220 |
#serverModalCont {
|
admin/views/tab-fields.php
CHANGED
@@ -147,7 +147,7 @@
|
|
147 |
</li>
|
148 |
|
149 |
|
150 |
-
<a href="http://web-settler.com/form-builder/?ref=unlockfields" target="_blank" style="text-decoration: underline; color: #fff;"><h4 class="headingFieldFeature" style="background: #
|
151 |
|
152 |
|
153 |
<li class="field likert smuzlocked">
|
147 |
</li>
|
148 |
|
149 |
|
150 |
+
<a href="http://web-settler.com/form-builder/?ref=unlockfields" target="_blank" style="text-decoration: underline; color: #fff;"><h4 class="headingFieldFeature" style="background: #FF9800; color: #fff; padding:10px 5px 10px 5px; text-align: center;"><?php smuzform_translate_e( 'Unlock Premium Elements' ) ?></a></h4>
|
151 |
|
152 |
|
153 |
<li class="field likert smuzlocked">
|
forms.php
CHANGED
@@ -5,7 +5,7 @@ Description: Create Resposnive Forms using Drag & Drop Visual Builder.
|
|
5 |
Author: Web-Settler
|
6 |
Author URI: http://web-settler.com/form-builder/
|
7 |
Plugin URI: http://web-settler.com/form-builder/
|
8 |
-
Version: 1.8.5
|
9 |
License: GPL V2+
|
10 |
**/
|
11 |
|
5 |
Author: Web-Settler
|
6 |
Author URI: http://web-settler.com/form-builder/
|
7 |
Plugin URI: http://web-settler.com/form-builder/
|
8 |
+
Version: 1.8.5.1
|
9 |
License: GPL V2+
|
10 |
**/
|
11 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: umarbajwa
|
|
3 |
Requires at least: 3.7
|
4 |
Tested up to: 4.9
|
5 |
Tags: contact form, form builder, contact me, custom contact form, form, custom formss
|
6 |
-
Stable tag: 1.8.5
|
7 |
Donate Link: http://web-settler.com/form-builder/
|
8 |
License: GPL V2 or latest
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -250,6 +250,11 @@ A: Yes, You can edit your Form entries from entry manager.
|
|
250 |
|
251 |
== Changelog ==
|
252 |
|
|
|
|
|
|
|
|
|
|
|
253 |
= 1.8 =
|
254 |
|
255 |
* Added drag and drop in contact form editing panel.
|
3 |
Requires at least: 3.7
|
4 |
Tested up to: 4.9
|
5 |
Tags: contact form, form builder, contact me, custom contact form, form, custom formss
|
6 |
+
Stable tag: 1.8.5.1
|
7 |
Donate Link: http://web-settler.com/form-builder/
|
8 |
License: GPL V2 or latest
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
250 |
|
251 |
== Changelog ==
|
252 |
|
253 |
+
= 1.8.5 =
|
254 |
+
|
255 |
+
* Performance Improvement
|
256 |
+
* Minor Fixes.
|
257 |
+
|
258 |
= 1.8 =
|
259 |
|
260 |
* Added drag and drop in contact form editing panel.
|