Added : Add debug mode. no send mail and logging when set “define( ‘MWFORM_DEBUG’, true );”.
Added : Add filter hook mwform_log_directory.
Changed : Refactoring admin pages.
Changed : Changed generating method of file name that uploaded.
Bugfix : Fixed ai, psd, eps file upload bug.
Bugfix : Fix typo.
2.2.7
Changed : Changed to be able to use “:” as value at checkbox, select, radio.
2.2.6
Added : Adding MW_WP_Form_Data object to augment of mail related hooks.
Added : Adding MW_WP_Form_Data object to augment of mwform_validation hook.
Bug fix : Fixed a bug that post_title is not parsed when contact data saving in database.
Bug fix : Fixed a bug that post value is sent and saved when children attribute separate at post value and display value.
2.2.5
Bug fix : Fixed a checkbox bug.
2.2.4
Added : Added sortable handle in validation settings and chart settings.
Bug fix : Fixed a children attribute bug.
Bug fix : Fixed a bug that also “contact data” menu is displayed when there is no form that has been set contact data saving.
2.2.3
Bug fix : Fixed a bug that exec shortcode are not converted when use template.
2.2.2
Bug fix : Fixed a tel validation bug.
Bug fix : Fixed a zip validation bug.
Bug fix : Fixed a in validation bug.
2.2.1
Bug fix : Fixed a bug that remove_query_vars_from_post() is not executed.
Bug fix : Fixed a akismet feature bug.
Bug fix : Fixed a uninstall bug.
2.2.0
Refactoring
Bug fix : Fixed a mwform_tracking_number_title filter hook bug.
Bug fix : Fixed a bug that can not set the more than 2 default values of the checkbox.
Bug fix : Fixed a bug that double quotation of shortcodes are escaped in manual form.
Changed : Class name changed MW_Form_Field to MW_WP_Form_Abstract_Form_Field.
Changed : Class name changed MW_Validation_Rule to MW_WP_Form_Abstract_Validation_Rule.
Changed : Zip or Tel validation can use Japanese only.
Changed : Zip or Tel field can use Japanese only.
Added : You can set a different value in the key and display value for children of checkbox, select, radio. For xample, [mwform_checkbox name=”hoge” children=”key1:value1,key2:value2″]
2.1.4
Bug fix : Fixed a bug that data lost when there are multiple same name radio buttons and checkboxes.
2.1.3
Bug fix : Fixed a bug that number of newline characters are different by the environment.
Changed : Modified to ignore uppercase letters of lowercase letters at the file type validation.
2.1.2
Added : Added form key in list of MW WP Form page.
Bug fix : Fixed a bug that “add form tag button” is displayed in complete message area.
2.1.1
Added : Added CSV Download option.
Added : Added an option to vertically display in Radio and Checkbox.
Changed : Optimization of the number display processing of saving contact data.
Changed : Change separator of checkbox in confirm page.