Skip to content

Commit

Permalink
Set version to 0.63.0 (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Oct 29, 2021
1 parent 72fb9fc commit be2000b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.62'
version = '0.63'
# The full version, including alpha/beta/rc tags.
release = '0.62.0'
release = '0.63.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
34 changes: 34 additions & 0 deletions doc/developer-guide/releasenotes/rel_0.63.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. _rel-0.63.0:

Release 0.63.0
==============

Welcome to Zotonic 0.63.0, released on Oct 29, 2021.

This is a maintenance release.

Main changes are:

* Fix for a problem where deactivating languages on an edit page could leave the deactivated language selected for editing
* Fix for a problem where the column of the UI log was too small for some IPv6 addresses
* Dutch translations added to mod_google and mod_facebook


Commits since 0.62.0
--------------------

Dorien (1):

* Update link to facebook dev apps (#2761)

Maas-Maarten Zeeman (1):

* Fixed typo (#2739)

Marc Worrell (5):

* Fix a problem with activating languages on the edit page where an inactivated language might stay visible.
* Show 2FA key below QR code.
* Fix a problem where the ip address field of log_ui was too small for some IPv6 addresses.
* typo in nl translation
* Add FB translations
2 changes: 1 addition & 1 deletion include/zotonic_release.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
%% limitations under the License.

%% Release number
-define(ZOTONIC_VERSION, "0.62.0").
-define(ZOTONIC_VERSION, "0.63.0").
2 changes: 1 addition & 1 deletion src/zotonic.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, zotonic,
[{description, "zotonic"},
{vsn, "0.62.0"},
{vsn, "0.63.0"},
{modules,
[
zotonic,
Expand Down

0 comments on commit be2000b

Please sign in to comment.