=== MW WP Form === Contributors: inc2734, ryu263, tomothumb, nanniku, mt8.biz, NExt-Season, kuck1u, mypacecreator, mh35, grace-create, musus, wildworks, likr, yudai524, noldorinfo Original Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40 Tags: plugin, form, confirm, preview, shortcode, mail, chart, graph, html, contact form, form creation, form creator, form manager, form builder, custom form Requires at least: 4.0 Tested up to: 6.4 Stable tag: 5.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html MW WP Form is shortcode base contact form plugin. This plugin have many features. For example you can use many validation rules, inquiry data saving, and chart aggregation using saved inquiry data. == Description == **This plugin currently has only the minimum required maintenance releases.** **Main maintainer has been handed over from @inc2734 to @websoudan.** MW WP Form can create mail form with a confirmation screen using shortcode. * Form created using shortcodes * Using confirmation page is possible. * The page changes by the same URL or individual URL are possible. * Many validation rules * Saving inquiry data is possible. * Displaying Chart using saved inquiry data is possible. = Official = https://mw-wp-form.web-soudan.co.jp = GitHub = https://github.com/web-soudan/mw-wp-form = The following third-party resources = Google Charts Source: https://developers.google.com/chart/ = Contributors = * [Takashi Kitajima](https://2inc.org) ( [inc2734](https://profiles.wordpress.org/inc2734) ) * [Ryujiro Yamamoto](https://webcre-archive.com) ( [ryu263](https://profiles.wordpress.org/ryu263) ) * [Tsujimoto Tomoyuki](http://kee-non.com) ( [tomothumb](https://profiles.wordpress.org/tomothumb) ) * [Naoyuki Ohata] ( [nanniku](https://profiles.wordpress.org/nanniku) ) * [Kazuto Takeshita](https://mt8.biz/) ( [moto hachi](https://profiles.wordpress.org/mt8biz/) ) * [Atsushi Ando](https://www.next-season.net/) ( [NExt-Season](https://profiles.wordpress.org/next-season/) ) * [Kazuki Tomiyasu](https://visualive.jp/) ( [KUCKLU](https://profiles.wordpress.org/kuck1u/) ) * [Kei Nomura](https://mypacecreator.net/) ( [mypacecreator](https://profiles.wordpress.org/mypacecreator/) ) * [mh35](https://profiles.wordpress.org/mh35) * [Takashi Nojima](https://github.com/nojimage) * [herikutu](https://github.com/herikutu) * [tsucharoku](https://github.com/tsucharoku) * [Tetsuaki Hamano](https://github.com/t-hamano) ( [t-hamano](https://profiles.wordpress.org/wildworks/) ) * [Susumu Seino](https://github.com/musus) ( [Susumu Seino](https://profiles.wordpress.org/musus/) ) * [Yosuke Onoue](https://github.com/likr) ( [likr](https://profiles.wordpress.org/likr/) ) * [Yudai Konishi](https://github.com/yudai524) ( [Yudai Konishi](https://profiles.wordpress.org/yudai524/) ) * [takekoshi](https://github.com/noldorinfo) ( [takekoshi](https://profiles.wordpress.org/noldorinfo/) ) == Installation == 1. Upload `MW WP Form` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. You can create a form by settings page. == Frequently Asked Questions == Do you have questions or issues with MW WP Form? Use these support channels appropriately. 1. [Official](https://mw-wp-form.web-soudan.co.jp) 1. [Support Forum](https://wordpress.org/support/plugin/mw-wp-form) == Screenshots == 1. Form creation page. 2. Form item create box. You can easily insert the form. 3. Supports saving inquiry data to database. 4. List page of inquiry data that has been saved. 5. Supports chart display of saved inquiry data. == Changelog == = 5.0.3 = * Remove plugin asset files. = 5.0.2 = * Fixed file upload security. * Fixed Unification of cookie key names. = 5.0.1 = * Main maintainer has been handed over from @inc2734 to @websoudan. = 5.0.0 = * Requires PHP 7.4. * Fixed a form access control vulnerability. * Enhanced file upload security. * Changed uploaded file name from "random number" to "{name attribute value}-{original file name}". * Update CSRF check. * Remove method: MW_WP_Form::get_temp_dir() * Remove method: MW_WP_Form::create_temp_dir() * Remove method: MW_WP_Form::do_empty_temp_dir() * Remove method: MW_WP_Form::remove_temp_dir() * Remove method: MWF_Functions::generate_uploaded_fileurl_from_filename() * Remove method: MWF_Functions::generate_uploaded_filepath_from_filename() = 4.4.5 = * Fixed a bug in WordPress 6.2 that the file name of a file sent from file fields or image fields and attached to it becomes "name". = 4.4.4 = * Fixed a bug that prevented some file and image fields from being uploaded. = 4.4.3 = * Fixed a directory traversal vulnerability. We strongly encourage you to update to it immediately. = 4.4.2 = * Fix infinite redirections. = 4.4.1 = * 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 = * Add filter hook `mwform_form_start_attr_action`. * Add maxlength attribute to textarea field arguments. = 4.3.2 = * Fix fatal error on saved contact data page. = 4.3.1 = * Some fix for `mwform_settings_extend_fields`. * Some fix for `mwform_settings_extend_fields_mw-wp-form-xxx`. = 4.3.0 = * Add filter hook `mwform_template_render`. * Add filter hook `mwform_template_render_mw-wp-form-xxx`. * Add filter hook `mwform_settings_extend_fields`. * Add filter hook `mwform_settings_extend_fields_mw-wp-form-xxx`. * Fix monthpicker bug. * Add wp-env. = 4.2.0 = * 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 = * Fixed a bug that tracking number was displayed +1 on the complete screen. = 4.1.1 = * Add admin_email_to column to CSV. = 4.1.0 = * 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 = * Fixed a bug that line feed was not applied to the form that using the block editor. = 4.0.5 = * 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 = * PHP 5.3, 5.2.4 support = 4.0.3 = * Fix saved contact data list bug. * Fix nocache headers bug. = 4.0.2 = * Fixed a bug caused by erroneous use of set_error_handler() = 4.0.1 = * Fix bug that form layout broken when Gutenberg installed. = 4.0.0 = * 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 = * Added : Added filter hook mwform_response_statuses_mwf_xxx = 3.2.2 = * Bugfix : Support validation check of custom mail tag fields. = 3.2.1 = * Bugfix : Fixed a bug that displayed send error page when admin mail address is `false`. = 3.2.0 = * 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 = * Added : Added the month picker field. = 3.0.1 = * Bugfix : Fixed a bug of action hook mwform_contact_data_save-mwf_xxx = 3.0.0 = * 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 = * Bugfix : Fixed type on japanese. = 2.14.1 = * Bugfix : Fixed a bug that automatic linefeed affects markup of radio and checkbox. = 2.14.0 = * Changed : Update debug log format. * Changed : Update checkbox and radio field markup. = 2.13.1 = * Bugfix : Fix undefined constant error FILEINFO_MIME_TYPE = 2.13.0 = * 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 = * 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 = * 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 = * Added : Added filter hook mwform_translate_datepicker_mw-wp-form-xxx = 2.9.0 = * Added : Added the Return-Path setting. = 2.8.3 = * Added : Added the upload failure of the error message in filesize validation. = 2.8.2 = * Bugfix : Fixed a json parser bug. = 2.8.1 = * 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 = * 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 = * 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 = * 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 = * Bugfix : Fixed a eq validation bug. = 2.6.2 = * 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 = * Changed : Removed for the Generator code. * Bugfix : Fixed a bug that mwform_default_settings doesn't fired. = 2.6.0 = * 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 = * Added : Japanese zip code validation allows the format of the form 0000000. * Bugfix : Fixed a date validation bug. = 2.5.2 = * 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.1 = * Update readme.txt = 2.5.0 = * 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 = * Bugfix : filter hook 'mwform_value_mwf_xxx' does not work when to use radio or checkboxes. * Changed : Changed checkbox default separator ', ' to ','. = 2.4.11 = * Bugfix : Fixed a bug that attachment file does not displayed in contact data list page. * Changed : Trim email address on inputs. = 2.4.10 = * Bugfix : Fixed a bug that does not scroll when you return to the input screen. = 2.4.9 = * 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 = * 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 = * Bugfix : Fixed a bug the custom_mail_tag from To, CC and BCC. = 2.4.6 = * 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 = * 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 = * Bugfix : Fixed a conv_half_alphanumeric attribute bug. = 2.4.3 = * Changed : Changed visibility of MW_WP_Form_Validation::set_rule() protected to public. = 2.4.2 = * Bugfix : Fixed a hidden field bug. = 2.4.1 = * Bugfix : Fixed a mwform_csv_encoding-mwf_xxx bug. = 2.4.0 = * 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 = * Bugfix : Fixed a post_raw bug at select and radio. = 2.3.4 = * Bugfix : Fixed a bug that checkboxes are checked when children are added by hook. = 2.3.3 = * Bugfix : Fixed a bug that tracking number does not count up. = 2.3.2 = * Bugfix : Fixed a bug that form does not display when is surrounded by enclosed type shortcode. * Changed : Update tests. = 2.3.1 = * Bugfix : Fixed a post_raw option bug. = 2.3.0 = * 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 = * 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. = 2.1.0 = * 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 = * 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 = * 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 = * Bug fix : Fix bug that would be escaped in double. * Bug fix : Fix uninstall process. = 1.9.2 = * 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 = * 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 = * 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.4 = * Bug fix : Fix bug that can not be set maxlength in mwform_text shortcode. = 1.8.3 = * Bug fix : Fix bug that file is not uploaded when validation is not set in the file field. = 1.8.2 = * 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 = * 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 = * 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 = * Bug fix : XSS vulnerability fix. = 1.7.1 = * Bug fix : Fixed a bug that MW WP Form's shortcodes doesn't parse in the nested shortcode. = 1.7.0 = * Added : X-Accel-Expires param in header. * Added : Add CC setting in admin mail setting. * Added : Add BCC setting in admin mail setting. * 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 = * Bug fix : Support Akismet 3.0.0 * Changed : Support psd, ai, eps file upload. = 1.6.0 = * 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 = * Bug fix : Fix selected file reset button bug in Firefox. * Changed : Change file field's default size attribute. = 1.5.5 = * Added : Selected file reset button has been added. = 1.5.4 = * Bug fix : Fix spelling mistake in admin page. * Added : Convert full-pitch character to half character in text shortcode. = 1.5.3 = * Bug fix : Fixed a bug where <br> is added in textarea. = 1.5.2 = * Bug fix : Datapicker starting a new line. = 1.5.1 = * Bug fix : Fix wpautop bug. = 1.5.0 = * Deleted : Delete qtags. * Bug fix : Fix inquiery data are not saved when admin mail content is empty. * Bug fix : Fix bug that doesn'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 = * Changed : Change flow to read saving inquiry data. * Bug fix : Fix tel validation. = 1.4.0 = * Added : Add form tag generator. = 1.3.3 = * 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 = * Buf fix : Fix session has already started. = 1.3.1 = * Added : Support attribute id in text, textarea, radio, checkbox, select, datepicker, file, image, password shortcode. * Added : Support attribute placeholder in password shortcode. * Changed : Change admin page sentence. = 1.3.0 = * Added : 自動返信メールè¨å®šã€ç®¡ç†è€…宛メールè¨å®šã§æœ¬æ–‡ã®ä»¥å¤–ã®é …ç›®ã«ã‚‚{ã‚ー}を使用å¯èƒ½ã« = 1.2.7 = * Added : Support docx, xlsx, pptx upload. * Change : Change main process hook from get_header to template_include. = 1.2.6 = * Added : mwform_styles フィルターフック = 1.2.5 = * Added : 管ç†è€…宛メールã®è¤‡æ•°äººé€ä¿¡ã‚’サãƒãƒ¼ãƒˆ * Added : mwform_error_message_html フィルターフック * Added : mwform_error_message_wrapper フィルターフック * Buf fix : DBä¿å˜ãƒ‡ãƒ¼ã‚¿ä¸€è¦§è¡¨ç¤ºç”»é¢ Noticeエラー = 1.2.4 = * Bug fix : メールアドレスãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ã®ãƒã‚°ã‚’ä¿®æ£ = 1.2.3 = * Bug fix : ビジュアルエディタショートコードボタンãŒã©ã®æŠ•稿タイプã§ã‚‚ã§ã¦ã—ã¾ã†ãƒã‚°ã‚’ä¿®æ£ = 1.2.2 = * Added : ビジュアルエディタã«ã‚·ãƒ§ãƒ¼ãƒˆã‚³ãƒ¼ãƒ‰æŒ¿å…¥ãƒœã‚¿ãƒ³ã‚’è¿½åŠ = 1.2.1 = * 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 = * 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引数を有効ã«ã™ã‚‹ ã®å ´åˆã®ã¿URL引数ãŒåˆ©ç”¨ã•れるよã†ã«å¤‰æ›´ï¼ˆURLè¨å®šã§åˆ©ç”¨ã•れã¦ã„ã‚‹ã‚‚ã®ã¯é™¤ã) * Bug fix : 入力画é¢ã«postã—ãŸã¨ãã«hiddenフィールドã®å€¤ãŒãƒªã‚»ãƒƒãƒˆã•れる(引ãç¶™ãŒã‚Œãªã„)ãƒã‚°ã‚’ä¿®æ£ = 1.1.5 = * Bug fix : $MW_Mail->createBody()ã®ãƒã‚°ä¿®æ£ = 1.1.4 = * Changed : è¨å®šã‚’èªã¿è¾¼ã‚€ãŸã‚éš›ã€ç„¡é§„㪠do_shortcode() ãŒè¡Œã‚れãªã„よã†ã«ä¿®æ£ * Bug fix : ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã®å€¤ãŒé€ä¿¡ã•れãªã„ãƒã‚°ä¿®æ£ = 1.1.3 = * Deprecated: div.mw_wp_form_previewã¯æ¬¡å›žã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚¢ãƒƒãƒ—ã§å‰Šé™¤äºˆå®šï¼ˆdiv.mw_wp_form_confirmã«ç½®æ›ï¼‰ * Deprecated: MW_Form::previewPage()ã¯æ¬¡å›žã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚¢ãƒƒãƒ—ã§å‰Šé™¤äºˆå®šï¼ˆMW_Form::confirmPage()ã«ç½®æ›ï¼‰ * Deprecated: [mwform_submitButton]ã®å¼•æ•°preview_valueã¯æ¬¡å›žã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚¢ãƒƒãƒ—ã§å‰Šé™¤äºˆå®šï¼ˆconfirm_valueã«ç½®æ›ï¼‰ * Deprecated: [mwform]ã®å¼•æ•°previewã¯æ¬¡å›žã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚¢ãƒƒãƒ—ã§å‰Šé™¤äºˆå®šï¼ˆconfirmã«ç½®æ›ï¼‰ * Deprecated: [mwform_previewButton]ã¯æ¬¡å›žã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚¢ãƒƒãƒ—ã§å‰Šé™¤äºˆå®šï¼ˆ[mwform_confirmButton]ã«ç½®æ›ï¼‰ * Changed : MW_Form::isPreview() -> MW_Form::isConfirm() * Changed : MW_Form::getPreviewButtonName() -> MW_Form::getConfirmButtonName() * Added : mwform_default_content フィルターフック * Added : mwform_default_postdata フィルターフック = 1.1.2 = * Cahged : セッションã¾ã‚りã®å‡¦ç†ã‚’リファクタリング = 1.1.1 = * Bug fix: ダウンãƒãƒ¼ãƒ‰ã—ãŸCSVã«å…¨ä»¶è¡¨ç¤ºã•れãªã„ãƒã‚°ã‚’ä¿®æ£ = 1.1.0 = * Added : mwform_value_è˜åˆ¥å ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ãƒ•ãƒƒã‚¯è¿½åŠ * Added : mwform_hidden ã®å¼•æ•° echo ã‚’è¿½åŠ ï¼ˆ true or false ) * Added : カタカナ ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³é …ç›®ã‚’è¿½åŠ * Cahged : 管ç†ç”»é¢ãƒ¡ãƒ‹ãƒ¥ãƒ¼è¡¨ç¤ºã€è¨å®šä¿å˜ã®æ¨©é™ã‚’変更(edit_pagesã«çµ±ä¸€ï¼‰ * Bug fix: 複数ã®MIMEタイプをã¨ã‚Šãˆã‚‹æ‹¡å¼µåã‚’æŒã¤ãƒ•ァイルã®ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã«å¯¾å¿œï¼ˆaviã€mp3ã€mpg) = 1.0.4 = * Bug fix: ç”»åƒä»¥å¤–ã®æ·»ä»˜ãƒ•ァイルãŒã‚«ã‚¹ã‚¿ãƒ フィールドã«è¡¨ç¤ºã•れãªã„ãƒã‚°ã‚’ä¿®æ£ * Bug fix: 動画アップãƒãƒ¼ãƒ‰æ™‚ã«Fatal ErrorãŒã§ã‚‹ãƒã‚°ã‚’ä¿®æ£ = 1.0.3 = * Added : 管ç†ç”»é¢ã« Donate link ã‚’è¿½åŠ = 1.0.2 = * Bug fix: シングルページã®ã¿å®Ÿè¡Œå¯èƒ½ã«å¤‰æ›´ï¼ˆæ¤œç´¢çµæžœãƒšãƒ¼ã‚¸ç‰ã§ãƒªãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆã—ã¦ã—ã¾ã†ãŸã‚) * Bug fix: URL引数有効 + åŒä¸€URL時ã«ãƒªãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆãƒ«ãƒ¼ãƒ—ãŒç™ºç”Ÿã—ã¦ã—ã¾ã†ãƒã‚°ã‚’ä¿®æ£ = 1.0.1 = * Bug fix: DBã«ä¿å˜ã—ãªã„ã¨ãã«æ·»ä»˜ãƒ•ァイルãŒé€ã‚‰ã‚Œã¦ã“ãªã„ = 1.0.0 = * Added : Donate link ã‚’è¿½åŠ * Added : DBä¿å˜ãƒ‡ãƒ¼ã‚¿ã«ãƒ¡ãƒ¢æ¬„è¿½åŠ * Cahged : ファイルアップãƒãƒ¼ãƒ‰ç”¨ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã™ã‚‹ã‚ˆã†ã«å¤‰æ›´å°‚用 * Cahged : æ‹¡å¼µåãŒå½é€ ã•れãŸãƒ•ァイルã®å ´åˆã¯ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã—ãªã„(php5.3.0以上) * Cahged : 表示ページã®URLã«å¼•æ•°ãŒä»˜ã„ã¦ã„ã‚‹å ´åˆã§ã‚‚管ç†ç”»é¢ã§è¨å®šã—ãŸURLã«ãƒªãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆã—ã¦ã—ã¾ã‚ãªã„よã†ã«å¤‰æ›´ * Bug fix: 通常ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ã¯é…åˆ—ãŒæ¥ã‚‹ã“ã¨ã‚’想定ã—ã¦ã„ãªã‹ã£ãŸãŸã‚ä¿®æ£ = 0.9.11 = * Bug fix: 添付ファイルãŒè¤‡æ•°ã‚りã€ã‹ã¤DBä¿å˜ã®å ´åˆã€ç®¡ç†ç”»é¢ã§æœ€å¾Œã®ç”»åƒã—ã‹è¡¨ç¤ºã•れãªã„ãƒã‚°ã‚’ä¿®æ£ * Cahged : ã©ã®ãƒ•ィールドãŒç”»åƒã‹ã‚’示ã™ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã®ä¿å˜å½¢å¼ã‚’é…列ã«å¤‰æ›´ * Cahged : mw_form_field::inputPageã€mw_form_field::previewPage ã®å¼•数削除 = 0.9.10 = * Bug fix: mwform_admin_mail_è˜åˆ¥åã€mwform_auto_mail_è˜åˆ¥åフィルターフックã®å®šç¾©ä½ç½®ãŒé€†ã ã£ãŸã®ã‚’ä¿®æ£ * Bug fix: æ·»ä»˜ãƒ•ã‚¡ã‚¤ãƒ«ãŒæ·»ä»˜ã•れãªã„ãƒã‚°ã‚’ä¿®æ£ï¼ˆFrom Ver0.9.4) * Bug fix: Akismet Emailã€Akismet URL ã®è¨å®šãŒæ£ã—ã行ãˆãªã‹ã£ãŸã®ã‚’ä¿®æ£ * Cahged : フォームé€ä¿¡æ™‚㯠$_POST ã‚’ WP Query ã«å«ã‚ãªã„ = 0.9.9 = * Added : mwform_csv_button_è˜åˆ¥å フィルターフック * Bug fix: nameå±žæ€§ãŒæœªæŒ‡å®šã®ã¨ãã€MW_Form::getZipValue, MW_Form::getCheckedValue ã§ã‚¨ãƒ©ãƒ¼ãŒã§ã‚‹ãƒã‚°ä¿®æ£ = 0.9.8 = * Added : 管ç†è€…用・自動返信用メールè¨å®šãれãžã‚Œã« é€ä¿¡å…ƒãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ãƒ»é€ä¿¡è€…åã®è¨å®šã‚’è¿½åŠ * Added : mwform_admin_mail_è˜åˆ¥å ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ãƒ•ãƒƒã‚¯è¿½åŠ * Added : mwform_auto_mail_è˜åˆ¥å ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ãƒ•ãƒƒã‚¯è¿½åŠ * Deleted: mwform_admin_mail_from_è˜åˆ¥å フィルターフック * Deleted: mwform_admin_mail_sender_è˜åˆ¥å フィルターフック * Deleted: mwform_auto_mail_from_è˜åˆ¥å フィルターフック * Deleted: mwform_auto_mail_sender_è˜åˆ¥å フィルターフック = 0.9.7 = * Bug fix: CSVダウンãƒãƒ¼ãƒ‰ã®ãƒã‚°ä¿®æ£ = 0.9.6 = * 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 = * Added : ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ã‚¨ãƒ©ãƒ¼æ™‚ã«é·ç§»ã™ã‚‹URLã‚’è¨å®šå¯èƒ½ã« * Cahged : é€ä¿¡ãƒ¡ãƒ¼ãƒ«ã® Return-Path ã«ã€Œç®¡ç†è€…宛メールè¨å®šã®é€ä¿¡å…ˆã€ãŒåˆ©ç”¨ã•れるよã†ã«å¤‰æ›´ * Cahged : {æŠ•ç¨¿æƒ…å ±}ã€{ãƒ¦ãƒ¼ã‚¶ãƒ¼æƒ…å ±}ã®å€¤ãŒãªã„å ´åˆã¯ç©ºå€¤ãŒè¿”るよã†ã«å¤‰æ›´ * Cahged : è¨å®šæ¸ˆã¿ã®ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ãƒ«ãƒ¼ãƒ«ã¯é–‰ã˜ãŸçŠ¶æ…‹ã§è¡¨ç¤ºã•れるよã†ã«å¤‰æ›´ * Cahged : Mail::createBody ã®æŒ™å‹•を変更(é€ä¿¡ã•れãŸå€¤ãŒnullã®å ´åˆã¯ã‚ーも値も出力ã—ãªã„) * Bug fix: Mail::createBody ã§ Checkbox ãŒæœªãƒã‚§ãƒƒã‚¯ã§é€ä¿¡ã•れãŸã¨ãã« Array ã¨å‡ºåŠ›ã•れã¦ã—ã¾ã†ãƒã‚°ã‚’ä¿®æ£ = 0.9.4 = * Bug fix: 管ç†ç”»é¢ã§ã® 確èªãƒœã‚¿ãƒ³ ã®è¡¨è¨˜é–“é•ã„ã‚’ä¿®æ£ = 0.9.3 = * Added : readme.txt ã«ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ã®URLを追記 * Bug fix: 確èªãƒœã‚¿ãƒ³ 挿入ボタンãŒè¡¨ç¤ºã•れã¦ã„ãªã‹ã£ãŸã®ã‚’ä¿®æ£ * Bug fix: 末尾㫠/ ã®ã¤ã‹ãªã„ URL ã®å ´åˆã«ç”»é¢å¤‰é·ãŒæ£ã—ã行ã‚れãªã„ãƒã‚°ã‚’ä¿®æ£ = 0.9.2 = * Bug fix: ファイルã®èªã¿è¾¼ã¿ã‚¿ã‚¤ãƒŸãƒ³ã‚°ç‰ã‚’変更 = 0.9.1 = * Bug fix: ç”»åƒãƒ»ãƒ•ァイルアップãƒãƒ¼ãƒ‰ãƒ•ィールドã®ã‚¯ãƒ©ã‚¹åãŒæ£ã—ãè¨å®šã•れã¦ã„ãªã„ã®ã‚’ä¿®æ£ * Bug fix: ç”»åƒãƒ»ãƒ•ァイルアップãƒãƒ¼ãƒ‰ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã§æœªã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰æ™‚ã§ã‚‚確èªç”»é¢ã«é …ç›®ãŒè¡¨ç¤ºã•れã¦ã—ã¾ã†ã®ã‚’ä¿®æ£ * Cahged : 言語ファイルã®èªã¿è¾¼ã¿ã‚¿ã‚¤ãƒŸãƒ³ã‚°ã‚’変更 = 0.9 = * Added : Akismetè¨å®šã‚’è¿½åŠ = 0.8.1 = * Cahged : functions.php を用ã„ãŸãƒ•ォーム作æˆã¯éžæŽ¨å¥¨ãƒ»ã‚µãƒãƒ¼ãƒˆã€ãƒ¡ãƒ³ãƒ†ãƒŠãƒ³ã‚¹åœæ¢ * Added : ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã§åŒºåˆ‡ã‚Šæ–‡å—ã®è¨å®šæ©Ÿèƒ½ã‚’è¿½åŠ [mwform_checkbox name="checkbox" children="A,B,C" separator="ã€"] = 0.8 = * Added : ç”»åƒã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã‚’è¿½åŠ * Added : ファイルアップãƒãƒ¼ãƒ‰ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã‚’è¿½åŠ * Added : ファイルタイプ ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³é …ç›®ã‚’è¿½åŠ * Added : ファイルサイズ ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³é …ç›®ã‚’è¿½åŠ * Added : 管ç†ç”»é¢ã§ä¸æ£ãªå€¤ã¯ save ã—ãªã„よã†ã«ä¿®æ£ * Added : datepickerã§å¹´æœˆã‚’セレクトボックスã§é¸æŠžã§ãã‚‹è¨å®šã‚’デフォルト㫠* Added : アクションフック mwform_add_shortcode, mwform_add_qtags è¿½åŠ * Bug fix: ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³é …ç›® æ–‡å—æ•°ã®ç¯„囲, æœ€å°æ–‡å—æ•° ã®æŒ™å‹•ã‚’ä¿®æ£ * Cahged : フォーム制作画é¢ã§ãƒ“ジュアルエディタを使ãˆã‚‹ã‚ˆã†ã«å¤‰æ›´ = 0.7.1 = * Added : メールè¨å®šã‚’ 自動返信メールè¨å®š 㨠管ç†è€…宛メールè¨å®š ã«åˆ†å‰² * Note : データベースã«ã¯ 管ç†è€…宛メールè¨å®š ã®ãƒ‡ãƒ¼ã‚¿ãŒä¿å˜ã•れる * Note : 管ç†è€…宛メールè¨å®š ãŒç©ºã®å ´åˆã¯ 自動返信メールè¨å®š ãŒä½¿ç”¨ã•れる = 0.7 = * Added : å•ã„åˆã‚ã›ãƒ‡ãƒ¼ã‚¿ã‚’データベースã«ä¿å˜ã™ã‚‹æ©Ÿèƒ½ã‚’è¿½åŠ * Added : アンインストール時ã«ãƒ‡ãƒ¼ã‚¿ã‚’削除ã™ã‚‹ã‚ˆã†ã«ä¿®æ£ * Bug fix: 一覧画é¢ã§ QTags ã® JSエラーãŒã§ã¦ã„ãŸã®ã‚’ä¿®æ£ = 0.6.4 = * Added : 引数を有効ã«ã™ã‚‹ meta_box ã‚’è¿½åŠ * Bug fix: "Zip Code" ãŒæ—¥æœ¬èªžåŒ–ã•れã¦ã„ãªã„ãƒã‚°ã‚’ä¿®æ£ * Bug fix: ページリダイレクトã®URL判定を変更 * Bug fix: ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ mail ã«è¤‡æ•°ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’指定ã§ããªã„よã†ã«å¤‰æ›´ = 0.6.3 = * Bug fix: 管ç†ç”»é¢ã®URLè¨å®šã§ http ã‹ã‚‰å…¥ã‚Œãªã„ã¨ãƒ¡ãƒ¼ãƒ«ãŒäºŒé‡é€ä¿¡ã•れã¦ã—ã¾ã†ãƒã‚°ã‚’ä¿®æ£ * Bug fix: フォームè˜åˆ¥å部分㌠Firefox ã§ã‚³ãƒ”ペã§ããªã„ãƒã‚°ã‚’ä¿®æ£ = 0.6.2 = * Bug fix: Infinite loop when WordPress not root installed. = 0.6.1 = * Added To E-mail adress settings. = 0.6 = * 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 = * Added tag to show login user meta. {user_id}, {user_login}, {user_email}, {user_url}, {user_registered}, {display_name} = 0.5 = * Initial release.