<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[iDeasilo]]></provider_name><provider_url><![CDATA[https://ideasilo.wordpress.com]]></provider_url><author_name><![CDATA[Takayuki Miyoshi]]></author_name><author_url><![CDATA[https://ideasilo.wordpress.com/author/miyoshita/]]></author_url><title><![CDATA[Contact Form 7&nbsp;1.10.1]]></title><type><![CDATA[link]]></type><html><![CDATA[<p>I have just released Contact Form 7 1.10.1, it has a few bug fixes, new features and translation updates. They are not critical or security-related bugs, so you don&#8217;t need to upgrade urgently.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">Download</a></strong> | <strong><a href="https://ideasilo.wordpress.com/2007/04/30/contact-form-7/">Plugin Homepage</a></strong> | <strong><a href="https://ideasilo.wordpress.com/2008/03/29/contact-form-7-faq/">FAQ</a></strong> | <strong><a href="http://wordpress.org/tags/contact-form-7">Support Forum</a></strong><br />
<!--more--><br />
<a href="#injapanesefromhere">(日本語のドキュメントは下のほうにあります。)</a></p>
<h4>Bugs fixed</h4>
<ul>
<li>A necessary &#8216;global $wp_version&#8217; declaration was missing. This omission could cause erroneous paths of JavaScript and CSS files in case if you were using it on specific WordPress version.</li>
<li>If the items include the apostrophe character (&#8216;) in it, checked items were being erroneously unchecked when getting validation errors.</li>
</ul>
<h4>New features</h4>
<ul>
<li>Controllable CSS loading: If you don&#8217;t need the original CSS files loaded by Contact Form 7, define the <code>WPCF7_LOAD_CSS</code> constant as <em>false</em> (default: <em>true</em>). You can do this easily by inserting this line into your wp-config.php file:<br />
<blockquote><p><code>define( 'WPCF7_LOAD_CSS', false );</code></p></blockquote>
</li>
<li><code>use_label_element</code> option for checkbox and radio button. By using this, you can wrap each checkbox and radio button with <code>&lt;label&gt;</code> tag. You can use it like this:<br />
<blockquote><p><code>[checkbox fruit <strong>use_label_element</strong> "Orange" "Apple" "Banana"]</code></p></blockquote>
</li>
<li>Loading the JavaScripts in the header when the <code>WPCF7_LOAD_JS</code> constant is defined as <em>header</em>.
<p>By default, Contact Form 7 loads scripts in the footer if you are using it on WordPress 2.8 or higher. But we&#8217;ve heard from a lot of users that loading scripts in the footer won&#8217;t work in several instances. If you have such a situation, try to insert this line into your wp-config.php file:</p>
<blockquote><p><code>define( 'WPCF7_LOAD_JS', 'header' );</code></p></blockquote>
<p>But, most of the time the reason that loading scripts in the footer fails is because it is missing the <strong><code>wp_footer()</code></strong> call in their template. <a href="http://lesterchan.net/wordpress/2009/01/26/loading-javascript-in-footer-in-wordpress-28/">Lester Chan</a> discusses this issue. My suggestion would be not to use the above <code>WPCF7_LOAD_JS</code> setting, but to ask your theme&#8217;s author to fix this issue and insert the <code>wp_footer()</code> as a WordPress theme standard.
</li>
</ul>
<h4>Translation Updates</h4>
<p>New addition:</p>
<ul>
<li>Slovak (sk) &#8211; <a href="http://www.mrhead.sk/">Patrik Bóna</a></li>
</ul>
<p>Updated:</p>
<ul>
<li>German (de_DE) &#8211; <a href="http://blog.bildergallery.com/">Ivan Graf</a></li>
<li>Italian (it_IT) &#8211; <a href="http://gidibao.net/">Gianni Diurno</a></li>
<li>Persian (Farsi; fa_IR) &#8211; <a href="http://www.musavis.com/">Mohammad Musavi</a></li>
</ul>
<p>Thank you.</p>
<hr />
<p>(in Japanese from here)</p>
<p><a name="injapanesefromhere"></a></p>
<p>Contact Form 7 1.10.1 をリリースしました。このバージョンにはいくつかのバグ修正、新しい機能と翻訳の更新が含まれます。これらのバグは重大なものやセキュリティに関係したものではないので、急いでアップグレードする必要はありません。</p>
<h4>修正済みのバグ</h4>
<ul>
<li>必要な &#8216;global $wp_version&#8217; の宣言が抜けていました。特定のバージョンの WordPress を使っている場合において、間違った JavaScript と CSS のパスが生成される可能性がありました。</li>
<li>チェックボックスやラジオボタンなどで選択された項目が、検証エラー表示時に間違って選択から外される問題がありました。この問題は項目の値がアポストロフィー (&#8216;) を含む場合にみられました。</li>
</ul>
<h4>新しい機能</h4>
<ul>
<li>制御可能な CSS 読み込み。Contact Form 7 が読み込む CSS ファイルを必要としない場合は、<code>WPCF7_LOAD_CSS</code> 定数を <em>false</em> に指定してください(デフォルトは <em>true</em>)。wp-config.php に次の行を追加するとよいでしょう:<br />
<blockquote><p><code>define( 'WPCF7_LOAD_CSS', false );</code></p></blockquote>
</li>
<li>チェックボックスとラジオボタンに <code>use_label_element</code> オプションを追加。このオプションを使用すると、チェックボックスとラジオボタンの個々の項目を <code>&lt;label&gt;</code> タグで包みます。使用例は次の通り:<br />
<blockquote><p><code>[checkbox fruit <strong>use_label_element</strong> "オレンジ" "リンゴ" "バナナ"]</code></p></blockquote>
</li>
<li><code>WPCF7_LOAD_JS</code> 定数が <em>header</em> に指定されている場合に JavaScript をヘッダーに読み込みます。
<p>WordPress 2.8 以上で使用する場合、デフォルトでは Contact Form 7 はスクリプトをフッターに読み込みます。しかし、多くのユーザーからの報告によると、フッターへの読み込みが機能しない場合があるようです。もしそのような問題がみられる場合は、試しに以下の行を wp-config.php に追加してみてください:</p>
<blockquote><p><code>define( 'WPCF7_LOAD_JS', 'header' );</code></p></blockquote>
<p>とはいうものの、このフッターへのスクリプト読み込みが失敗する問題の理由のほとんどは、使っているテンプレートで <code>wp_footer()</code> を正しく呼び出していないことにあります。<a href="http://lesterchan.net/wordpress/2009/01/26/loading-javascript-in-footer-in-wordpress-28/">Lester Chan</a> がこのことについて説明しています。ですから、上に書いた設定を使うよりも、お使いのテーマの作者に WordPress のテーマの標準に従うよう修正してもらうようにお願いすることをお勧めします。
</li>
</ul>
<h4>翻訳の更新</h4>
<p>新たに追加されたもの:</p>
<ul>
<li>スロバキア語 (sk) &#8211; <a href="http://www.mrhead.sk/">Patrik Bóna</a></li>
</ul>
<p>更新されたもの:</p>
<ul>
<li>ドイツ語 (de_DE) &#8211; <a href="http://blog.bildergallery.com/">Ivan Graf</a></li>
<li>イタリア語 (it_IT) &#8211; <a href="http://gidibao.net/">Gianni Diurno</a></li>
<li>ペルシャ語 (Farsi; fa_IR) &#8211; <a href="http://www.musavis.com/">Mohammad Musavi</a></li>
</ul>
<p>ありがとうございます。</p>
]]></html></oembed>