Skip to content

Commit

Permalink
3.1.4 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Oct 2, 2017
1 parent ad99471 commit 765575d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 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.1.1)](https://travis-ci.org/x-tools/xtools)
[![Build Status](https://travis-ci.org/x-tools/xtools.svg?branch=3.1.4)](https://travis-ci.org/x-tools/xtools)

**Master:**

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

## 3.1.4 ##
- T177172 Fix path to normalize project API endpoint
- T174012 Rework "longest block" field in Edit Counter to show actual duration
of the block
- T177168 Fix sorting of 'atbe' column in ArticleInfo
- T177137 Add 'RotateLink' tool to AutoEdits
- T177138 Add 'Hotcatcheck' tool to AutoEdits
- T177140 Fix link to Global replace tool in AutoEdits
- Include current URL in bug report link
- Update all controllers to support routes of legacy XTools

## 3.1.3 ##
- Hotfix for showing mainspace page titles in non-automated edits API endpoint

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: '4'
version: '5'
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.3
app.version: 3.1.4
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–2017, XTools contributors'
version = '3.1'
release = '3.1.3'
release = '3.1.4'

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

Expand Down

0 comments on commit 765575d

Please sign in to comment.