<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Contact Form 7</title>
	<atom:link href="http://contactform7.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://contactform7.com</link>
	<description>Just another contact form plugin for WordPress. Simple but flexible.</description>
	<lastBuildDate>Mon, 06 May 2013 23:58:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Contact Form 7 3.4.1</title>
		<link>http://contactform7.com/2013/05/06/contact-form-7-341/</link>
		<comments>http://contactform7.com/2013/05/06/contact-form-7-341/#comments</comments>
		<pubDate>Mon, 06 May 2013 23:57:16 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=4165</guid>
		<description><![CDATA[Contact Form 7 3.4.1 is now available. This release includes several fixes and translation updates. &#187; Download Contact Form 7 plugin from WordPress.org Change Log Fixed: Watermark option doesn&#8217;t work on old browsers. Fixed: Telephone number validation doesn&#8217;t accept space and parentheses. Translations for Russian (kg69design), Slovak (WordPress Slovakia), Hungarian (Farkas Győző), German (Ivan Graf), [...]]]></description>
				<content:encoded><![CDATA[<p>Contact Form 7 3.4.1 is now available. This release includes several fixes and translation updates.</p>
<p><span id="more-4165"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<div class="adsense adsense-center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2911179204702662";
/* Rectangle in Content */
google_ad_slot = "7949810717";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h4>Change Log</h4>
<ul>
<li>Fixed: Watermark option doesn&#8217;t work on old browsers.</li>
<li>Fixed: Telephone number validation doesn&#8217;t accept space and parentheses.</li>
<li>Translations for<br />
Russian (<a href="http://kg69design.com/">kg69design</a>),<br />
Slovak (<a href="http://wp.sk/">WordPress Slovakia</a>),<br />
Hungarian (<a href="http://www.sakraft.hu/">Farkas Győző</a>),<br />
German (<a href="http://blog.bildergallery.com/">Ivan Graf</a>), and<br />
Turkish (Burak Yavuz) have been updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2013/05/06/contact-form-7-341/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 3.4</title>
		<link>http://contactform7.com/2013/04/09/contact-form-7-34/</link>
		<comments>http://contactform7.com/2013/04/09/contact-form-7-34/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 00:04:44 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=3877</guid>
		<description><![CDATA[Contact Form 7 3.4 is now available. This is the first major upgrade in seven months and the main feature of this release is HTML5 support. Contact Form 7 3.4 introduces 10 new form-tags corresponding to HTML5 input types, including tel, url, number, range and date. It also changes the existing form-tags to reflect those [...]]]></description>
				<content:encoded><![CDATA[<p>Contact Form 7 3.4 is now available. This is the first major upgrade in seven months and the main feature of this release is HTML5 support.</p>
<p>Contact Form 7 3.4 introduces 10 new <a href="http://contactform7.com/tag-syntax/" title="Tag Syntax">form-tags</a> corresponding to <a href="http://www.w3.org/TR/html5/forms.html" target="_blank">HTML5 input types</a>, including <code>tel</code>, <code>url</code>, <code>number</code>, <code>range</code> and <code>date</code>. It also changes the existing form-tags to reflect those changes that HTML5 introduces; for example, using the <code>email</code> input type for an email field instead of <code>text</code> input type and supporting the use of the <code>maxlength</code> attribute for textarea.</p>
<p><span id="more-3877"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<h4>Note for Upgrading Users</h4>
<ul>
<li>This version of Contact Form 7 requires WordPress 3.5 or higher. If you are using older versions of WordPress, please upgrade WordPress first.</li>
<li>Since Contact Form 7 3.4 has changed the <code>type</code> attribute of the <code>input</code> element used for email fields from <code>text</code> to <code>email</code>, <code>input[type="text"]</code> CSS selector no longer matches the email fields. For email fields, the use of the <code>input.wpcf7-text</code> selector is preferable.</li>
<li>If you don&#8217;t wish to use HTML5 input types, you can disable this by adding the following code into your theme&#8217;s functions.php file:
<p><code>add_filter( 'wpcf7_support_html5', '__return_false' );</code>
</li>
</ul>
<h4>Change Log</h4>
<ul>
<li>Introduced the following form-tags: <code>[url]</code> and <code>[url*]</code> for URL field, <code>[tel]</code> and <code>[tel*]</code> for telephone number field, <code>[number]</code>, <code>[number*]</code>, <code>[range]</code> and <code>[range*]</code> for number input field, and <code>[date]</code> and <code>[date*]</code> for date input field.</li>
<li>Changed the <code>type</code> attribute of email field (<code>[email]</code> and <code>[email*]</code>) from <code>text</code> to <code>email</code>.</li>
<li>Support the use of the <code>maxlength</code> attribute for textarea (<code>[textarea]</code> and <code>[textarea*]</code>).</li>
<li>Support the use of HTML5 <code>placeholder</code> attribute (<code>watermark</code> is still supported and works as an alias of <code>placeholder</code>).</li>
<li>Support the use of <code>readonly</code> attribute.</li>
<li>Add the attribute <code>aria-required="true"</code> to each required field.</li>
<li>Introduced WPCF7_Shortcode class and rewrote all shortcode handler functions using it.</li>
<li>The following action and filter hooks have been introduced: <code>wpcf7_mail_failed</code>, <code>wpcf7_support_html5</code>, <code>wpcf7_form_novalidate</code>, <code>wpcf7_is_email</code>, <code>wpcf7_is_url</code>, <code>wpcf7_is_tel</code>, <code>wpcf7_is_number</code>, <code>wpcf7_is_date</code> and <code>wpcf7_map_meta_cap</code>.</li>
<li>The jQuery Form Plugin (<a href="http://jquery.malsup.com/form/" target="_blank">jquery.form.js</a>) has been updated to 3.32.0.</li>
<li>The required WordPress version has been changed and now requires WordPress 3.5 or higher.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2013/04/09/contact-form-7-34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 3.3.3</title>
		<link>http://contactform7.com/2013/01/21/contact-form-7-333/</link>
		<comments>http://contactform7.com/2013/01/21/contact-form-7-333/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 23:49:44 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=3355</guid>
		<description><![CDATA[Contact Form 7 3.3.3 is now available. This release includes several fixes and translation updates. &#187; Download Contact Form 7 plugin from WordPress.org Change Log Fixed: Logic of resolving upload directory on WordPress 3.5 multi-site install. The jQuery Form Plugin (jquery.form.js) has been updated to 3.25.0. Translations for French (Sellami Hédi), German (Ivan Graf), Russian [...]]]></description>
				<content:encoded><![CDATA[<p>Contact Form 7 3.3.3 is now available. This release includes several fixes and translation updates.</p>
<p><span id="more-3355"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<div class="adsense adsense-center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2911179204702662";
/* Rectangle in Content */
google_ad_slot = "7949810717";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h4>Change Log</h4>
<ul>
<li>Fixed: Logic of resolving upload directory on WordPress 3.5 multi-site install.</li>
<li>The jQuery Form Plugin (<a href="http://jquery.malsup.com/form/" target="_blank">jquery.form.js</a>) has been updated to 3.25.0.</li>
<li>Translations for<br />
French (Sellami Hédi),<br />
German (<a href="http://blog.bildergallery.com/">Ivan Graf</a>),<br />
Russian (<a href="http://kg69design.com/">kg69design</a>), and<br />
Turkish (Burak Yavuz) have been updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2013/01/21/contact-form-7-333/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 3.3.2</title>
		<link>http://contactform7.com/2012/12/13/contact-form-7-332/</link>
		<comments>http://contactform7.com/2012/12/13/contact-form-7-332/#comments</comments>
		<pubDate>Thu, 13 Dec 2012 06:53:02 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=3061</guid>
		<description><![CDATA[Contact Form 7 3.3.2 is now available. This release includes several fixes and translation updates. Contact Form 7 3.3.2 is tested up to WordPress 3.5. &#187; Download Contact Form 7 plugin from WordPress.org Change Log Fixed: Add the additional headers only when they are not empty. Fixed: Don&#8217;t load hidden files in the modules folder. [...]]]></description>
				<content:encoded><![CDATA[<p>Contact Form 7 3.3.2 is now available. This release includes several fixes and translation updates. Contact Form 7 3.3.2 is tested up to WordPress 3.5.</p>
<p><span id="more-3061"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<div class="adsense adsense-center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2911179204702662";
/* Rectangle in Content */
google_ad_slot = "7949810717";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h4>Change Log</h4>
<ul>
<li>Fixed: Add the additional headers only when they are not empty.</li>
<li>Fixed: Don&#8217;t load hidden files in the modules folder.</li>
<li>The jQuery Form Plugin (<a href="http://jquery.malsup.com/form/" target="_blank">jquery.form.js</a>) has been updated to 3.23.</li>
<li>Irish translation has been created by <a href="http://www.wiznicworld.com/">Vikas Arora</a>.</li>
<li>Translations for<br />
German (<a href="http://blog.bildergallery.com/">Ivan Graf</a>),<br />
Thai (<a href="http://blog.wordthai.com/">kazama</a>),<br />
Hungarian (<a href="http://www.sakraft.hu/">Farkas Győző</a>), and<br />
Tagalog (<a href="http://pointen.dk/">Hanne</a>) have been updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2012/12/13/contact-form-7-332/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 3.3.1</title>
		<link>http://contactform7.com/2012/10/14/contact-form-7-331/</link>
		<comments>http://contactform7.com/2012/10/14/contact-form-7-331/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 07:15:19 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=2729</guid>
		<description><![CDATA[I have recently released Contact Form 7 3.3.1. This update includes several security fixes, so upgrading quickly is highly recommended. &#187; Download Contact Form 7 plugin from WordPress.org Change Log Fixed: Apply esc_html() to response outputs. In the case it is necessary to use HTML tags in the response messages, new wpcf7_form_response_output filter is available. [...]]]></description>
				<content:encoded><![CDATA[<p>I have recently released Contact Form 7 3.3.1. This update includes several security fixes, so upgrading quickly is highly recommended.</p>
<p><span id="more-2729"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<div class="adsense adsense-center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2911179204702662";
/* Rectangle in Content */
google_ad_slot = "7949810717";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h4>Change Log</h4>
<ul>
<li>Fixed: Apply <code>esc_html()</code> to response outputs. In the case it is necessary to use HTML tags in the response messages, new <code>wpcf7_form_response_output</code> filter is available.</li>
<li>Fixed: Don&#8217;t use <code>$_POST</code> for internal data passing. Use global <code>$wpcf7</code> variable instead.</li>
<li>Fixed: Treat array value correctly in the Akismet module.</li>
<li>Fixed: Escape outputs of <code>[_user_agent]</code> spacial mail tags used in the HTML mode.</li>
<li>Fixed: Don&#8217;t show the notice about conflicting with Jetpack to new users who rarely see such conflicts.</li>
<li>The jQuery Form Plugin (<a href="http://jquery.malsup.com/form/" target="_blank">jquery.form.js</a>) has been updated to 3.18.</li>
<li>Translations for<br />
Danish (<a href="http://wordpress.blogos.dk/">Georg S. Adamsen</a>) and<br />
Finnish (<a href="http://www.wysiwyg.fi/">Jani Alha</a>) have been updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2012/10/14/contact-form-7-331/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 3.3</title>
		<link>http://contactform7.com/2012/09/24/contact-form-7-33/</link>
		<comments>http://contactform7.com/2012/09/24/contact-form-7-33/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 23:53:47 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=2598</guid>
		<description><![CDATA[Contact Form 7 3.3 is now available. This release includes new features, enhancements, bug fixes and translation updates. Since this version, Contact Form 7 requires WordPress 3.3 or higher. If you are using older versions of WordPress, please upgrade WordPress first. &#187; Download Contact Form 7 plugin from WordPress.org Change Log New: Introduce a new [...]]]></description>
				<content:encoded><![CDATA[<p>Contact Form 7 3.3 is now available. This release includes new features, enhancements, bug fixes and translation updates.</p>
<p>Since this version, Contact Form 7 requires WordPress 3.3 or higher. If you are using older versions of WordPress, please upgrade WordPress first.</p>
<p><span id="more-2598"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<div class="adsense adsense-center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2911179204702662";
/* Rectangle in Content */
google_ad_slot = "7949810717";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h4>Change Log</h4>
<ul>
<li>New: Introduce a new special mail tag [_user_agent] for user agent information.</li>
<li>New: Make <a href="http://codex.wordpress.org/Combating_Comment_Spam#Comment_Blacklist" title="Comment Blacklist" target="_blank">WordPress Comment Blacklist</a> applicable for inputs through contact forms.</li>
<li>New: Introduce new form of mail tag [_raw_<em>{field name}</em>]. This allows to output raw user input those have not been modified with <a href="http://contactform7.com/selectable-recipient-with-pipes/" title="Selectable Recipient with Pipes" target="_blank">pipes</a>.</li>
<li>New: Make mail tags available in response messages.</li>
<li>New: Introduce new additional setting <code>on_submit</code>. It works like <a href="http://contactform7.com/tracking-form-submissions-with-google-analytics/" title="Tracking Form Submissions with Google Analytics" target="_blank"><code>on_sent_ok</code></a> and has one-line JavaScript code, but <code>on_submit</code> code is fired regardless of whether or not the mail has been sent successfully.</li>
<li>New: Introduce 5 new jQuery custom event triggers (<code>invalid.wpcf7</code>, <code>spam.wpcf7</code>, <code>mailsent.wpcf7</code>, <code>mailfailed.wpcf7</code>, <code>submit.wpcf7</code>).</li>
<li>Fix: Nonce used in a form have been changed to have no time limit.</li>
<li>Fix: Make every post meta&#8217;s key have underscore prefix.</li>
<li>The jQuery Form Plugin (<a href="http://jquery.malsup.com/form/" target="_blank">jquery.form.js</a>) has been updated to 3.15 and compressed with YUI compressor.</li>
<li>The required WordPress version has been changed and now requires WordPress 3.3 or higher. If you use WordPress 3.2, you will need to upgrade WordPress.</li>
<li>Translations for Arabic (<a href="http://www.englize.com/">Yaser Maadan</a>), and German (<a href="http://blog.bildergallery.com/">Ivan Graf</a>) have been updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2012/09/24/contact-form-7-33/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 3.2.1</title>
		<link>http://contactform7.com/2012/07/31/contact-form-7-321/</link>
		<comments>http://contactform7.com/2012/07/31/contact-form-7-321/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 05:05:10 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=2308</guid>
		<description><![CDATA[Contact Form 7 3.2.1 is now available. This release includes bug fixes and translation updates. &#187; Download Contact Form 7 plugin from WordPress.org Change Log Fixed: Error for use of array_key_exists function with invalid first argument. Fixed: Adding unnecessary rewrite rules. Fixed: &#8220;Screen Options&#8221; doesn&#8217;t appear on each contact form edit screen. Change the comment_type [...]]]></description>
				<content:encoded><![CDATA[<p>Contact Form 7 3.2.1 is now available. This release includes bug fixes and translation updates.</p>
<p><span id="more-2308"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<div class="adsense adsense-center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2911179204702662";
/* Banner */
google_ad_slot = "1723161787";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h4>Change Log</h4>
<ul>
<li>Fixed: Error for use of array_key_exists function with invalid first argument.</li>
<li>Fixed: Adding unnecessary rewrite rules.</li>
<li>Fixed: &#8220;Screen Options&#8221; doesn&#8217;t appear on each contact form edit screen.</li>
<li>Change the comment_type value sent to Akismet from &#8216;contactform7&#8242; to &#8216;contact-form&#8217; following their <a href="http://blog.akismet.com/2012/06/19/pro-tip-tell-us-your-comment_type/" target="_blank">blog post</a>.</li>
<li>Introduce wpcf7_add_meta_boxes function and action with the same name. This makes it easier to add custom meta boxes to the edit screen.</li>
<li>Pass meta informations of each form submission (e.g. client&#8217;s IP address) to <a href="http://wordpress.org/extend/plugins/flamingo/" target="_blank">Flamingo</a>.</li>
<li>The jQuery Form Plugin (<a href="http://jquery.malsup.com/form/" target="_blank">jquery.form.js</a>) has been updated to 3.14 and compressed with YUI compressor.</li>
<li>Translation for Basque has been created by <a href="http://blog.karrikas.com/">karrikas</a>.</li>
<li>Translations for<br />
German (<a href="http://blog.bildergallery.com/">Ivan Graf</a> and Gérard Mathiuet),<br />
Italian (<a href="http://gidibao.net/">Gianni Diurno</a>), and<br />
Polish (<a href="http://digitalfactory.pl/">Bartosz Arendt</a>) have been updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2012/07/31/contact-form-7-321/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 3.2</title>
		<link>http://contactform7.com/2012/06/02/contact-form-7-32/</link>
		<comments>http://contactform7.com/2012/06/02/contact-form-7-32/#comments</comments>
		<pubDate>Sat, 02 Jun 2012 15:55:14 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=1767</guid>
		<description><![CDATA[Contact Form 7 3.2 is now available. This release includes new features, enhancements, bug fixes and translation updates. &#187; Download Contact Form 7 plugin from WordPress.org Change Log Enhanced admin panel. Introduced list table view for contact forms. Moved the Contact menu to the upper position (just below the Comments). Show alert message when Jetpack [...]]]></description>
				<content:encoded><![CDATA[<p>Contact Form 7 3.2 is now available. This release includes new features, enhancements, bug fixes and translation updates.</p>
<p><span id="more-1767"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<div class="adsense adsense-center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2911179204702662";
/* Banner */
google_ad_slot = "1723161787";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h4>Change Log</h4>
<ul>
<li>Enhanced admin panel. Introduced list table view for contact forms.</li>
<li>Moved the Contact menu to the upper position (just below the Comments).</li>
<li>Show alert message when Jetpack contact form is active.</li>
<li>Introduced <a href="http://contactform7.com/blog/2012/06/06/save-submitted-messages-with-flamingo/" title="Save Submitted Messages with Flamingo" target="_blank">Flamingo</a> module.</li>
<li>Made capabilities more customizable.</li>
<li>wpcf7_admin_url() is deprecated. Use admin_url() or menu_page_url() instead.</li>
<li>Changed the default defined value of constants WPCF7_PLUGIN_DIR and WPCF7_PLUGIN_URL.</li>
<li>The jQuery Form Plugin (<a href="http://jquery.malsup.com/form/" target="_blank">jquery.form.js</a>) has been updated to 3.09 and compressed with YUI compressor.</li>
<li>Translations for<br />
Latvian (<a href="http://www.kleofass.lv/">Sandis Veinbergs</a>),<br />
Swedish (<a href="http://wp-support.se/">Björn M</a>), and<br />
Czech (<a href="http://chcistranky.eu/zdarma/">Pavel Bilek</a>) have been updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2012/06/02/contact-form-7-32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 3.1.2</title>
		<link>http://contactform7.com/2012/04/12/contact-form-7-312/</link>
		<comments>http://contactform7.com/2012/04/12/contact-form-7-312/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 13:14:00 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=1518</guid>
		<description><![CDATA[Contact Form 7 3.1.2 is now available. This release includes several fixes and translation updates. &#187; Download Contact Form 7 plugin from WordPress.org Change Log Auto-generate .htaccess file in the CAPTCHA&#8217;s temporary folder to hide answer files in it. Make sure all fields given by form-tags are in the posted_data property. Fix the RTL style [...]]]></description>
				<content:encoded><![CDATA[<p>Contact Form 7 3.1.2 is now available. This release includes several fixes and translation updates.</p>
<p><span id="more-1518"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<div class="adsense adsense-center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2911179204702662";
/* Banner */
google_ad_slot = "1723161787";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h4>Change Log</h4>
<ul>
<li>Auto-generate .htaccess file in the CAPTCHA&#8217;s temporary folder to hide answer files in it.</li>
<li>Make sure all fields given by form-tags are in the posted_data property.</li>
<li>Fix the RTL style sheet for admin pages.</li>
<li>Bug fixed: names of uploaded files don&#8217;t appear in mail body.</li>
<li>The jQuery Form Plugin (<a href="http://jquery.malsup.com/form/" target="_blank">jquery.form.js</a>) has been updated to 3.08.</li>
<li>Translations for<br />
German (<a href="http://blog.bildergallery.com/">Ivan Graf</a>),<br />
Hungarian (<a href="http://www.sakraft.hu/">Farkas Győző</a>),<br />
Slovene (Jani Roskar), and<br />
Lithuanian (<a href="http://www.host1free.com/">Vincent G</a>) have been updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2012/04/12/contact-form-7-312/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 3.1.1</title>
		<link>http://contactform7.com/2012/02/22/contact-form-7-311/</link>
		<comments>http://contactform7.com/2012/02/22/contact-form-7-311/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 08:30:56 +0000</pubDate>
		<dc:creator>Takayuki Miyoshi</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://contactform7.com/?p=1487</guid>
		<description><![CDATA[Contact Form 7 3.1.1 is now available. This release includes several fixes and translation updates. &#187; Download Contact Form 7 plugin from WordPress.org Change Log Introduce wpcf7_verify_nonce() and wpcf7_create_nonce() for front-end use. This fixes the wrong nonce issue on cached pages. Preserve new line characters in form shortcode contents to bypass auto-p filter. Use [rnt [...]]]></description>
				<content:encoded><![CDATA[<p>Contact Form 7 3.1.1 is now available. This release includes several fixes and translation updates.</p>
<p><span id="more-1487"></span><br />
<strong><a href="http://wordpress.org/extend/plugins/contact-form-7/">&raquo; Download Contact Form 7 plugin from WordPress.org</a></strong></p>
<div class="adsense adsense-center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2911179204702662";
/* Banner */
google_ad_slot = "1723161787";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h4>Change Log</h4>
<ul>
<li>Introduce wpcf7_verify_nonce() and wpcf7_create_nonce() for front-end use. This fixes the wrong nonce issue on cached pages.</li>
<li>Preserve new line characters in form shortcode contents to bypass auto-p filter.</li>
<li>Use <code>[rnt ]</code> instead of <code>[s]</code> in regex to prevent issues of checkbox/radio options containing some UTF-8 characters are dropped.</li>
<li>Bug fixed: tag generator menu is incorrectly shown on WordPress 3.2.x.</li>
<li>The jQuery Form Plugin (<a href="http://jquery.malsup.com/form/">jquery.form.js</a>) has been updated to 2.96.</li>
<li>Translations for<br />
Latvian (<a href="http://www.kleofass.lv/">Sandis Veinbergs</a>),<br />
Hebrew (<a href="http://www.arikg.co.il/">Arik Galansky</a>),<br />
German (<a href="http://blog.bildergallery.com/">Ivan Graf</a>), and<br />
Japanese have been updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contactform7.com/2012/02/22/contact-form-7-311/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
