Skip to content

Commit 06fa716

Browse files
author
Rafael Staib
committed
Prepare release version
1 parent 8301886 commit 06fa716

7 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.0.0pre
3+
## 1.0.0
44

55
- Nested tags which have the same node name as the body tag cause an exception. Closes issue [#4](https://github.com/rstaib/jquery-steps/issues/4)
66
- Separated data and UI changes from each other and improved code for testability

build/jquery.steps-1.0.0.zip

12.5 KB
Binary file not shown.

build/jquery.steps-1.0.0pre.zip

-12.5 KB
Binary file not shown.

build/jquery.steps.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Steps v1.0.0pre - 08/14/2013
2+
* jQuery Steps v1.0.0 - 08/19/2013
33
* Copyright (c) 2013 Rafael Staib (http://www.jquery-steps.com)
44
* Licensed under MIT http://www.opensource.org/licenses/MIT
55
*/
@@ -776,7 +776,7 @@ function startTransitionEffect(wizard, options, state, index, oldIndex)
776776
state.transitionElement = newStep;
777777
currentStep[hide](effectSpeed, function ()
778778
{
779-
var wizard = $(this)._hideAria().parent().parent().parent(),
779+
var wizard = $(this)._hideAria().parent().parent(),
780780
state = getState(wizard);
781781

782782
if (state.transitionElement)

build/jquery.steps.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-steps",
33
"title": "jQuery Steps",
4-
"version": "1.0.0pre",
4+
"version": "1.0.0",
55
"description": "A powerful jQuery wizard plugin that supports accessibility and HTML5",
66
"homepage": "http://www.jquery-steps.com",
77
"author": {

src/_banner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Steps Plugin v1.0.0pre - A powerful jQuery wizard plugin that supports accessibility and HTML5
2+
* jQuery Steps Plugin v1.0.0 - A powerful jQuery wizard plugin that supports accessibility and HTML5
33
* http://www.jquery-steps.com
44
*
55
* Copyright (c) 2013 Rafael J. Staib

0 commit comments

Comments
 (0)