Skip to content

Commit

Permalink
ready for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Feb 7, 2016
1 parent 271c775 commit faee7da
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 26 deletions.
6 changes: 6 additions & 0 deletions assets/scripts.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bootstrap-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Bootstrap for Contact Form 7
Plugin URI: http://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.3.0
Version: 1.3.1
Author: Felix Arntz
Author URI: http://leaves-and-love.net
License: GNU General Public License v3
Expand All @@ -13,7 +13,7 @@
*/
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand All @@ -22,7 +22,7 @@
}

function cf7bs_maybe_init() {
define( 'CF7BS_VERSION', '1.3.0' );
define( 'CF7BS_VERSION', '1.3.1' );
define( 'CF7BS_MAINFILE', __FILE__ );
define( 'CF7BS_PATH', untrailingslashit( plugin_dir_path( CF7BS_MAINFILE ) ) );
define( 'CF7BS_URL', untrailingslashit( plugin_dir_url( CF7BS_MAINFILE ) ) );
Expand Down
2 changes: 1 addition & 1 deletion classes/CF7BS_Alert.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion classes/CF7BS_Button.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion classes/CF7BS_Button_Group.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion classes/CF7BS_Component.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

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.3.0",
"version": "1.3.1",
"license": "GPL-3.0",
"type": "wordpress-plugin",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion modifications.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/acceptance.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/checkbox.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/count.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/date.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/file.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/number.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/quiz.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/really-simple-captcha.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/recaptcha.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/select.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/submit.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/text.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion modules/textarea.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package CF7BS
* @version 1.3.0
* @version 1.3.1
* @author Felix Arntz <[email protected]>
*/

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.3.0",
"version": "1.3.1",
"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
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Author: Felix Arntz
Donate link: http://leaves-and-love.net/wordpress-plugins/
Contributors: flixos90
Requires at least: 3.6
Tested up to: 4.4.1
Stable tag: 1.3.0
Version: 1.3.0
Tested up to: 4.4.2
Stable tag: 1.3.1
Version: 1.3.1
License: GPL v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: wordpress, plugin, contact form 7, wpcf7, bootstrap, bootstrap 3, bootstrap framework, addon, contact form 7 addon, contact form, cf7bs, css
Expand Down Expand Up @@ -109,6 +109,12 @@ If you're a developer and you have some ideas to improve the plugin or to solve

== Changelog ==

= 1.3.1 =
* Enhanced: alerts can now be made dismissible by defining the constant `CF7BS_ALERT_DISMISSIBLE`
* Fixed: properly add `for` attributes to labels for checkbox and radio groups for accessibility
* Fixed: wrapped checkbox and radio groups with `<fieldset>` for accessibility; needs to be manually enabled by defining the constant `CF7BS_FIELDSET_WRAP` (because of possible backwards compatibility issues with styling)
* Fixed: ID is no longer created for button groups which have an empty ID specified

= 1.3.0 =
* Added: the new Google reCAPTCHA shortcode is now supported
* Enhanced: added an additional filter to adjust form field arguments
Expand Down

0 comments on commit faee7da

Please sign in to comment.