Skip to content

Commit 51672b7

Browse files
authored
Merge pull request #30 from rabrowne85/develop
Support for Bootstrap v4.0.0 alpha 6
2 parents 64571a7 + f55da80 commit 51672b7

29 files changed

+20579
-523
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
/node_modules/
55
/bower_components/
66
/vendor/
7+
/public/
8+
composer.lock
9+
package-lock.json
710

811
# IDE Files
912
#-------------------------
@@ -17,4 +20,4 @@
1720
*.stTheme.cache
1821
*.sublime-workspace
1922
*.sublime-project
20-
/nbproject/private/
23+
/nbproject/private/

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# jQuery Smart Wizard 4
2-
#### The awesome jQuery step wizard plugin with Bootstrap support.
2+
#### The awesome jQuery step wizard plugin with Bootstrap v4.0.0 alpha 6 support.
33

44
[![Build Status](https://travis-ci.org/techlab/SmartWizard.svg?branch=master)](https://travis-ci.org/techlab/SmartWizard)
55
[![npm version](https://badge.fury.io/js/smartwizard.svg)](https://badge.fury.io/js/smartwizard)
@@ -9,7 +9,7 @@
99
[![JSPlanet Plugin Info](https://img.shields.io/badge/-smartwizard-brightgreen.svg?logoWidth=33&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACEAAAAOCAYAAAChHnWMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsNJREFUeNqElctr1FAUxu9N0mHSdqYdFUXFhbpRXMmIm1ofFXEhKgiiiC9QEcRNQf8AQdyIGxFBilDfIhSri4q6kSq6UKRdFPFZrQ9caLXYqTYzk%2Bt3ki94GSd64BdukpPku%2Bd%2B90RXeleqOrEIHAZTwTNwCozw3gKwF7SBaUCDcfDSDdXRT5lwsLsQ5JtCvQfXVoDvIAvywAEGjIFboEee9VT9mAm2gQYwG1zg9aXgMpjP818gYM5c0AcG8RUftEPdRuaViaIgEbOF7zuUJqLKh0TEBCjxeqcl4DU4DV6AKWAJavKjgi9PahVmtao2mGjaX3CvGzwF8r1VYDNoBvtlUmkifAqQ%2BEkhmhVK4gi4BEKen5eDa%2BJp6rjsEp%2FBFYpQrOp0sE7SwUInRYTHkikKCLiW762cNfREFJIc4DCSMQp%2BcDyjPKow6o%2BgJAJrPJEmwrVEyLpXOD4DhjneAU6AeXKipe4ow%2FV8WWVjAT7zKix9jt45AJbznpj2SZqIHMufVGKS4wf0xVuebwddYLFkF%2BCk9pIrnnBYTYmvYBk4B3rBce468d0x8Mb5hydUnUpI3AC7wGOWuQOchTHa%2FKqjiiVPBdqIn5osT5UioWLeeHwPHAQn5d31jKm5p%2B31q9bk9FOIvGS1fMBEvcRsUo4ZpqkbrS15h8%2FMYGWlkh8TUzspfmhOMZEd0sT2gYdWE9vJsS1CqjgKBsBtcJ8GD21T65qXzwJ2G016RGvNMinO6DnHGTDHEuHXVDc1ZDkugg9gCLSA9ZZ7xZCvOJbruznzAd4rgg2Wd4aMNCgdvTdbp1umipDWuZUGcq2HFd3cx3FIc3XwXxEyVypgsDvvfvNM17VCWfmhbuEOSyYS%2FE%2BEbLG1NE0jVb%2Fjz%2BUqfzYSj9gnilwyn7myJDelomjZ42OOUblQj6L%2BPSY2eH%2FN7vorfgswAHj%2Bx0e8DTcuAAAAAElFTkSuQmCC%0A)](http://jsplanet.net/plugin/1000/jquery/jquery-smart-wizard)
1010
[![Donate on Paypal](https://img.shields.io/badge/PayPal-dipuraj-blue.svg)](https://www.paypal.me/dipuraj)
1111

12-
Smart Wizard is a flexible and heavily customizable **jQuery step wizard plugin** with **Bootstrap** support. It is easy to implement and gives a neat and stylish interface for your forms, checkout screen, registration steps etc. Based on the feedback from our users over the past years we have come up with the **best ever built jQuery wizard plugin of all time**, All new Smart Wizard 4. The plugin is been completely rewritten from scratch, made it more powerful, robust, scalable and customizable. We have added a lot of features not limited to Bootstrap support, themes, customizable toolbars, customizable options, public methods, event support and a lot more. See the list of [features](http://techlaboratory.net/smartwizard#features), [demos](http://techlaboratory.net/smartwizard/demo) and [documentation](http://techlaboratory.net/smartwizard/documentation) for more details.
12+
Smart Wizard is a flexible and heavily customizable **jQuery step wizard plugin** with **Bootstrap** support. It is easy to implement and gives a neat and stylish interface for your forms, checkout screen, registration steps etc. Based on the feedback from our users over the past years we have come up with the **best ever built jQuery wizard plugin of all time**, all new Smart Wizard 5. The plugin is been completely rewritten from scratch, made it more powerful, robust, scalable and customizable. We have added a lot of features not limited to Bootstrap v4.0.0 alpha 6 support, themes, customizable toolbars, customizable options, public methods, event support and a lot more. See the list of [features](http://techlaboratory.net/smartwizard#features), [demos](http://techlaboratory.net/smartwizard/demo) and [documentation](http://techlaboratory.net/smartwizard/documentation) for more details.
1313

1414
+ [Homepage](http://techlaboratory.net/smartwizard)
1515
+ [Documentation](http://techlaboratory.net/smartwizard/documentation)
@@ -31,21 +31,21 @@ Demos
3131

3232
Requirements
3333
-----
34-
+ [Bootstrap 3+](http://getbootstrap.com/getting-started/#download)
34+
+ [Bootstrap 4.0.0 alpha 6](http://getbootstrap.com/getting-started/#download)
3535
+ [jQuery](http://jquery.com/) (supports jQuery 1.9+, jQuery 2+ and jQuery 3+)
3636

37-
Installation and usage
37+
Installation and usage
3838
-----
3939

4040
### [NPM](https://www.npmjs.com/package/smartwizard)
4141
npm install smartwizard
42-
42+
4343
### Bower
4444
bower install smartwizard
45-
45+
4646
### [Composer](https://packagist.org/packages/techlab/smartwizard)
4747
composer require techlab/smartwizard
48-
48+
4949
### Download
5050
#### [Download from GitHub](https://github.com/techlab/SmartWizard/archive/master.zip)
5151
###
@@ -83,4 +83,4 @@ If you like the project please support with your contribution.
8383

8484
[Donate on Paypal](https://www.paypal.me/dipuraj)
8585

86-
Thank you :)
86+
Thank you :)

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"keywords": [
1414
"bootstrap",
1515
"tabs",
16-
"wizard",
17-
"step",
16+
"wizard",
17+
"step",
1818
"ui",
1919
"jquery-plugin",
2020
"jquery"
2121
],
2222
"dependencies": {
2323
"jquery": ">= 1.9.0",
24-
"bootstrap": ">= 3.0.0"
24+
"bootstrap": ">= 4.0.0-alpha.6"
2525
},
2626
"license": "MIT",
2727
"ignore": [

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "techlab/smartwizard",
33
"description": "The awesome jQuery step wizard plugin with Bootstrap support",
44
"homepage": "http://techlaboratory.net/smartwizard",
5-
"license": "MIT",
5+
"license": "MIT",
66
"support": {
77
"source": "https://github.com/techlab/SmartWizard",
88
"issues": "https://github.com/techlab/SmartWizard/issues",
@@ -26,6 +26,6 @@
2626
],
2727
"require": {
2828
"components/jquery": ">=1.9",
29-
"components/bootstrap": ">=3.0.0"
29+
"twbs/bootstrap": "4.0.0-alpha.6"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)