Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Arntz committed Oct 3, 2017
1 parent 6ba0642 commit e10a373
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) ) );
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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

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.4",
"version": "1.4.5",
"license": "GPL-3.0",
"type": "wordpress-plugin",
"keywords": [
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.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",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e10a373

Please sign in to comment.