Category: WordPress Plugins
-
Contact Form 7 1.5 (日本語)
Contact Form 7 1.5 を公開しました。このバージョンでは CAPTCHA の設置が可能になりました。ロシア語とブラジル・ポルトガル語の言語ファイルが加わりました。また、Akismet の使用方法が紛らわしかったので変更されました。
-
Contact Form 7 1.5
I released Contact Form 7 1.5. You can use CAPTCHA on it. Russian and Brazilian Portuguese translations came in. Akismet’s usage got changed as it was confusable. (日本語はこちら)
-
Contact Form 7 1.4.4
I released Contact Form 7 1.4.4. French translation by Jillij was added. Thanks Jillij. And a bug that extra backslashes are inserted reported by rome has been fixed as well. Thanks rome. 日本語 / Japanese Contact Form 7 1.4.4 をリリースしました。Jillij さんによるフランス語の言語ファイルを追加しています。 それから、rome さんからコメントで報告があった、メールに余計なバックスラッシュが挿入されるバグについても修正しています。
-
Contact Form 7 1.4.3
I released Contact Form 7 1.4.3. Polish translation by Zbigniew Czernik was newly added. Thank you Zbigniew! Now, Contact Form 7 supports 7 languages! Contact Form 7 1.4.3 をリリースしました。Zbigniew Czernik さんによるポーランド語の言語ファイルを追加しています。これで 7 言語サポートです!
-
Contact Form 7 1.4.2
Contact Form 7 1.4.2 got released. It includes German translation by Marcel Spitau. Thank you Marcel :) I’m surprised at seeing this plugin grows internationally so fast. Japanese / 日本語 Contact Form 7 1.4.2 をリリースしました。Marcel Spitau さんによるドイツ語の言語ファイルを追加しています。このプラグインがこんなに急速に国際化されるなんてほんとびっくりですね。
-
Contact Form 7 1.4.1
I released Contact Form 7 1.4.1 which is minor update including: Revision of Akismet option in form tag, and Spanish and Catalan translations by Jordi Sancho. Revision of Akismet option in form tag akismet:content option was removed. Now, all field values are concatenated and sent to Akismet server as comment content. The reason for this…
-
メールの件名の文字化け防止パッチの実証プラグイン
注意: このプラグインと tenpura さんによる WP Multibyte Patch を同時に有効にしているとコンフリクトを起こすことが確認されています。WP Multibyte Patch はメールの文字化け回避のほか、WordPress で日本語を正しく処理するために必要となる修正を網羅しているので、WP Multibyte Patch の使用をおすすめします。(2007/11/21 追加) このプラグイン (Demonstration #4457) は機能的には Nippon 2 プラグインの後継にあたるものです。実体にそぐわなくなっているので Nippon の名称は使わないことにしました。 Nippon 2 で説明した phpMailer とメールの件名の文字化けの問題については、WordPress Trac #4457 に同様の報告が上がっていたのでそこに追加でコメントしています。この件は今のところ WordPress 2.3 での対応が目標になっていますが延期になる可能性もあります。 Update: WordPress 2.4 に延期になりました。 Demonstration #4457 は #4457 に送ったパッチをベースにしており、パッチが正常に機能することを確かめる目的で作られています。Demonstration #4457 が Nippon 2 と異なるのは以下の3点です。 mbstring 関数を使わず基本的な PHP 関数のみで実装 Base64…
-
Contact Form 7 1.4
I released new version 1.4 of Contact Form 7 today. The main feature is spam filtering with Akismet.
-
WP Mail Tester
I wrote a development-use handy plugin for repeated test of sending mail function of WordPress, i.e. wp_mail(). You can directly specify four parameter values for wp_mail(), To, Subject, Message Body and Headers and send it in control panel. Download and Installation Download zip file and unzip it. Upload wp-mail-tester.php to the plugins directory. Activate WP…
-
Contact Form 7 1.3
Contact Form 7 1.3 is now available. I added new type of form element tag named [select]. This tag is replaced by a <select> element. Example: [select your-country “China” “India” “other”] This tag is replaced to: <select name=”your-country”> <option value=”China”>China</option> <option value=”India”>India</option> <option value=”other”>other</option> </select> Then you can insert user selection into mail sent to…