Bump version number for release.
This commit is contained in:
parent
1430689c43
commit
202483130d
@ -1,11 +1,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.6.1 (Unreleased)
|
0.6.1 (2013-08-28)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- IE9 and IE8 CSS fixes. [jcbrand]
|
- IE9 and IE8 CSS fixes. [jcbrand]
|
||||||
- Bugfix. Pencil icon not visible (for setting status update). [jcbrand]
|
- Bugfix: Pencil icon not visible (for setting status update). [jcbrand]
|
||||||
|
- Bugfix: RID, JID and SID initialization values were being ignored. [jcbrand]
|
||||||
|
- Bugfix: Fall back to English if a non-existing locale was specified. [jcbrand]
|
||||||
|
|
||||||
0.6.0 (2013-08-26)
|
0.6.0 (2013-08-26)
|
||||||
------------------
|
------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "converse",
|
"name": "converse",
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"
|
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"
|
||||||
},
|
},
|
||||||
|
@ -48,9 +48,9 @@ copyright = u'2013, JC Brand'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.6.0'
|
version = '0.6.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.6.0'
|
release = '0.6.1'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
||||||
<h2 id="project_tagline">An XMPP chat client for your website</h2>
|
<h2 id="project_tagline">An XMPP chat client for your website</h2>
|
||||||
<section id="downloads">
|
<section id="downloads">
|
||||||
<a class="zip_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.0.zip">Download the latest release as a .zip file</a>
|
<a class="zip_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.1.zip">Download the latest release as a .zip file</a>
|
||||||
<a class="tar_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.0.tar.gz">Download the latest release as a tar.gz file</a>
|
<a class="tar_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.6.1.tar.gz">Download the latest release as a tar.gz file</a>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
@ -195,7 +195,7 @@
|
|||||||
auto_subscribe: false,
|
auto_subscribe: false,
|
||||||
bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
|
bosh_service_url: 'https://bind.opkode.im', // Please use this connection manager only for testing purposes
|
||||||
hide_muc_server: false,
|
hide_muc_server: false,
|
||||||
i18n: locales.en, // Refer to ./locale/locales.js to see which locales are supported
|
i18n: locales['fr'], // Refer to ./locale/locales.js to see which locales are supported
|
||||||
prebind: false,
|
prebind: false,
|
||||||
show_controlbox_by_default: true,
|
show_controlbox_by_default: true,
|
||||||
xhr_user_search: false,
|
xhr_user_search: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user