Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGELOG
=========

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

v6.0.5
-----
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.smartWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
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); }

/*!
* jQuery SmartWizard v6.0.5
* jQuery SmartWizard v6.0.6
* The awesome step wizard plugin for jQuery
* http://www.techlaboratory.net/jquery-smartwizard
*
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.smartWizard.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smartwizard",
"title": "jQuery Smart Wizard",
"version": "6.0.5",
"version": "6.0.6",
"author": {
"name": "Dipu Raj",
"email": "hello.techlab@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion src/js/jquery.smartWizard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery SmartWizard v6.0.5
* jQuery SmartWizard v6.0.6
* The awesome step wizard plugin for jQuery
* http://www.techlaboratory.net/jquery-smartwizard
*
Expand Down