Contact Form 7 1.7.4 (select+ and checkbox+ removed)
December 30, 2007
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 “ウインダム” “ミクラス” “アギラ”]
Read the rest of this entry »


