Skip to content

Commit

Permalink
Version bump to 1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Arntz committed Jul 28, 2017
1 parent d6e4907 commit 359f3cb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bootstrap-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
* Version: 1.4.3
* Author: Felix Arntz
* Author URI: https://leaves-and-love.net
* License: GNU General Public License v3
Expand All @@ -24,7 +24,7 @@
}

function cf7bs_maybe_init() {
define( 'CF7BS_VERSION', '1.4.2' );
define( 'CF7BS_VERSION', '1.4.3' );
define( 'CF7BS_MAINFILE', __FILE__ );
define( 'CF7BS_PATH', untrailingslashit( plugin_dir_path( CF7BS_MAINFILE ) ) );
define( 'CF7BS_URL', untrailingslashit( plugin_dir_url( CF7BS_MAINFILE ) ) );
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
== Changelog ==

= 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
* Fixed: correct styles for latest Contact Form 7 versions are now being printed

= 1.4.2 =
* Fixed: plugin compatibility fatal errors with Contact Form 7 version 4.6 with count and CAPTCHA shortcodes

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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.2",
"version": "1.4.3",
"license": "GPL-3.0",
"type": "wordpress-plugin",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var config = {
contributors: [ 'flixos90' ].join( ', ' ),
donateLink: 'https://leaves-and-love.net/wordpress-plugins/',
minRequired: '3.6',
testedUpTo: '4.7',
testedUpTo: '4.8',
translateURI: 'https://translate.wordpress.org/projects/wp-plugins/' + pkg.name,
network: false
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-for-contact-form-7",
"pluginName": "Bootstrap for Contact Form 7",
"version": "1.4.2",
"version": "1.4.3",
"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",
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ 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.7
Stable tag: 1.4.2
Version: 1.4.2
Tested up to: 4.8
Stable tag: 1.4.3
Version: 1.4.3
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
Expand Down Expand Up @@ -111,6 +111,11 @@ You can also contribute to the plugin by translating it. Simply visit [translate

== Changelog ==

= 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
* Fixed: correct styles for latest Contact Form 7 versions are now being printed

= 1.4.2 =
* Fixed: plugin compatibility fatal errors with Contact Form 7 version 4.6 with count and CAPTCHA shortcodes

Expand Down

0 comments on commit 359f3cb

Please sign in to comment.