Version Description
Fixed: Bug on "Advanced Layout"
Download this release
Release Info
Developer | webdorado |
Plugin | Form Maker by WD – user-friendly drag & drop Form Builder plugin |
Version | 1.9.10 |
Comparing to | |
See all releases |
Code changes from version 1.9.9 to 1.9.10
- admin/views/FMViewManage_fm.php +1 -1
- form-maker.php +2 -2
- readme.txt +6 -54
admin/views/FMViewManage_fm.php
CHANGED
@@ -4352,7 +4352,7 @@ class FMViewManage_fm {
|
|
4352 |
foreach($ids as $key => $id) {
|
4353 |
if ($types[$key] != "type_section_break") {
|
4354 |
?>
|
4355 |
-
<button onClick="insertAtCursor_form('<?php echo $ids[$key]; ?>','<?php echo $labels[$key]; ?>')" class="fm_label_buttons" title="<?php echo $labels[$key]; ?>"><?php echo $labels[$key]; ?></button>
|
4356 |
<?php
|
4357 |
}
|
4358 |
}
|
4352 |
foreach($ids as $key => $id) {
|
4353 |
if ($types[$key] != "type_section_break") {
|
4354 |
?>
|
4355 |
+
<button type="button" onClick="insertAtCursor_form('<?php echo $ids[$key]; ?>','<?php echo $labels[$key]; ?>')" class="fm_label_buttons" title="<?php echo $labels[$key]; ?>"><?php echo $labels[$key]; ?></button>
|
4356 |
<?php
|
4357 |
}
|
4358 |
}
|
form-maker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Form Maker
|
4 |
* Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
-
* Version: 1.9.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: https://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -272,7 +272,7 @@ function register_fmemailverification_cpt(){
|
|
272 |
// Activate plugin.
|
273 |
function form_maker_activate() {
|
274 |
$version = get_option("wd_form_maker_version");
|
275 |
-
$new_version = '1.9.
|
276 |
global $wpdb;
|
277 |
if (!$version) {
|
278 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
3 |
* Plugin Name: Form Maker
|
4 |
* Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
+
* Version: 1.9.10
|
7 |
* Author: WebDorado
|
8 |
* Author URI: https://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
272 |
// Activate plugin.
|
273 |
function form_maker_activate() {
|
274 |
$version = get_option("wd_form_maker_version");
|
275 |
+
$new_version = '1.9.10';
|
276 |
global $wpdb;
|
277 |
if (!$version) {
|
278 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
|
|
3 |
Donate link: https://web-dorado.com/products/wordpress-form.html
|
4 |
Tags: captcha, contact, contact form, contact forms, custom form, email, feedback, form, form builder, form manager, forms, survey
|
5 |
Requires at least: 3.4
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -156,58 +156,7 @@ Upgrade to [WordPress Form Maker Pro](https://web-dorado.com/products/wordpress-
|
|
156 |
* Google Maps API Integration, possibility to use the maps in two different form fields of the Form Maker.
|
157 |
* Possibility to include tax percentage within PayPal options for the localization of the payment.
|
158 |
|
159 |
-
|
160 |
-
### Supported languages Of Form Maker
|
161 |
-
|
162 |
-
*If you need language of Form Maker which is not included in this list, please contact us and we will do the translation of Form Maker within 3 days. If you find any mistakes in the translation, please contact us and we will make relevant corrections within 3 days.*
|
163 |
-
|
164 |
-
Afrikaans (af)
|
165 |
-
Albanian (sq)
|
166 |
-
Arabic (ar)
|
167 |
-
Armenian (hy_AM)
|
168 |
-
Belarusian (be_BY)
|
169 |
-
Bulgarian (bg_BG)
|
170 |
-
Catalan (ca)
|
171 |
-
Chinese, Simplified (zh_CN)
|
172 |
-
Croatian (hr)
|
173 |
-
Czech (cs_CZ)
|
174 |
-
Danish (da_DK)
|
175 |
-
Dutch (nl_NL)
|
176 |
-
Esperanto (eo_EO)
|
177 |
-
Estonian (et)
|
178 |
-
Finnish (fi)
|
179 |
-
French (fr_FR)
|
180 |
-
Galician (gl_ES)
|
181 |
-
Georgian (ka_GE)
|
182 |
-
German (de_DE)
|
183 |
-
Greek (el)
|
184 |
-
Hebrew (he_IL)
|
185 |
-
Hindi (hi_IN)
|
186 |
-
Hungarian (hu_HU)
|
187 |
-
Indonesian (id_ID)
|
188 |
-
Italian (it_IT)
|
189 |
-
Japanese (ja)
|
190 |
-
Korean (ko_KR)
|
191 |
-
Latvian (lv)
|
192 |
-
Lithuanian (lt_LT)
|
193 |
-
Macedonian (mk_MK)
|
194 |
-
Malay (ms_MY)
|
195 |
-
Maltese (mt_MT)
|
196 |
-
Norwegian (nb_NO)
|
197 |
-
Persian (fa_IR)
|
198 |
-
Polish (pl_PL)
|
199 |
-
Portuguese (pt_PT)
|
200 |
-
Russian (ru_RU)
|
201 |
-
Romanian (ro_RO)
|
202 |
-
Serbian (sr_RS)
|
203 |
-
Slovak (sk_SK)
|
204 |
-
Spanish (es_ES)
|
205 |
-
Swedish (sv_SE)
|
206 |
-
Tamil (ta)
|
207 |
-
Thai (th)
|
208 |
-
Turkish (tr_TR)
|
209 |
-
Ukrainian (uk_UA)
|
210 |
-
Vietnamese (vi)
|
211 |
|
212 |
== Installation ==
|
213 |
|
@@ -366,6 +315,9 @@ Email field should be used since it verifies that an entry format fulfills examp
|
|
366 |
|
367 |
== Changelog ==
|
368 |
|
|
|
|
|
|
|
369 |
= 1.9.9 =
|
370 |
Changed: Featured plugins page
|
371 |
|
3 |
Donate link: https://web-dorado.com/products/wordpress-form.html
|
4 |
Tags: captcha, contact, contact form, contact forms, custom form, email, feedback, form, form builder, form manager, forms, survey
|
5 |
Requires at least: 3.4
|
6 |
+
Tested up to: 4.6
|
7 |
+
Stable tag: 1.9.10
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
156 |
* Google Maps API Integration, possibility to use the maps in two different form fields of the Form Maker.
|
157 |
* Possibility to include tax percentage within PayPal options for the localization of the payment.
|
158 |
|
159 |
+
*If you need language of Form Maker which is not included, please contact us and we will do the translation of Form Maker within 3 days. If you find any mistakes in the translation, please contact us and we will make relevant corrections within 3 days.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
|
161 |
== Installation ==
|
162 |
|
315 |
|
316 |
== Changelog ==
|
317 |
|
318 |
+
= 1.9.10 =
|
319 |
+
Fixed: Bug on "Advanced Layout"
|
320 |
+
|
321 |
= 1.9.9 =
|
322 |
Changed: Featured plugins page
|
323 |
|