From e10a373e951b094829387a628ac96e8b13c8805d Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Mon, 2 Oct 2017 22:16:12 -0500 Subject: [PATCH] Version bump. --- bootstrap-for-contact-form-7.php | 2 +- changelog.txt | 3 +++ composer.json | 2 +- package.json | 2 +- readme.txt | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bootstrap-for-contact-form-7.php b/bootstrap-for-contact-form-7.php index 553f457..b7c1b06 100755 --- a/bootstrap-for-contact-form-7.php +++ b/bootstrap-for-contact-form-7.php @@ -24,7 +24,7 @@ } function cf7bs_maybe_init() { - define( 'CF7BS_VERSION', '1.4.4' ); + define( 'CF7BS_VERSION', '1.4.5' ); define( 'CF7BS_MAINFILE', __FILE__ ); define( 'CF7BS_PATH', untrailingslashit( plugin_dir_path( CF7BS_MAINFILE ) ) ); define( 'CF7BS_URL', untrailingslashit( plugin_dir_url( CF7BS_MAINFILE ) ) ); diff --git a/changelog.txt b/changelog.txt index e3c8d94..ca07f08 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == Changelog == += 1.4.5 = +* Fixed: plugin compatibility with Contact Form 7 version 4.9 input type radio default required + = 1.4.4 = * Fixed: critical bug with REALLY SIMPLE CAPTCHA not showing image diff --git a/composer.json b/composer.json index f0e45a5..fa5b93c 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "felixarntz/bootstrap-for-contact-form-7", "description": "This plugin modifies the output of the popular Contact Form 7 plugin to be styled in compliance with themes using the Bootstrap CSS framework.", - "version": "1.4.4", + "version": "1.4.5", "license": "GPL-3.0", "type": "wordpress-plugin", "keywords": [ diff --git a/package.json b/package.json index 01e3076..f539418 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-for-contact-form-7", "pluginName": "Bootstrap for Contact Form 7", - "version": "1.4.4", + "version": "1.4.5", "description": "This plugin modifies the output of the popular Contact Form 7 plugin to be styled in compliance with themes using the Bootstrap CSS framework.", "keywords": [ "wordpress", diff --git a/readme.txt b/readme.txt index 9523585..e619b7c 100755 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Author URI: https://leaves-and-love.net Contributors: flixos90 Donate link: https://leaves-and-love.net/wordpress-plugins/ Requires at least: 3.6 -Tested up to: 4.8.2 +Tested up to: 4.8 Stable tag: 1.4.5 Version: 1.4.5 License: GNU General Public License v3