Skip to content

Commit

Permalink
3.1.35 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Feb 6, 2018
1 parent c88d7fc commit 75cc42d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
Expand Down
2 changes: 1 addition & 1 deletion app/config/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down

0 comments on commit 75cc42d

Please sign in to comment.