Skip to content

Commit 5afc1cb

Browse files
committed
updated version to 3.7.0-beta
1 parent 8424cf6 commit 5afc1cb

File tree

8 files changed

+14
-11
lines changed

8 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [3.7.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.7.0) 2019-??-??
10+
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.6.0...v3.7.0)
11+
912
## [3.6.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.6.0) 2019-10-17
1013
### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.5.0...v3.6.0)
1114
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Project
4545

4646
## CDN
4747
```html
48-
<link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.5.0/css/bootstrap4-toggle.min.css" rel="stylesheet">
49-
<script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.5.0/js/bootstrap4-toggle.min.js"></script>
48+
<link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.0/css/bootstrap4-toggle.min.css" rel="stylesheet">
49+
<script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.0/js/bootstrap4-toggle.min.js"></script>
5050
```
5151

5252
## Download

css/bootstrap4-toggle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*\
22
|*| ========================================================================
3-
|*| Bootstrap Toggle: bootstrap4-toggle.css v3.6.0
3+
|*| Bootstrap Toggle: bootstrap4-toggle.css v3.7.0
44
|*| https://gitbrent.github.io/bootstrap4-toggle/
55
|*| ========================================================================
66
|*| Copyright 2018-2019 Brent Ely

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Bootstrap 4 Toggle is a bootstrap plugin that converts checkboxes into responsive toggles.">
77
<meta name="keywords" content="bootstrap, toggle, switch, bootstrap-toggle, bootstrap-switch, bootstrap-checkbox">
88
<meta name="author" content="https://github.com/gitbrent">
9-
<meta name="version" content="v3.6.0">
9+
<meta name="version" content="v3.7.0">
1010
<meta name="robots" content="index, follow">
1111
<meta name="revisit-after" content="1 month">
1212
<title>Bootstrap 4 Toggle Switch Button Checkbox</title>
@@ -100,8 +100,8 @@ <h2>Installation</h2>
100100
<hr>
101101

102102
<h3 class="text-secondary mt-4">CDN</h3>
103-
<code class="highlight">&lt;link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.5.0/css/bootstrap4-toggle.min.css" rel="stylesheet"&gt;
104-
&lt;script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.5.0/js/bootstrap4-toggle.min.js"&gt;&lt;/script&gt;</code>
103+
<code class="highlight">&lt;link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.0/css/bootstrap4-toggle.min.css" rel="stylesheet"&gt;
104+
&lt;script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.0/js/bootstrap4-toggle.min.js"&gt;&lt;/script&gt;</code>
105105

106106
<h3 class="text-secondary mt-4">Download</h3>
107107
<a href="https://github.com/gitbrent/bootstrap4-toggle/releases/latest">GitHub Latest release</a>

js/bootstrap4-toggle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*\
22
|*| ========================================================================
3-
|*| Bootstrap Toggle: bootstrap4-toggle.js v3.6.0
3+
|*| Bootstrap Toggle: bootstrap4-toggle.js v3.7.0
44
|*| https://gitbrent.github.io/bootstrap4-toggle/
55
|*| ========================================================================
66
|*| Copyright 2018-2019 Brent Ely
@@ -20,7 +20,7 @@
2020
this.render()
2121
}
2222

23-
Toggle.VERSION = '3.6.0-beta'
23+
Toggle.VERSION = '3.7.0-beta'
2424

2525
Toggle.DEFAULTS = {
2626
on: 'On',

js/bootstrap4-toggle.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.

js/bootstrap4-toggle.min.js.map

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap4-toggle",
3-
"version": "3.6.0-beta",
3+
"version": "3.7.0-beta",
44
"author": {
55
"name": "Brent Ely",
66
"url": "https://github.com/gitbrent/"

0 commit comments

Comments
 (0)