Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set version to 0.74.0 #3261

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.73'
version = '0.74'
# The full version, including alpha/beta/rc tags.
release = '0.73.0'
release = '0.74.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.74.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. _rel-0.74.0:

Release 0.74.0
==============

Welcome to Zotonic 0.74.0, released on January 16, 2023.

This is a maintenance release.

Main changes are:

* New notification to continue on signup-page after signup
* Show versions of modules and Zotonic on /admin/modules
* Improved hreflang link tags for SEO

Commits since 0.73.0
--------------------

Marc Worrell (10):

* Tune memory usage on 0.x (#3211)
* mod_cookie_consent: small css changes (#3210)
* mod_acl_user_groups: use psql 'any' instead of nested query (0.x) (#3215)
* mod_admin_modules: show the version of modules in the admin/modules (#3241)
* Signup confirm redirect (0.x) (#3243)
* core: flush caches if rollback happens during module schema install. (#3248)
* mod_admin_modules: add warning if not all modules are running. (#3249)
* mod_admin: remove compile warning
* mod_seo: do not set home page to noindex on missing languages (0.x) (#3257)
* mod_translation: remove title attribute from hreflang link tags

Rob van den Bogaard (1):

* mod_admin_identity: Require module use rights to view user info data (#3235)
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.73.0").
-define(ZOTONIC_VERSION, "0.74.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.73.0"},
{vsn, "0.74.0"},
{modules,
[
zotonic,
Expand Down