Skip to content

Commit

Permalink
ready for version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Nov 21, 2015
1 parent 4c7d8bd commit 9aff5b6
Show file tree
Hide file tree
Showing 25 changed files with 71 additions and 31 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = function(grunt) {
'License: <%= pkg.license.name %>\n' +
'License URI: <%= pkg.license.url %>\n' +
'Text Domain: bootstrap-for-contact-form-7\n' +
'Tags: <%= pkg.keywords.join(", ") %>\n' +
'*/',
fileheader: '/**\n' +
' * @package CF7BS\n' +
Expand Down
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.

7 changes: 4 additions & 3 deletions bootstrap-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
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.2.4
Version: 1.3.0
Author: Felix Arntz
Author URI: http://leaves-and-love.net
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bootstrap-for-contact-form-7
Tags: wordpress, plugin, contact form 7, wpcf7, bootstrap, bootstrap 3, bootstrap framework, addon, contact form 7 addon, contact form, cf7bs, css
*/
/**
* @package CF7BS
* @version 1.2.4
* @version 1.3.0
* @author Felix Arntz <[email protected]>
*/

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

function cf7bs_maybe_init() {
define( 'CF7BS_VERSION', '1.2.4' );
define( 'CF7BS_VERSION', '1.3.0' );
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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @author Felix Arntz <[email protected]>
*/

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

Expand Down
15 changes: 13 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
{
"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.2.4",
"version": "1.3.0",
"license": "GPL-3.0",
"type": "wordpress-plugin",
"keywords": [
"wordpress", "plugin", "contact form 7", "wpcf7", "bootstrap", "bootstrap 3", "bootstrap framework", "addon", "contact form 7 addon", "contact form", "cf7bs", "css"
"wordpress",
"plugin",
"contact form 7",
"wpcf7",
"bootstrap",
"bootstrap 3",
"bootstrap framework",
"addon",
"contact form 7 addon",
"contact form",
"cf7bs",
"css"
],
"homepage": "http://wordpress.org/plugins/bootstrap-for-contact-form-7/",
"authors": [
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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @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.2.4
* @version 1.3.0
* @author Felix Arntz <[email protected]>
*/

Expand Down
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"name": "bootstrap-for-contact-form-7",
"pluginName": "Bootstrap for Contact Form 7",
"version": "1.2.4",
"version": "1.3.0",
"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", "plugin", "contact form 7", "wpcf7", "bootstrap", "bootstrap 3", "bootstrap framework", "addon", "contact form 7 addon", "contact form", "cf7bs", "css"
"wordpress",
"plugin",
"contact form 7",
"wpcf7",
"bootstrap",
"bootstrap 3",
"bootstrap framework",
"addon",
"contact form 7 addon",
"contact form",
"cf7bs",
"css"
],
"author": {
"name": "Felix Arntz",
Expand Down
20 changes: 15 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
=== Bootstrap for Contact Form 7 ===

Plugin Name: Bootstrap for Contact Form 7
Plugin URI: http://wordpress.org/plugins/bootstrap-for-contact-form-7/
Plugin URI: https://wordpress.org/plugins/bootstrap-for-contact-form-7/
Author URI: http://leaves-and-love.net
Author: Felix Arntz
Donate link: http://leaves-and-love.net/wordpress-plugins/
Contributors: flixos90
Requires at least: 3.6
Tested up to: 4.3
Stable tag: 1.2.4
Version: 1.2.4
Tested up to: 4.4-beta4
Stable tag: 1.3.0
Version: 1.3.0
License: GPL v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: contact form 7, wpcf7, bootstrap, bootstrap 3, bootstrap framework, addon, css framework, contact form 7 addon, contact form, cf7bs, css
Tags: wordpress, plugin, contact form 7, wpcf7, bootstrap, bootstrap 3, bootstrap framework, addon, contact form 7 addon, contact form, cf7bs, css

This plugin modifies the output of the popular Contact Form 7 plugin to be styled in compliance with themes using the Bootstrap CSS framework.

Expand Down Expand Up @@ -109,6 +109,16 @@ If you're a developer and you have some ideas to improve the plugin or to solve

== Changelog ==

= 1.3.0 =
* Added: the new Google reCAPTCHA shortcode is now supported
* Enhanced: added an additional filter to adjust form field arguments
* Enhanced: a notice in the admin is now shown if the plugin cannot be initialized
* Enhanced: language files no longer bundled in the plugin; now completely relies on language packs
* Fixed: form element errors are now displayed correctly on horizontal forms and hidden on inline forms
* Fixed: plugin constant definitions now happen on 'plugins_loaded' hook
* Fixed: typo 'dismissable' in alert setting / class is now 'dismissible'
* Fixed: readme link to 'Additional Settings' now translateable

= 1.2.4 =
* Tweaked: added textdomain for translate.wordpress.org
* Fixed: defaults are now working correctly on all field types
Expand Down

0 comments on commit 9aff5b6

Please sign in to comment.