diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a24f7c0d6..7566a0852 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes # +## 3.1.34 ## +- Add wikitext and CSV download options to the Edit Counter. +- T186111: Fix redirect in AdminScore if user is not found. +- Make namespace optional in Edit Summary tool. +- Localization updates. + ## 3.1.33 ## - T185411: Restore raw URL encoding. Instead incoming links that use the path parameter should encode the values accordingly. diff --git a/app/config/config.yml b/app/config/config.yml index 519ed68f2..f598f051b 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -42,7 +42,7 @@ framework: fragments: ~ http_method_override: true assets: - version: '15' + version: '16' version_format: '%%s?v=%%s' cache: app: "cache.adapter.%cache.adapter%" diff --git a/app/config/version.yml b/app/config/version.yml index 29124f3eb..d1bd7eef7 100644 --- a/app/config/version.yml +++ b/app/config/version.yml @@ -2,4 +2,4 @@ # The release process is documented at https://xtools.readthedocs.io/en/latest/development.html#releases parameters: - app.version: 3.1.33 + app.version: 3.1.34 diff --git a/docs/conf.py b/docs/conf.py index 799217640..cb188a23e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ # The release process is documented at https://xtools.readthedocs.io/en/latest/development.html#releases copyright = u'2008–2018, XTools contributors' version = '3.1' -release = '3.1.33' +release = '3.1.34' # -- Options for HTML output ---------------------------------------------------