Skip to content

Commit 849ac5e

Browse files
committed
Upgrade to release v1.4.0
1 parent 866beb1 commit 849ac5e

8 files changed

+19
-11
lines changed

CHANGE.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
1+
version 1.4.0
2+
=============
3+
**Date**: 08-Nov-2014
4+
5+
1. Set release to stable in composer.json.
6+
2. Updated CHANGE log to reflect user friendly date time formats.
7+
18
version 1.3.0
29
=============
3-
**Date:** 2014-10-16
10+
**Date:** 16-Oct-2014
411

512
1. (enh #4): Add support for using native tristate checkboxes
613
2. (enh #5): Add styling for labels similar to bootstrap
714

815
version 1.2.0
916
=============
10-
**Date:** 2014-10-15
17+
**Date:** 15-Oct-2014
1118

1219
1. Removed `labelClickEvent` property.
1320
2. (bug #3): Added `enclosedLabel` property for correct toggling of checkboxes enclosed inside labels.
1421

1522
version 1.1.0
1623
=============
17-
**Date:** 2014-10-10
24+
**Date:** 10-Oct-2014
1825

1926
1. (enh #2): Add `labelClickEvent` property for controlling triggering change event on label click.
2027

2128
version 1.0.0
2229
=============
23-
**Date:** 2014-06-12
30+
**Date:** 12-Jun-2014
2431

2532
Initial release. The following features are included in this release:
2633

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An extended checkbox plugin for Bootstrap built using JQuery, which allows three
2626
12. Disabled and readonly checkbox input support.
2727
13. Added support for displaying native checkboxes with tristate capability. When displaying native checkboxes, the advanced styling offerred by the plugin will not be available.
2828

29-
> NOTE: The latest version of the plugin v1.3.0 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-checkbox-x/blob/master/CHANGE.md) for details.
29+
> NOTE: The latest version of the plugin v1.4.0 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-checkbox-x/blob/master/CHANGE.md) for details.
3030
3131
## Demo
3232

@@ -98,7 +98,7 @@ The `#input-id` is the identifier for the input on your page, which is hidden au
9898

9999
Alternatively, you can directly call the plugin options by setting data attributes to your input field.
100100

101-
> **Note:** You can add the `cbx-label` CSS class to your input labels to style it similar to bootstrap labels.
101+
> **Note:** You can add the CSS class `cbx-label` to the labels for your checkbox inputs to style them similar to bootstrap's checkbox labels (with additional enhancements for contextual colors).
102102
103103
## Documentation
104104

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-checkbox-x",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"homepage": "https://github.com/kartik-v/bootstrap-checkbox-x",
55
"authors": [
66
"Kartik Visweswaran <[email protected]>"

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"homepage": "http://www.krajee.com/"
1212
}
1313
],
14+
"minimum-stability": "stable",
1415
"autoload": {
1516
"psr-4": {
1617
"kartik\\plugins\\checkbox\\": ""

css/checkbox-x.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
3-
* @version 1.3.0
3+
* @version 1.4.0
44
*
55
* An extended checkbox plugin for Bootstrap 3 that allows three states and additional styles.
66
*

css/checkbox-x.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/checkbox-x.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
3-
* @version 1.3.0
3+
* @version 1.4.0
44
*
55
* An extended checkbox plugin for bootstrap with three states and additional styles.
66
*

js/checkbox-x.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)