Skip to content

Commit

Permalink
3.1.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Aug 23, 2017
1 parent 62162d1 commit dd4786d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To **report an issue**, create a ticket on [Phabricator](https://phabricator.wik

[![release](https://img.shields.io/github/release/x-tools/xtools.svg)](https://github.com/x-tools/xtools/releases/latest)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Build Status](https://travis-ci.org/x-tools/xtools.svg?branch=3.0.6)](https://travis-ci.org/x-tools/xtools)
[![Build Status](https://travis-ci.org/x-tools/xtools.svg?branch=3.1.0)](https://travis-ci.org/x-tools/xtools)

**Master:**

Expand Down
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release Notes #

## 3.1.0 ##
- T165709, T165710 Introduce "RfX Analysis" and "RfX Voter" tools, both of which
are functional but still a work in progress.
- T172915 Fix the time since last edit in ArticleInfo API, and add date of
page creation
- T172883 Improve display of bubbles within EditCounter timecard so that they
don't overlap the Y-axis labels
- T173173 Fix edit summary charts in EditCounter
- T172907 Minify and version assets in production
- T173483 Fix "links to this page" and "redirects" in ArticleInfo
- T173795 Fix i18n bug in AdminStats
- T173497 Limit the size of page display titles to avoid disruption the layout
- T173690 Add XfDCloser to list of enwiki's semi-automated tools
- Add IABot to list of enwiki's semi-automated tools
- Fix toggle chart in AutoEdits and show % of all tools and total edit count
- Fix bug in fetching pageviews from pages that are subpage of another page
- i18n updates from translatewiki

## 3.0.6 ##
- T171277 Add totals for year/month counts in EditCounter, make charts responsive
- Fixes to ArticleInfo API, making on-wiki XTools gadget possible
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: '1'
version: '2'
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.0.6
app.version: 3.1.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

# The release process is documented at https://xtools.readthedocs.io/en/latest/development.html#releases
copyright = u'2008–2017, XTools contributors'
version = '3.0'
release = '3.0.6'
version = '3.1'
release = '3.1.0'

# -- Options for HTML output ---------------------------------------------------

Expand Down

0 comments on commit dd4786d

Please sign in to comment.