Changelog for Contact Coldform https://wordpress.org/plugins/contact-coldform/ > __Tip:__ Use a free markdown tool like https://dillinger.io/ to convert the changelog to a more readable format. > __Tip:__ Check announcement posts for details about pro updates and related news: https://plugin-planet.com/news/ **Version 20240226** * Updates plugin settings page * Updates default translation template * Improves plugin docs/readme.txt * Tests on WordPress 6.5 (beta) **Version 20231019** * Tests on WordPress 6.4 (beta) **Version 20230708** * Improves support panel logic * Improves localization function * Improves font-icon CSS styles * Tests on WordPress 6.3 (beta) **Version 20230225** * Tweaks settings UI * Improves responsive styles * Improves logic when calling `get_current_screen()` * Moves WP Resources panel to its own function * Removes SES Pro from WP Resources panel * Tests on WordPress 6.1 + 6.2 (beta) * Tests on PHP 8.1 and 8.2 **Version 20220924** * Adds custom footer text to plugin settings * Tests on WordPress 6.1 **Version 20220923** * Improves plugin documentation * Tests on WordPress 6.1 **Version 20220515** * Improves loading of language files * Tests on WordPress 6.0 **Version 20220108** * Updates support panel * Updates resource in readme.txt * Changes minimum required WP version to 4.6 * Fixes warning on PHP 8.1 * Tests on WordPress 5.9 **Version 20210712** * Tests on WordPress 5.8 **Version 20210208** * Tests on WordPress 5.7 **Version 20201108** * Fixes a PHP warning * Tests on PHP 7.4 and 8.0 * Tests on WordPress 5.6 **Version 20200728** * Changes the default "From Address" to "wordpress@yourdomain.com" * Refines plugin setting page styles * Refines readme/documentation * Tests on WordPress 5.5 **Version 20200308** * Updates blurb on plugin settings page * Generates new default translation template * Tests on WordPress 5.4 **Version 20191024** * Updates styles for plugin settings page * Generates new default translation template * Tests on WordPress 5.3 **Version 20190902** * Updates some links to https * Updates information on plugin page * Tests on WordPress 5.3 (alpha) **Version 20190428** * Bumps [minimum PHP version](https://codex.wordpress.org/Template:Server_requirements) to 5.6.20 * Tweaks plugin settings screen content * Updates default translation template * Tests on WordPress 5.2 **Version 20190304** * Tweaks plugin settings screen UI * Generates new default translation template * Tests on WordPress 5.2 (alpha) **Version 20190220** * Compatibility tests on WordPress 5.1 **Version 20181112** * Adds homepage link to Plugins screen * Updates default translation template * Tests on WordPress 5.0 (beta) **Version 20180813** * Adds `rel="noopener noreferrer"` to all [blank-target links](https://perishablepress.com/wordpress-blank-target-vulnerability/) * Updates donate link * Updates GDPR blurb * Adds Contact Form X blurb * Regenerates default translation template * Further tests on WP versions 4.9 and 5.0 (alpha) **Version 20180506** * Adds option to disable user data collection (IP, user agent, et al) * Generates new translation template * Adds support for multiple "To" addresses * Updates Show Support panel * Updates plugin image files * Tests on WordPress 5.0 **Version 20171103** * Removes extra `manage_options` requirement for settings * Tests on WordPress 4.9 **Version 20171019** * Adds extra `manage_options` capability check to modify settings * Improves logic of `contact_coldform_require_wp_version` * Streamlines Support panel in plugin settings * Tests on WordPress 4.9 **Version 20170730** * Fixes "captcha can't be disabled" bug * Adds GPL license.txt file * Tests on WordPress 4.9 (alpha) **Version 20170322** * Tweaks info panels on settings page * Refines styles for admin notices * Adds option to customize the From email address * Adds nonce security to contact form * Removes `get_permalink()` from form action attribute * Improves styles of default success message * Adds default charset to `htmlentities()` * Generates new default translation template * Tests on WordPress version 4.8 **Version 20161114** * Fixed various PHP Notices * Refactored and refreshed entire codebase * Improved sanitization of submitted form content * Improved sanitization of `contact_coldform_validate_options()` * Improved logic of `contact_coldform_register_style()` * Improved logic of `contact_coldform()` * Beefed up abbr styles on settings page * Defined color for form error messages * Defined padding on fieldset elements * Changed Twitter URL to https * Updated plugin author site URL * Updated URL for rate this plugin links * Changed stable tag from trunk to latest version * Refined default settings (single quotes to double quotes) * Double quotes now allowed in success and error messages * Added German translation * Regenerated default translation template * Tested on WordPress version 4.7 (beta) **Version 20160810** * Improved translation support * Replaced `_e()` with `esc_html_e()` or `esc_attr_e()` * Replaced `__()` with `esc_html__()` or `esc_attr__()` * Removed support for Intranet Plus plugin * Refined some styles on the settings page * Tested on WordPress 4.6 **Version 20160329** * Added Reply-To header * Removed quotes from Content-Type header * Added screenshots to assets (repo) * Added 1544x500 banner to assets (repo) * Replaced Coldform icon with retina version * Added UTF-8 default to blog_charset option * Added support for Intranet Plus plugin * Tested on WordPress 4.5 beta **Version 20151109** * Updated minimum version requirement * Update heading hierarchy on settings page * Fixed incorrect escaping for quotes * Refined contact_coldform() function * Added coldform_sanitize_text() function * Removed word wrap for message content * Updated whois lookup link in emails * Added support for HTTPS * Tested on WordPress 4.4 **Version 20150808** * Tested on WordPress 4.3 * Updated minimum version requirement **Version 20150507** * Tested with WP 4.2 + 4.3 (alpha) * Changed a few "http" links to "https" **Version 20150314** * Tested with latest version of WP (4.1) * Increased minimum version to WP 3.8 * Removed deprecated screen_icon() * Removed redundant htmlentities() * Replaced htmlentities() with sanitize_text_field() * Added $contact_coldform_wp_vers * Streamline/fine-tune plugin code * Added Reply-To and Return-Path to email headers * Added Text Domain and Domain Path to file header * Replaced default .mo/.po templates with .pot template **Version 20140922** * Tested with latest version of WP (4.0) * Added option to show/hide the website field * Increased minimum version to WP 3.7 * Added conditional check for minimum version function * Updated mo/po translation files **Version 20140305** * Improved localization support * Generated new mo/po templates * Bugfix: undefined index: coldform_carbon * Bugfix: replaced 'gmt_offset' with 'coldform_offset' * Update: changed the description and default option for GMT setting **Version 20140123** * Tested with latest version of WordPress (3.8) * Added option to display or not display the anti-spam/captcha field * Added trailing slash to URL for load_plugin_textdomain() **Version 20131107** * Added uninstall.php file * Added "rate this plugin" links * Added support for i18n **Version 20131103** * Edited readme.txt install steps for clarity * Removed "Δ" from die() for better security * Tested plugin with current version of WordPress (3.7) **Version 20130725** * Tightened form security * Tightened plugin security **Version 20130704** * Added localization support * Cleaned/updated/optimize code * Overview and Updates admin panels now open by default * Resolve PHP Notices for "Undefined variable" and "Undefined Index" * Changed the placeholder attribute of the antispam field **Version 20130103** * Added margins to buttons (now required due to CSS changes in WP 3.5) **Version 20121119** * Now supports both shortcodes: `[coldform]` and `[contact_coldform]` * Renamed `register_my_style()` to `contact_coldform_register_style()` * Removed border on all fieldsets via CSS * Added padding to input and textareas via CSS * Replaced answer with question in anti-spam placeholder * Added placeholder attributes to error fields * Fixed styles to load on success page **Version 20121031** * rebuilt with cleaner, smarter code * restructured markup, cleaner hooks * revamped settings page with toggling * includes three "coldskins" for styling * enable user to upload custom CSS styles * toggle on/off the built-in coldskins * conditional load of styles only on Coldform * improved markup for required, error, success output * option to disable the captcha for registered users * now use admin email, name, site title by default * now using built-in wp_mail for email * removed the credit link and option * add option for subject line prefix * add HTML5 placeholder attributes * add hidden anti-spam field **Version 0.88.1** * Compatibility with WordPress version 2.8.1 by setting `admin_menu`. **Version 0.88.0** * Initial release.