Skip to content

Commit

Permalink
New release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Oct 21, 2018
1 parent a2692dc commit ff8105c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Strophe.js Change Log

## Version 2.0.0 - (Unreleased)
## Version 1.3.0 - (2018-10-21)

* Use ES2015 modules
* Drop support for Internet Explorer < 11
Expand Down
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -16,14 +16,16 @@ covers Strophe in detail in the context of web applications.
## Quick Links

* [Homepage](http://strophe.im/strophejs)
* [Documentation](http://strophe.im/strophejs/doc/1.2.16/files/strophe-js.html)
* [Documentation](http://strophe.im/strophejs/doc/1.3.0/files/strophe-js.html)
* [Mailing list](http://groups.google.com/group/strophe)
* [Community Plugins](http://github.com/strophe/strophejs-plugins)

## Browser support

It has been tested on Firefox, Firefox for Android, IE, Safari, Mobile Safari,
Chrome, Chrome for Android, Opera and the mobile Opera browser.
Versions <= 1.2.16 have been tested on Firefox, Firefox for Android, IE, Safari,
Mobile Safari, Chrome, Chrome for Android, Opera and the mobile Opera browser.

Since version 1.3.0, support for IE < 11 has been dropped.

## Running tests

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_CHECKLIST.md
Expand Up @@ -2,7 +2,7 @@

1. Make sure all tests pass (run 'make check')
2. Update CHANGELOG.md
3. Run "make release VERSION=1.2.16" (on Mac, prefix with "SED=gsed" so that GNU-sed is used).
3. Run "make release VERSION=1.3.1" (on Mac, prefix with "SED=gsed" so that GNU-sed is used).
4. Add documentation to strophe.im repo
5. Update links in `strophejs/index.markdown` in Strophe.im
6. Commit and push new documentation
Expand Down
2 changes: 1 addition & 1 deletion dist/strophe.js

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

2 changes: 1 addition & 1 deletion dist/strophe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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
@@ -1,7 +1,7 @@
{
"name": "strophe.js",
"description": "Strophe.js is an XMPP library for JavaScript",
"version": "1.2.16",
"version": "1.3.0",
"homepage": "http://strophe.im/strophejs",
"repository": {
"type": "git",
Expand Down

0 comments on commit ff8105c

Please sign in to comment.