Quantcast
Channel: Takayuki Miyoshi – Contact Form 7
Viewing all 161 articles
Browse latest View live

Contact Form 7 3.0.2

$
0
0

Contact Form 7 3.0.2 is available. It includs some fixes and translation updates, and is tested with WordPress 3.3.

» Download Contact Form 7 plugin from WordPress.org

Change Log

  • Show alert messages when you use it on old version of WordPress.
  • Introduce wpcf7_is_rtl() to avoid “not exist” error of is_rtl().
  • Take back data conversion from Contact Form 7 1.x.
  • Normalize newline characters to n (line feed) on save (fix export/import problem).
  • Rewrite wpcf7_admin_url() and use menu_page_url() inside it.
  • Use wp_enqueue_scripts and admin_enqueue_scripts action hooks instead of wp_print_styles and admin_print_styles.
  • Use wp_safe_redirect() instead of wp_redirect().
  • Updated jquery.form.js to 2.94.
  • Translation for Esperanto has been created by Arkadiusz Zychewicz.
  • Translations for German (Ivan Graf), Japanese (Takayuki Miyoshi), Malay (Zairul Azmil), Thai (ToshiK), Slovak (Patrik Bóna), and Hungarian (Farkas Győző) have been updated.

Contact Form 7 3.1

$
0
0

Contact Form 7 3.1 is now available. It includes a lot of improvements, bug fixes and translation updates.

» Download Contact Form 7 plugin from WordPress.org

Change Log

  • Offer nonce verification for contact forms.
  • Add several options to retrieve logged-in user info as default value of field.
  • Introduce wpcf7_validate filter for validation independent from specific form tag type.
  • Search contact form by title when failed to find by ID.
  • Include all $_POST variables into $cf->posted_data and make them referable from mail.
  • Add watermark option to captchar (CAPTCHA-response) field.
  • Introduce wpcf7_ajax_loader() function and wpcf7_ajax_loader filter.
  • Introduce wpcf7_akismet_comment_check filter.
  • Introduce menu icons created by Takao Honda.
  • Translation for Azeri has been created by Zaur Bayramov.
  • Translations for
    Italian (Gianni Diurno),
    Russian (Denis Voituk),
    Arabic (Yaser Maadan),
    Danish (Georg S. Adamsen),
    Persian (Mohsen Firoozmandan),
    Romanian (Marius Olar), and
    Portuguese (Pedro Nave) have been updated.

Contact Form 7 3.1.1

$
0
0

Contact Form 7 3.1.1 is now available. This release includes several fixes and translation updates.


» 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 ] instead of [s] in regex to prevent issues of checkbox/radio options containing some UTF-8 characters are dropped.
  • Bug fixed: tag generator menu is incorrectly shown on WordPress 3.2.x.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 2.96.
  • Translations for
    Latvian (Sandis Veinbergs),
    Hebrew (Arik Galansky),
    German (Ivan Graf), and
    Japanese have been updated.

Contact Form 7 3.1.2

$
0
0

Contact Form 7 3.1.2 is now available. This release includes several fixes and translation updates.


» Download Contact Form 7 plugin from WordPress.org

Change Log

  • Auto-generate .htaccess file in the CAPTCHA’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 sheet for admin pages.
  • Bug fixed: names of uploaded files don’t appear in mail body.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.08.
  • Translations for
    German (Ivan Graf),
    Hungarian (Farkas Győző),
    Slovene (Jani Roskar), and
    Lithuanian (Vincent G) have been updated.

Contact Form 7 3.2

$
0
0

Contact Form 7 3.2 is now available. This release includes new features, enhancements, bug fixes and translation updates.


» 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 contact form is active.
  • Introduced Flamingo module.
  • Made capabilities more customizable.
  • wpcf7_admin_url() is deprecated. Use admin_url() or menu_page_url() instead.
  • Changed the default defined value of constants WPCF7_PLUGIN_DIR and WPCF7_PLUGIN_URL.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.09 and compressed with YUI compressor.
  • Translations for
    Latvian (Sandis Veinbergs),
    Swedish (Björn M), and
    Czech (Pavel Bilek) have been updated.

Contact Form 7 3.2.1

$
0
0

Contact Form 7 3.2.1 is now available. This release includes bug fixes and translation updates.


» 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: “Screen Options” doesn’t appear on each contact form edit screen.
  • Change the comment_type value sent to Akismet from ‘contactform7′ to ‘contact-form’ following their blog post.
  • 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.
  • Pass meta informations of each form submission (e.g. client’s IP address) to Flamingo.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.14 and compressed with YUI compressor.
  • Translation for Basque has been created by karrikas.
  • Translations for
    German (Ivan Graf and Gérard Mathiuet),
    Italian (Gianni Diurno), and
    Polish (Bartosz Arendt) have been updated.

Contact Form 7 3.3

$
0
0

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.


» Download Contact Form 7 plugin from WordPress.org

Change Log

  • New: Introduce a new special mail tag [_user_agent] for user agent information.
  • New: Make WordPress Comment Blacklist applicable for inputs through contact forms.
  • New: Introduce new form of mail tag [_raw_{field name}]. This allows to output raw user input those have not been modified with pipes.
  • New: Make mail tags available in response messages.
  • New: Introduce new additional setting on_submit. It works like on_sent_ok and has one-line JavaScript code, but on_submit code is fired regardless of whether or not the mail has been sent successfully.
  • New: Introduce 5 new jQuery custom event triggers (invalid.wpcf7, spam.wpcf7, mailsent.wpcf7, mailfailed.wpcf7, submit.wpcf7).
  • Fix: Nonce used in a form have been changed to have no time limit.
  • Fix: Make every post meta’s key have underscore prefix.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.15 and compressed with YUI compressor.
  • 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.
  • Translations for Arabic (Yaser Maadan), and German (Ivan Graf) have been updated.

Contact Form 7 3.3.1

$
0
0

I have recently released Contact Form 7 3.3.1. This update includes several security fixes, so upgrading quickly is highly recommended.


» 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.
  • Fixed: Don’t use $_POST for internal data passing. Use global $wpcf7 variable instead.
  • Fixed: Treat array value correctly in the Akismet module.
  • Fixed: Escape outputs of [_user_agent] spacial mail tags used in the HTML mode.
  • Fixed: Don’t show the notice about conflicting with Jetpack to new users who rarely see such conflicts.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.18.
  • Translations for
    Danish (Georg S. Adamsen) and
    Finnish (Jani Alha) have been updated.

Contact Form 7 3.3.2

$
0
0

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.


» Download Contact Form 7 plugin from WordPress.org

Change Log

  • Fixed: Add the additional headers only when they are not empty.
  • Fixed: Don’t load hidden files in the modules folder.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.23.
  • Irish translation has been created by Vikas Arora.
  • Translations for
    German (Ivan Graf),
    Thai (kazama),
    Hungarian (Farkas Győző), and
    Tagalog (Hanne) have been updated.

Contact Form 7 3.3.3

Contact Form 7 3.4

$
0
0

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 changes that HTML5 introduces; for example, using the email input type for an email field instead of text input type and supporting the use of the maxlength attribute for textarea.


» Download Contact Form 7 plugin from WordPress.org

Note for Upgrading Users

  • This version of Contact Form 7 requires WordPress 3.5 or higher. If you are using older versions of WordPress, please upgrade WordPress first.
  • Since Contact Form 7 3.4 has changed the type attribute of the input element used for email fields from text to email, input[type="text"] CSS selector no longer matches the email fields. For email fields, the use of the input.wpcf7-text selector is preferable.
  • If you don’t wish to use HTML5 input types, you can disable this by adding the following code into your theme’s functions.php file:

    add_filter( 'wpcf7_support_html5', '__return_false' );

Change Log

  • Introduced the following form-tags: [url] and [url*] for URL field, [tel] and [tel*] for telephone number field, [number], [number*], [range] and [range*] for number input field, and [date] and [date*] for date input field.
  • Changed the type attribute of email field ([email] and [email*]) from text to email.
  • Support the use of the maxlength attribute for textarea ([textarea] and [textarea*]).
  • Support the use of HTML5 placeholder attribute (watermark is still supported and works as an alias of placeholder).
  • Support the use of readonly attribute.
  • Add the attribute aria-required="true" to each required field.
  • Introduced WPCF7_Shortcode class and rewrote all shortcode handler functions using it.
  • The following action and filter hooks have been introduced: wpcf7_mail_failed, wpcf7_support_html5, wpcf7_form_novalidate, wpcf7_is_email, wpcf7_is_url, wpcf7_is_tel, wpcf7_is_number, wpcf7_is_date and wpcf7_map_meta_cap.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.32.0.
  • The required WordPress version has been changed and now requires WordPress 3.5 or higher.

Contact Form 7 3.4.1

Contact Form 7 3.4.2

$
0
0

Contact Form 7 3.4.2 is now available. This release includes several fixes and translation updates.


» Download Contact Form 7 plugin from WordPress.org

Change Log

  • Fixed: Unintended tabindex attributes are added to checkbox items.
  • Fixed: Added an unique number to each getJSON request for avoiding cache-related issues.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.36.0.
  • Translation for Gujarati language has been created by Apoto.
  • Translations for
    French (Hédi Sellami),
    Polish (Bartosz Arendt),
    Chinese, Simplified (Stella Hu),
    Arabic (Yaser Maadan),
    Catalan (Jaume Aragay Badia),
    and Japanese have been updated.

Contact Form 7 3.5

$
0
0

Contact Form 7 3.5 is now available. This release includes new features, enhancements, bug fixes and translation updates.


» Download Contact Form 7 plugin from WordPress.org

Change Log

  • Added: Support of local file attachment.
  • Added: first_as_label option to drop-down menu (select) tag.
  • Added: Support of jQuery UI fallback for non-HTML5 browsers.
  • Show error message from jquery.form.js in a hidden element.
  • Make ajax-loader image have https URL when the page is https.
  • Use win_is_writable() to avoid file system issues on Windows server.
  • Save locale information when generating a contact form.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.39.0.
  • Translations for
    Finnish (Jani Alha),
    German (Ivan Graf),
    and Turkish (Burak Yavuz) have been updated.

Contact Form 7 3.5.1


Contact Form 7 3.5.2

Contact Form 7 3.5.3

$
0
0

Contact Form 7 3.5.3 is now available. This release includes a security enhancement and some translation updates. Upgrading quickly is recommended.


» Download Contact Form 7 plugin from WordPress.org

Change Log

  • Checking of file extension when uploading has been enhanced.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.44.0.
  • Translation for Central Kurdish (ckb) has been created by Mahr Hassan.
  • Translations for
    German (Ivan Graf),
    Hungarian (Farkas Győző),
    and Japanese have been updated.

Contact Form 7 3.5.4

Contact Form 7 3.6

$
0
0

Contact Form 7 3.6 is now available. This upgrade includes: accessibility improvements, support for language packs, refinement for admin interface, and several new features and fixes. Also, this version is compatible with WordPress 3.8.


Requires: WordPress 3.6 or higher
Tested up to: WordPress 3.8

» Download Contact Form 7 plugin from WordPress.org

Change Log

  • Accessibility: Apply role="alert" to response message and validation errors.
  • Accessibility: Apply aria-invalid="true" to input fields in which validation errors occuring.
  • Accessibility: Stop using floating-style validation error messages (not-valid-tip) which disappear with mouse-over, as it is not accessible.
  • Text domain has been changed from “wpcf7″ to “contact-form-7″ according with the standard of WordPress.org language packs.
  • Admin: “Add New” submenu has been added.
  • Flamingo: Sub-channel support.
  • Flamingo: Pass data to Flamingo in cases of spam detected, in addition to cases of mail sent.
  • Flamingo: Support flamingo_email, flamingo_name and flamingo_subject additional settings which allow to alter values passed to Flamingo.
  • New: Date format in mail.
  • New: wpcf7_submit action hook.
  • New: wpcf7_flamingo_submit_if and wpcf7_flamingo_get_value filter hooks.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.46.0.
  • Translations for
    Brazilian Portuguese (Gilvanilson Santos),
    and French (Emmanuel Simond & Hédi Sellami) have been updated.

Contact Form 7 3.7

$
0
0

Contact Form 7 3.7 is now available. This upgrade is mainly for refactoring and improving code, but also it introduces attractive features including free text option for checkbox/radio.



Requires: WordPress 3.6 or higher
Tested up to: WordPress 3.8.1

» Download Contact Form 7 plugin from WordPress.org

Change Log

  • Support free_text option that allows checkbox/radio to have an additional free text field.
  • Restore floating-tip style validation error as an option.
  • Support html_id and html_class attributes in [contact-form-7] shortcode.
  • Fixed bug that Flamingo stored submissions in demo-mode.
  • Fixed bug where auto-p function wrapped [response] with p.
  • The jQuery Form Plugin (jquery.form.js) has been updated to 3.48.0.
  • Translation for Haitian has been created by Lam Tu Do.
    Translations for
    German (Ivan Graf),
    Hungarian (Farkas Győző),
    Czech (Vladislav Šenk),
    Turkish (Burak Yavuz),
    Lithuanian (Mantas Malcius),
    French (Hédi Sellami),
    Basque (karrikas), and
    Brazilian Portuguese (Gilvanilson Santos) have been updated.
Viewing all 161 articles
Browse latest View live