From 46362f73f51f114e8145c38a23b7dfac930b3751 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Fri, 28 Jul 2017 14:43:27 +0200 Subject: [PATCH] Version bump to 1.4.4. --- bootstrap-for-contact-form-7.php | 4 ++-- changelog.txt | 3 +++ composer.json | 2 +- package.json | 2 +- readme.txt | 7 +++++-- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/bootstrap-for-contact-form-7.php b/bootstrap-for-contact-form-7.php index 670544d..db89210 100755 --- a/bootstrap-for-contact-form-7.php +++ b/bootstrap-for-contact-form-7.php @@ -10,7 +10,7 @@ * Plugin Name: Bootstrap for Contact Form 7 * Plugin URI: https://wordpress.org/plugins/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.3 + * Version: 1.4.4 * Author: Felix Arntz * Author URI: https://leaves-and-love.net * License: GNU General Public License v3 @@ -24,7 +24,7 @@ } function cf7bs_maybe_init() { - define( 'CF7BS_VERSION', '1.4.3' ); + define( 'CF7BS_VERSION', '1.4.4' ); 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 b921b0e..e3c8d94 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == Changelog == += 1.4.4 = +* Fixed: critical bug with REALLY SIMPLE CAPTCHA not showing image + = 1.4.3 = * Fixed: plugin compatibility fatal errors with Contact Form 7 version 4.8 related to form validation and REALLY SIMPLE CAPTCHA * Fixed: Contact Form 7 version 4.7 features are now being used diff --git a/composer.json b/composer.json index f47e688..f0e45a5 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.3", + "version": "1.4.4", "license": "GPL-3.0", "type": "wordpress-plugin", "keywords": [ diff --git a/package.json b/package.json index c0454c9..01e3076 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.3", + "version": "1.4.4", "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 2308cfb..0ddab63 100755 --- a/readme.txt +++ b/readme.txt @@ -8,8 +8,8 @@ Contributors: flixos90 Donate link: https://leaves-and-love.net/wordpress-plugins/ Requires at least: 3.6 Tested up to: 4.8 -Stable tag: 1.4.3 -Version: 1.4.3 +Stable tag: 1.4.4 +Version: 1.4.4 License: GNU General Public License v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: contact form 7, wpcf7, bootstrap, bootstrap 3, bootstrap framework, addon, contact form 7 addon, contact form, cf7bs @@ -111,6 +111,9 @@ You can also contribute to the plugin by translating it. Simply visit [translate == Changelog == += 1.4.4 = +* Fixed: critical bug with REALLY SIMPLE CAPTCHA not showing image + = 1.4.3 = * Fixed: plugin compatibility fatal errors with Contact Form 7 version 4.8 related to form validation and REALLY SIMPLE CAPTCHA * Fixed: Contact Form 7 version 4.7 features are now being used