From 75cc42dd91a2124c4bb1cb964590da5d8d0857b9 Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Tue, 6 Feb 2018 15:35:07 -0500 Subject: [PATCH] 3.1.35 version bump --- RELEASE_NOTES.md | 12 ++++++++++++ app/config/config.yml | 2 +- app/config/version.yml | 2 +- docs/conf.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7566a0852..999490eae 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,17 @@ # Release Notes # +## 3.1.35 ## +- Add more wikitext export options to the Edit Counter, including + an option to in the form to get the entire results as wikitext. +- Fix a bug in TopEdits where it errored out if the page has only + one edit by the requested user. +- Only accept valid parameters in the Pages tool, and hide columns + that are irrelevant based on options (e.g. redirects when showing + only deleted pages). +- Update AutoEdits regex for Arabic Wikipedia. +- Use 429 response code when throwing rate limiting error. +- Localization updates. + ## 3.1.34 ## - Add wikitext and CSV download options to the Edit Counter. - T186111: Fix redirect in AdminScore if user is not found. diff --git a/app/config/config.yml b/app/config/config.yml index f598f051b..b1caeca56 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -42,7 +42,7 @@ framework: fragments: ~ http_method_override: true assets: - version: '16' + version: '17' version_format: '%%s?v=%%s' cache: app: "cache.adapter.%cache.adapter%" diff --git a/app/config/version.yml b/app/config/version.yml index d1bd7eef7..186c60330 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.34 + app.version: 3.1.35 diff --git a/docs/conf.py b/docs/conf.py index cb188a23e..f3940223d 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.34' +release = '3.1.35' # -- Options for HTML output ---------------------------------------------------