Skip to content

Commit f2c161c

Browse files
authored
Merge pull request #155 from techlab/v6.x
Fix #152: History back on step1 not working
2 parents 906af6c + 8ee6cf8 commit f2c161c

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGELOG
22
=========
33

4+
v6.0.6
5+
-----
6+
- **Fixed:** History back on step1 not working https://github.com/techlab/jquery-smartwizard/issues/152
47

58
v6.0.5
69
-----

dist/js/jquery.smartWizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
99
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
1010

1111
/*!
12-
* jQuery SmartWizard v6.0.5
12+
* jQuery SmartWizard v6.0.6
1313
* The awesome step wizard plugin for jQuery
1414
* http://www.techlaboratory.net/jquery-smartwizard
1515
*

dist/js/jquery.smartWizard.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smartwizard",
33
"title": "jQuery Smart Wizard",
4-
"version": "6.0.5",
4+
"version": "6.0.6",
55
"author": {
66
"name": "Dipu Raj",
77
"email": "[email protected]",

src/js/jquery.smartWizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery SmartWizard v6.0.5
2+
* jQuery SmartWizard v6.0.6
33
* The awesome step wizard plugin for jQuery
44
* http://www.techlaboratory.net/jquery-smartwizard
55
*

0 commit comments

Comments
 (0)