Skip to content

Commit 1016696

Browse files
committed
v2.4.0
1 parent 61deb11 commit 1016696

File tree

6 files changed

+46
-39
lines changed

6 files changed

+46
-39
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intro.js v2.3.0
1+
# Intro.js v2.4.0
22

33
> Better introductions for websites and features with a step-by-step guide for your projects.
44
@@ -83,7 +83,6 @@ Want to learn faster and easier? Here we have **Instant IntroJs**, Packt Publish
8383

8484

8585
## Support/Discussion
86-
- [Google Group](https://groups.google.com/d/forum/introjs)
8786
- [Stackoverflow](http://stackoverflow.com/questions/tagged/intro.js)
8887

8988
## License

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Release History
22

3+
* **v2.4.0** - 2016-12-11
4+
- New documentation
5+
- New template: Modern
6+
- Added showHint and showHints
7+
- Added Dart and R wrappers
8+
- Minor bug fixes and coding style issues
9+
310
* **v2.3.0** - 2016-07-01
411
- Fixing the conflict with Bootstrap 3
512
- Adding two new options to hide next and previous button in first and last steps

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "intro.js",
33
"repo": "usablica/intro.js",
44
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
5-
"version": "2.3.0",
5+
"version": "2.4.0",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Intro.js v2.3.0
2+
* Intro.js v2.4.0
33
* https://github.com/usablica/intro.js
44
*
55
* Copyright (C) 2016 Afshin Mehrabani (@afshinmeh)
@@ -18,7 +18,7 @@
1818
}
1919
} (this, function (exports) {
2020
//Default config/variables
21-
var VERSION = '2.3.0';
21+
var VERSION = '2.4.0';
2222

2323
/**
2424
* IntroJs main class

0 commit comments

Comments
 (0)