Version |
Release Date |
Change Log |
4.4.2 |
2022-08-24 |
- Fix infinite redirections.
|
4.4.1 |
2022-06-22 |
- Fixed a bug that caused forms to be cached when Batcache was enabled.
- Fix infinite redirections with asterisks.
- Add audio/x-wav etc. as mimetype for wav.
|
4.4.0 |
2020-12-01 |
- Add filter hook
mwform_form_start_attr_action .
- Add maxlength attribute to textarea field arguments.
|
4.3.2 |
2020-11-13 |
- Fix fatal error on saved contact data page.
|
4.3.1 |
2020-11-11 |
- Some fix for
mwform_settings_extend_fields .
- Some fix for
mwform_settings_extend_fields_mw-wp-form-xxx .
|
4.2.0 |
2019-10-25 |
- Fixed a bug that memo is not saved.
- The select element can be used in tag generator dialog box.
- You can set original tag group in tag generator.
- Add filter hook mwform_tag_generator_labels.
|
4.1.2 |
2019-08-21 |
- Fixed a bug that tracking number was displayed +1 on the complete screen.
|
4.1.1 |
2019-07-31 |
- Add admin_email_to column to CSV.
|
4.1.0 |
2019-07-31 |
- Add filter hook mwform_csv_columns-mwf_xxx
- Fixed the bug that "MW WP Form dosen't support" mwform_after_exec_shortcode "already." is output to the error log even though it is not hooked.
- Changed to save destination admin email address in inquiry data.
- Fixed a bug that notice occurs when changing the response status of inquiry data.
|
4.0.6 |
2019-01-13 |
- Fixed a bug that line feed was not applied to the form that using the block editor.
|
4.0.5 |
2018-12-13 |
- Add filter hook mwform_send_nocache_header.
- Fix MWF_Functions::_return_deprecated_message() error.
- Fix bug that mwform_value_mw-wp-form-xxx filter not applyed to radio and checkbox.
- Fix bug that nocache_header not applyed.
- Add the echo attribute to mwform_custom_mail_tag.
|
4.0.4 |
2018-09-20 |
|
4.0.3 |
2018-09-11 |
- Fix saved contact data list bug.
- Fix nocache headers bug.
|
4.0.2 |
2018-09-08 |
- Fixed a bug caused by erroneous use of set_error_handler()
|
4.0.1 |
2018-09-01 |
- Fix bug that form layout broken when Gutenberg installed.
|
4.0.0 |
2018-09-01 |
- Refactoring
- Update redirect process.
- Changed that admin and reply Mail settings are required.
- Changed to be able to set the form besides $post and main template.
- Each input fields can overwrite from themes.
- Deprecated action hook
mwform_exec_shortcode . Please use this instead mwform_start_main_process
- The hook to
mwform_validation_rules is no longer needed to add your own validation rule.
- Deprecated
MW_WP_Form_Contact_Data_Setting::get_posts() . Please use this instead MW_WP_Form_Contact_Data_Setting::get_form_post_types()
- Added method MW_WP_Form_Data::get_saved_mail_id();
- Added method MW_WP_Form_Data::set_saved_mail_id();
- Deprecated
MW_WP_Form_Data::getInstance() . Please use this instead MW_WP_Form_Data::connect()
- Deprecated
MW_WP_Form_Form::remove_linefeed_space() . Please use this instead MW_WP_Form_Form::remove_newline_space()
- Deprecated
MW_WP_Form_Validation::check() . Please use this instead MW_WP_Form_Validation::is_valid()
- Deprecated
MW_WP_Form_Validation::single_check() . Please use this instead MW_WP_Form_Validation::is_valid_field()
|
3.2.3 |
2018-08-09 |
- Added : Added filter hook mwform_response_statuses_mwf_xxx
|
3.2.2 |
2018-07-21 |
- Bugfix : Support validation check of custom mail tag fields.
|
3.2.1 |
2017-05-03 |
- Bugfix : Fixed a bug that displayed send error page when admin mail address is
false .
|
3.2.0 |
2017-04-30 |
- Added : Added process of mail sending error. When failed mail sending, displayed mail sending error page.
- Added : Added filter hook mwform_is_mail_sended
- Added : Added filter hook mwform_send_error_content_raw_mw-wp-form-xxx
- Added : Added filter hook mwform_send_error_content_mw-wp-form-xxx
|
3.1.0 |
2017-03-25 |
- Added : Added the month picker field.
|
3.0.1 |
2017-02-02 |
- Bugfix : Fixed a bug of action hook mwform_contact_data_save-mwf_xxx
|
3.0.0 |
2017-01-31 |
- Added : Added method MWF_Functions::get_form_id_from_form_key( $form_key );
- Added : Added action hook mwform_after_exec_shortcode
- Added : Added action hook mwform_before_load_content_mw-wp-form-xxx
- Added : Added action hook mwform_after_load_content_mw-wp-form-xxx
- Added : Added action hook mwform_before_redirect_mw-wp-form-xxx
- Added : Added filter hook mwform_redirect_url_mw-wp-form-xxx
- Added : Added filter hook mwform_complete_content_raw_mw-wp-form-xxx
- Added : Added action hook mwform_settings_meta_box
- Added : Added action hook mwform_settings_save_mw-wp-form-xxx
- Added : Added action hook mwform_contact_data_save-mwf_xxx
|
2.14.2 |
2017-01-20 |
- Bugfix : Fixed type on japanese.
|
2.14.1 |
2017-01-14 |
- Bugfix : Fixed a bug that automatic linefeed affects markup of radio and checkbox.
|
2.14.0 |
2017-01-13 |
- Changed : Update debug log format.
- Changed : Update checkbox and radio field markup.
|
2.13.1 |
2017-01-07 |
- Bugfix : Fix undefined constant error FILEINFO_MIME_TYPE
|
2.13.0 |
2016-12-26 |
- Added : Added the button elements.
- Added : Added filter hook mwform_custom_mail_tag
- Added : Added Method MW_WP_Form_Data::get_view_flg()
|
2.12.0 |
2016-12-21 |
- Added : Added filter hook mwform_complete_content_mw-wp-form-xxx
- Changed : Changed to pass MW_WP_Form_Data object as the 2nd argument of mwform_post_content_mw-wp-form-xxx hook.
|
2.11.0 |
2016-09-28 |
- Bugfix : Fixed a bug that to remove the uploaded file when filesize validation error.
- Bugfix : Fixed a bug that removing temp files only when uploading is success.
- Bugfix : Fixed a bug that xss vulnerability exists in the echo option is enabled in the hidden field.
|
2.10.0 |
2016-09-18 |
- Added : Added filter hook mwform_translate_datepicker_mw-wp-form-xxx
|
2.9.0 |
2016-08-21 |
- Added : Added the Return-Path setting.
|
2.8.3 |
2016-07-06 |
- Added : Added the upload failure of the error message in filesize validation.
|
2.8.2 |
2016-04-05 |
- Bugfix : Fixed a json parser bug.
|
2.8.1 |
2016-04-04 |
- Added : Added MinImageSize validation.
- Added : Added MaxImageSize validation.
- Bugfix : Fixed a set_upload_file_keys bug and rename to regenerate_upload_file_keys.
|
2.8.0 |
2016-04-03 |
- Added : Support slug attribute. e.g. [mwform_formkey slug="form_slug"]
- Added : Added filter hook mwform_inquiry_data_columns-mwf_xxx
- Added : Added filter hook mwform_upload_file_keys_mw-wp-form-xxx
- Added : Added args of filter hook mwform_upload_dir_mw-wp-form-xxx and mwform_upload_filename_mw-wp-form-xxx
- Added : Added the Custom Mail Tag field. This field display value of mwform_custom_mail_tag_mw-wp-form-xxx.
- Bugfix : docx, xlsx, pptx upload bug fixed.
- Bugfix : Fixed a bug that the extension isn't added when using filter hook mwform_upload_filename_mw-wp-form-xxx.
- Changed : Sending the file url when saving in database and input {file key} and {image key} in the mail.
- Changed : Check of the js attribute of datepicker is now strictly. Property MUST be enclosed in double quotes.
- Changed : Changed the form token name.
|
2.7.0 |
2016-02-15 |
- Added : Added Method MW_WP_Form_Mail_Parser::get_saved_mail_id()
- Added : Added Method MW_WP_Form_Mail::get_saved_mail_id()
- Added : Added filter hook mwform_upload_dir_mw-wp-form-xxx
- Added : Added filter hook mwform_upload_filename_mw-wp-form-xxx
- Added : Added filter hook mwform_no_save_keys_mw-wp-form-xxx
- Changed : Changed to save the default values of contact data meta data at the time of email saved.
- Bugfix : Fixed a bug that e-mail is not sent when the "from" is in violation of the RFC.
|
2.6.4 |
2016-01-04 |
- Added : Add filter hook mwform_content_wpautop_mw-wp-form-xxx
- Added : Add argument at mwform_after_send_mw-wp-form-xxx
- Added : Add method MW_WP_Form_Data::get_form_key()
|
2.6.3 |
2015-12-03 |
- Bugfix : Fixed a eq validation bug.
|
2.6.2 |
2015-12-02 |
- Bugfix : Fixed a bug that class attribute can't set at radio.
- Bugfix : Fixed a bug that id and class attribute can't set at file.
|
2.6.1 |
2015-11-17 |
- Changed : Removed for the Generator code.
- Bugfix : Fixed a bug that mwform_default_settings doesn't fired.
|
2.6.0 |
2015-11-13 |
- Bugfix : JavaScript bug fix on validation.
- Changed : Multilingual support. Changed domain.
- Changed : Changed radio and checkbox style.
- Added : Added the class attribute setting.
|
2.5.3 |
2015-10-16 |
- Added : Japanese zip code validation allows the format of the form 0000000.
- Bugfix : Fixed a date validation bug.
|
2.5.2 |
2015-09-05 |
- Added : Add new validation rule japanese kana.
- Added : Add action hook mwform_before_send_admin_mail_mw-wp-form-xxx.
- Added : Add action hook mwform_before_send_reply_mail_mw-wp-form-xxx.
- Added : Add action hook mwform_after_send_mw-wp-form-xxx.
- Added : Add action hook mwform_enqueue_scripts_mw-wp-form-xxx.
|
2.5.0 |
2015-08-20 |
- Added : Add html5 email field.
- Added : Add html5 url field.
- Added : Add html5 range field.
- Added : Add html5 number field.
- Added : Support attribute placeholder in datepicker.
- Changed : maxlength default value is null.
- Bugfix : Fixed a bug that is CC and BCC have been overlapping sent when To is multiple.
|
2.4.12 |
2015-06-23 |
|
2.4.11 |
2015-05-26 |
|
2.4.10 |
2015-05-11 |
|
2.4.9 |
2015-05-06 |
- Bugfix : Fixes a bug that the value of last checkbox is only posted when multiple same name checkboxes created and those post_raw is true.
|
2.4.8 |
2015-04-29 |
- Changed : Change the value to save even null when you save the contact data.
- Changed : Default value of radio and checkbox is null.
|
2.4.7 |
2015-04-23 |
- Bugfix : Fixed a bug the custom_mail_tag from To, CC and BCC.
|
2.4.6 |
2015-04-22 |
- Changed : The custom_mail_tag filter hook applied to To, CC and BCC.
- Changed : Full size image is displayed when you click the thumbnail of the attached image in saving contact data list.
|
2.4.5 |
2015-04-15 |
- Refactoring MW_WP_Form_Data Class.
- Added : Add MW_WP_Form_Mail_Parse class.
- Added : Add Tracking Number setting field.
- Added : Sender and From are written to the debug log.
- Bugfix : Fixed a bug that sometimes icon is not displayed in contact data list.
|
2.4.4 |
2015-04-10 |
- Bugfix : Fixed a conv_half_alphanumeric attribute bug.
|
2.4.3 |
2015-04-08 |
|
2.4.2 |
2015-04-07 |
- Bugfix : Fixed a hidden field bug.
|
2.4.1 |
2015-04-05 |
- Bugfix : Fixed a mwform_csv_encoding-mwf_xxx bug.
|
2.4.0 |
2015-04-03 |
- Refactoring
- Added : Add filter hook mwform_csv_encoding-mwf_xxx.
- Deleted : Delete some Deprecated hooks, methods.
- Bugfix : Fixed a csv bug.
- Deprecated: MW_WP_Form_Form::get_raw()
- Deprecated: MW_WP_Form_Form::get_raw_in_children()
- Deprecated: MW_WP_Form_Form::get_zip_value()
- Deprecated: MW_WP_Form_Form::get_tel_value()
- Deprecated: MW_WP_Form_Form::get_checked_value()
- Deprecated: MW_WP_Form_Form::get_radio_value()
- Deprecated: MW_WP_Form_Form::get_selected_value()
- Deprecated: MW_WP_Form_Form::get_separated_raw_value()
- Deprecated: MW_WP_Form_Form::get_separator_value()
|
2.3.5 |
2015-03-26 |
- Bugfix : Fixed a post_raw bug at select and radio.
|
2.3.4 |
2015-03-18 |
- Bugfix : Fixed a bug that checkboxes are checked when children are added by hook.
|
2.3.3 |
2015-03-10 |
- Bugfix : Fixed a bug that tracking number does not count up.
|
2.3.2 |
2015-03-09 |
- Bugfix : Fixed a bug that form does not display when is surrounded by enclosed type shortcode.
- Changed : Update tests.
|
2.3.1 |
2015-02-28 |
- Bugfix : Fixed a post_raw option bug.
|
2.3.0 |
2015-02-28 |
- Refactoring mail sending part.
- Added : Add "Send value by e-mail" option for checkbox, select, radio.
- Added : Add filter hook mwform_custom_mail_tag_mw-wp-form-xxx.
- Added : Add filter hook mwform_contact_data_post_type.
- Added : Add filter hook mwform_get_inquiry_data_args-mwf_xxx
- 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 |
2015-02-07 |
- Changed : Changed to be able to use ":" as value at checkbox, select, radio.
|
2.2.6 |
2015-01-22 |
- 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 |
2015-01-21 |
- Bug fix : Fixed a checkbox bug.
|
2.2.4 |
2015-01-20 |
- 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 |
2015-01-18 |
- Bug fix : Fixed a bug that exec shortcode are not converted when use template.
|
2.2.2 |
2015-01-16 |
- Bug fix : Fixed a tel validation bug.
- Bug fix : Fixed a zip validation bug.
- Bug fix : Fixed a in validation bug.
|
2.2.1 |
2015-01-14 |
- 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 |
2015-01-13 |
- 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.3 |
2014-12-01 |
- 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 |
2014-11-25 |
- 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 |
2014-11-23 |
- 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.
|
2.1.0 |
2014-11-08 |
- Added : Add filter_hook mwform_post_content_raw_mw-wp-form-xxx.
- Added : Add filter_hook mwform_post_content_mw-wp-form-xxx.
- Added : Add filter_hook mwform_form_fields.
- Added : Add "Error" form type.
- Changed : MW_Form_Field::mwform_tag_generator_dialog() method needs $options argument.
- Changed : Zip code field and Tel field are wrapped by span tag.
- Bug fix : Empty separator is changed to not allow in checkbox field.
- Bug fix : Fix add form tag button css bug.
|
2.0.0 |
2014-10-15 |
- Added : Add scrolling of screen transition setting.
- Added : Add filter_hook mwform_scroll_offset_mw-wp-form-xxx.
- Added : Support auto tracking number.
- Added : Add filter_hook mwform_tracking_number_title_mw-wp-form-xxx.
|
1.9.4 |
2014-09-22 |
- Bug fix : Fix HTML structures.
- Bug fix : Fix bug that does not display image of image field in SSL.
- Bug fix : Fix bug that does not display link of file field in SSL.
|
1.9.3 |
2014-09-19 |
- Bug fix : Fix bug that would be escaped in double.
- Bug fix : Fix uninstall process.
|
1.9.2 |
2014-09-09 |
- Bug fix : Fix comment in mwform_confirmButton dialogbox.
- Bug fix : Fix bug in stacking order of the dialog in WordPress 4.0.
|
1.9.1 |
2014-09-03 |
- Changed : Easy to see change the form tag insertion selectbox.
- Deleted : Delete size attribute in file or image field.
- Bug fix : Fix bug that there are cases where the page chache does not disabled on Nginx.
|
1.9.0 |
2014-09-02 |
- Added : Add chart function.
- Added : Add separator attribute in checkbox tag generator.
- Bug fix : Fix bug that can not change display option in saving contact data list page.
- Bug fix : Fix bug that display wrong number of inquiries.
|
1.8.3 |
2014-08-26 |
- Bug fix : Fix bug that file is not uploaded when validation is not set in the file field.
|
1.8.2 |
2014-08-24 |
- Bug fix : Fix bug that PHP error is displayed in file type validation.
- Bug fix : Fix bug that PHP error is displayed in admin page.
- Changed : Change to upload file even if there is a validation error in other fields.
- Changed : Change to display by scrolling when width of list of stored data is wide.
|
1.8.1 |
2014-08-09 |
- Bug fix : Fix PHP error under PHP 5.3.0
- Bug fix : Fix bug that are not validated of noEmpty in zip and tel field.
- Bug fix : Fix bug that error is displayed if the validation that was registered is disabled.
|
1.8.0 |
2014-08-07 |
- Added : Add mwform_validation_rules filter hook.
- Added : Add API to get the data for mail.
- Added : Add setting of response status in saved contact data.
- Added : Add response status and memo in csv.
- Added : Add returning link from detail of database saving data to list page.
- Changed : Form field is empty if seted null in value of shortcode.
- Changed : WordPress 3.7 higher is required.
|
1.7.2 |
2014-07-29 |
- Bug fix : XSS vulnerability fix.
|
1.7.1 |
2014-07-01 |
- Bug fix : Fixed a bug that MW WP Form's shortcodes doesn't parse in the nested shortcode.
|
1.7.0 |
2014-06-14 |
- Added : X-Accel-Expires param in header.
- Added : Add CC setting in admin mail setting.
- Added : Add BCC setting in admin mail setting.
- Added : X-Accel-Expires param in header.
- Changed : Data store has been changed to Transient API from PHP SESSION.
- Changed : Nonce check system has been changed to WordPress nonce check system from original.
- Changed : Accept space in katakana validation.
- Changed : Accept space in hiragana validation.
- Changed : The way of isplaying attached files has been changed to URL from ID in csv file.
- Changed : Require WordPress Version 3.5
- Bug fix : Fixed a bug that sender not set at email when {sender} and {e-mail} in mail settings were conversion blank.
|
1.6.1 |
2014-04-30 |
- Bug fix : Support Akismet 3.0.0
- Changed : Support psd, ai, eps file upload.
|
1.6.0 |
2014-04-26 |
- Changed : Changed Redirection flow.
- Changed : If querystring setting is set and doesn't get post from querystring, return empty.
- Changed : When a URL doesn't begin http or https in URL settings, home_url() is complemented.
- Added : {xxx} ( e.g. {post_title} ) get post property from the now post if querystring setting does't set.
- Added : Repeat submitting came to be blocked.
- Bug fix : Fixed translation mistake in admin page.
- Bug fix : Fixed selected file reset button bug on file field.
- Bug fix : Fixed bug that not to work rightly when setting noempty validation in image or file field.
|
1.5.6 |
2014-04-20 |
- Bug fix : Fix Selected file reset button bug in Firefox.
- Changed : Change file field's default size attribute.
|
1.5.5 |
2014-04-18 |
- Added : Selected file reset button has been added.
|
1.5.4 |
2014-04-16 |
- Bug fix : fixed spelling mistake in admin page.
- Added : Convert full-pitch character to half character in text shortcode.
|
1.5.3 |
2014-04-08 |
- Bug fix : Fixed a bug where
is added in textarea.
|
1.5.2 |
2014-04-06 |
- Bug fix : Datapicker starting a new line.
|
1.5.1 |
2014-04-05 |
- Bug fix : Fix wpautop bug.
|
1.5.0 |
2014-04-05 |
- Deleted : Delete qtags.
- Bug fix : Fix inquiery data are not saved when admin mail content is empty.
- Bug fix : Fix bug that don't start a new line.
- Added : Add filter_hook mwform_admin_mail_raw_mw-wp-form-xxx.
- Added : Add filter_hook mwform_auto_mail_raw_mw-wp-form-xxx.
- Deprecated: Deprecated mw_form_field::set_qtags()
|
1.4.1 |
2014-04-02 |
- Changed : Changed flow to read saving inquiry data.
- Bug fix : Fix tel validation.
|
1.4.0 |
2014-03-20 |
- Added : Add form tag generator.
|
1.3.3 |
2014-02-24 |
- Buf fix : Fix param $rule in mwform_error_message_mw-wp-form-xxx filter hook.
- Buf fix : Fix param $rule in mwform_error_message_html filter hook.
|
1.3.2 |
2014-01-30 |
- Buf fix : Fix session has already started.
|
1.3.1 |
2014-01-16 |
- Added : Support attribute id in text, textarea, radio, checkbox, select, datepicker, file, image, password shortcode.
- Added : Support attribute placeholder in password shortcode.
- Changed : Change dmin page sentence.
|
1.3.0 |
2014-01-15 |
|
1.2.8 |
2014-01-15 |
|
1.2.7 |
2014-01-07 |
- Added : Support docx, xlsx, pptx upload.
- Change : Change main process hook from get_header to template_include.
|
1.2.6 |
2013-12-29 |
|
1.2.5 |
2013-12-27 |
- Added :
- Added : mwform_error_message_html
- Added : mwform_error_message_wrapper
- Buf fix : DB Notice
|
1.2.4 |
2013-12-22 |
|
1.2.3 |
2013-12-22 |
|
1.2.2 |
2013-12-22 |
|
1.2.1 |
2013-12-20 |
- Bug fix :
- Bug fix : WM_Form::zip, WM_Form::tel
- Bug fix : MW_Validation::fileType, MW_Validation::fileSize
- Bug fix : children mwform_choices
- Change : jquery.ui.css
- Change : singleton
- Added : mwform_validation_xxx $data
- Added : DB
- Added : URL
|
1.2.0 |
2013-12-14 |
- Added : ->
- Added : mwform_error_message_
- Added :
- Added : [mwform_formkey]
- Added : Support placeholder in input, textarea
- Changed : MW_Form::previewPage() -> MW_Form::confirmPage()
- Changed : [mwform_submitButton preview_value=""] -> [mwform_submitButton confirm_value=""]
- Changed : [mwform preview=""] -> [mwform confirm=""]
- Changed : [mwform_previewButton] -> [mwform_confirmButton]
- Changed : URL URLURL
- Bug fix : posthidden
|
1.1.5 |
2013-12-02 |
- Bug fix : $MW_Mail->createBody()
|
1.1.4 |
2013-12-02 |
- Changed : do_shortcode()
- Bug fix :
|
1.1.3 |
2013-11-27 |
- Deprecated: div.mw_wp_form_previewdiv.mw_wp_form_confirm
- Deprecated: MW_Form::previewPage()MW_Form::confirmPage()
- Deprecated: [mwform_submitButton]preview_valueconfirm_value
- Deprecated: [mwform]previewconfirm
- Cahged : MW_Form::isPreview() -> MW_Form::isConfirm()
- Cahged : MW_Form::getPreviewButtonName() -> MW_Form::getConfirmButtonName()
- Added : mwform_default_content
- Added : mwform_default_postdata
|
1.1.2 |
2013-11-22 |
|
1.1.1 |
2013-11-18 |
|
1.1.0 |
2013-11-06 |
- Added : mwform_value_
- Added : mwform_hidden echo true or false
- Added :
- Cahged : edit_pages
- Bug fix: MIMEavimp3mpg
|
1.0.4 |
2013-10-25 |
- Bug fix:
- Bug fix: Fatal Error
|
1.0.3 |
2013-10-22 |
|
1.0.2 |
2013-10-19 |
- Bug fix:
- Bug fix: URL + URL
|
1.0.1 |
2013-10-16 |
|
1.0.0 |
2013-10-12 |
- Added : Donate link
- Cahged :
- Cahged : php5.3.0
- Cahged : URLURL
- Bug fix:
|
0.9.11 |
2013-09-19 |
- Bug fix: DB
- Cahged :
- Cahged : mw_form_field::inputPagemw_form_field::previewPage
|
0.9.10 |
2013-09-13 |
- Bug fix: mwform_admin_mail_mwform_auto_mail_
- Bug fix: From Ver0.9.4
- Bug fix: Akismet EmailAkismet URL
- Cahged : $_POST WP Query
|
0.9.9 |
2013-09-06 |
- Added : mwform_csv_button_
- Bug fix: nameMW_Form::getZipValue, MW_Form::getCheckedValue
|
0.9.8 |
2013-08-31 |
|
0.9.7 |
2013-08-30 |
|
0.9.6 |
2013-08-30 |
- Bug fix:
- Added : CSV
- Added : mwform_admin_mail_from_
- Added : mwform_admin_mail_sender_
- Added : mwform_auto_mail_from_
- Added : mwform_auto_mail_sender_
|
0.9.5 |
2013-08-08 |
- Added : URL
- Cahged : Return-Path
- Cahged : {}{}
- Cahged :
- Cahged : Mail::createBody null
- Bug fix: Mail::createBody Checkbox Array
|
0.9.3 |
2013-07-30 |
- Added : readme.txt URL
- Bug fix:
- Bug fix: / URL
|
0.9.4 |
2013-07-30 |
|
0.9.2 |
2013-07-10 |
|
0.9.1 |
2013-07-10 |
- Bug fix:
- Bug fix:
- Cahged :
|
0.9 |
2013-06-22 |
|
0.8.1 |
2013-06-19 |
- Cahged : functions.php
- Added :
[mwform_checkbox name="checkbox" children="A,B,C" separator=""]
|
0.8 |
2013-06-05 |
- Added :
- Added :
- Added :
- Added :
- Added : save
- Added : datepicker
- Added : mwform_add_shortcode, mwform_add_qtags
- Bug fix: ,
- Cahged :
|
0.7.1 |
2013-05-14 |
|
0.7 |
2013-04-18 |
- Added :
- Added :
- Bug fix: QTags JS
|
0.6.4 |
2013-04-06 |
- Added : meta_box
- Bug fix: "Zip Code"
- Bug fix: URL
- Bug fix: mail
|
0.6.3 |
2013-04-06 |
- Bug fix: URL http
- Bug fix: Firefox
|
0.6.2 |
2013-02-28 |
- Bug fix: Infinite loop when WordPress not root installed.
|
0.6.1 |
2013-02-27 |
- Added To E-mail adress settings.
|
0.6 |
2013-02-23 |
- Added settings page.
- Deprecated: acton hook mwform_mail_{$key}. This hook is removed when next version up.
- Added filter hook mwform_mail_{$key}.
- Bug fix: Validations.
|
0.5.5 |
2013-02-12 |
- Added tag to show login user meta.
{user_id}, {user_login}, {user_email}, {user_url}, {user_registered}, {display_name}
|
0.5 |
2012-12-17 |
|