I released Contact Form 7 1.7.4. You can download it from WordPress.org’s repository.
In this version, I removed two tag types, select+ and checkbox+, because they were confusing. If you have been using those tags and checkbox, you’ll be needed to edit them manually after upgrading. I’m sorry for the inconvenience.
If you are using select+ tag, replace it with select and add multiple option. Here is an example:
Before: [select+ your-menu “ウインダム” “ミクラス” “アギラ”]
After: [select your-menu multiple “ウインダム” “ミクラス” “アギラ”]
If you are using checkbox+ tag, replace it with checkbox. Here is an example:
Before: [checkbox+ your-checkbox “ウインダム” “ミクラス” “アギラ”]
After: [checkbox your-checkbox “ウインダム” “ミクラス” “アギラ”]
If you are using checkbox tag (exclusive checkbox), add exclusive option. Here is an example:
Before: [checkbox your-checkbox “ウインダム” “ミクラス” “アギラ”]
After: [checkbox your-checkbox exclusive “ウインダム” “ミクラス” “アギラ”]
(In Japanese from here)
Contact Form 7 1.7.4 をリリースしました。WordPress.org のリポジトリからダウンロードできます。
select+ と checkbox+ のタグが紛らわしいと不評だったのでこのバージョンで削除しました。これらのタイプのタグと、checkbox のタグを使用されている場合はアップグレード後に手作業で変更する必要があります。面倒をおかけしてすみません。
select+ タグをお使いの場合は、それを select に置き換えて、multiple オプションを追加して下さい。例:
Before: [select+ your-menu “ウインダム” “ミクラス” “アギラ”]
After: [select your-menu multiple “ウインダム” “ミクラス” “アギラ”]
checkbox+ タグをお使いの場合は、それを checkbox に置き換えて下さい。例:
Before: [checkbox+ your-checkbox “ウインダム” “ミクラス” “アギラ”]
After: [checkbox your-checkbox “ウインダム” “ミクラス” “アギラ”]
checkbox (排他的なチェックボックス)タグをお使いの場合は、exclusive オプションを追加して下さい。例:
Before: [checkbox your-checkbox “ウインダム” “ミクラス” “アギラ”]
After: [checkbox your-checkbox exclusive “ウインダム” “ミクラス” “アギラ”]