Skip to content

Commit d167efc

Browse files
authored
Merge pull request #1593 from INN/1590-tag-0.6.1
Bump version number to 0.6.1 and run grunt tasks
2 parents 01a0977 + 35b952c commit d167efc

17 files changed

+3526
-5597
lines changed

Gruntfile.js

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module.exports = function(grunt) {
109109
stdout: true
110110
}
111111
},
112-
msmerge: {
112+
msgmerge: {
113113
command: [
114114
'msgmerge -o lang/es_ES.po.merged lang/es_ES.po lang/largo.pot',
115115
'mv lang/es_ES.po.merged lang/es_ES.po'
@@ -148,33 +148,6 @@ module.exports = function(grunt) {
148148
src: 'lang/*.po',
149149
expand: true
150150
}
151-
},
152-
153-
version: {
154-
src: [
155-
'package.json'
156-
],
157-
docs: {
158-
src: [
159-
'docs/conf.py'
160-
]
161-
},
162-
css: {
163-
options: {
164-
prefix: 'Version: '
165-
},
166-
src: [
167-
'style.css',
168-
]
169-
},
170-
readme: {
171-
options: {
172-
prefix: '\\*\\*Current version:\\*\\* v'
173-
},
174-
src: [
175-
'readme.md'
176-
]
177-
}
178151
}
179152
});
180153

@@ -195,11 +168,6 @@ module.exports = function(grunt) {
195168
'apidocs',
196169
'docs',
197170
'pot',
198-
'shell:msmerge'
199-
]);
200-
201-
// Increment version numbers and run a full build
202-
grunt.registerTask('build-release', 'Increment version numbers (based on package.json) and run a full build', [
203-
'version', 'build'
171+
'shell:msgmerge'
204172
]);
205173
}

changelog.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
though this project doesn't succeed in adhering to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Largo 0.6.1
8+
## [Largo 0.6.1](https://github.com/INN/largo/compare/v0.6...v0.6.1)
99

1010
This release contains bugfixes for Largo 0.6.
1111

1212
### Changes
1313

1414
- Uses [`filemtime()`](https://secure.php.net/manual/en/function.filemtime.php) as the version number for more enqueued assets, meaning that cachebusting will be handled by file modification time and not by Largo version. [Pull Request #1575](https://github.com/INN/largo/pull/1575) for [issue #1550](https://github.com/INN/largo/issues/1550).
15-
- For many assets where no version number was provided for enqueued assets, `largo_version()` is now used. [Pull Request #1575](https://github.com/INN/largo/pull/1575) for [issue #1550](https://github.com/INN/largo/issues/1550).
15+
- For many assets where no version number was provided for enqueued assets, `largo_version()` is now used. [Pull Request #1575](https://github.com/INN/largo/pull/1575) for [issue #1550](https://github.com/INN/largo/issues/1550).
1616
- Removes the list of recommended plugins displayed on new installations of Largo. [Pull Request #1580](https://github.com/INN/largo/pull/1580) for [issue #1570](https://github.com/INN/largo/issues/1570). We'll be bringing this list back in an updated form on an INN website; stay tuned.
1717

1818
### Fixes
1919

2020
- Updates templates to make sure that bylines are output. [Pull request #1574](https://github.com/INN/largo/pull/1574).
21+
- Fixes a division-by-zero bug in avatar functions. [Pull request #1578](https://github.com/INN/largo/pull/1578) as part of [issue #1492](https://github.com/INN/largo/issues/1492).
2122
- Allows the Largo Taxonomy List Widget to have an empty title. [Pull request #1583](https://github.com/INN/largo/pull/1583) for [issue #1581](https://github.com/INN/largo/issues/1581).
2223
- Allows the Largo Recent Posts Widget to have an empty title. [Pull request #1588](https://github.com/INN/largo/pull/1588) for [issue #1405](https://github.com/INN/largo/issues/1405).
24+
- Makes sure that the series, post type, and post prominence taxonomies appear in the REST API and in the Gutenberg editor. [Pull request #1586](https://github.com/INN/largo/pull/1586) for [issue #1582](https://github.com/INN/largo/issues/1582).
25+
26+
### Documentation and administrative improvements
27+
28+
- Lays groundwork for testing Largo under PHP 7.3. [Pull request #1587](https://github.com/INN/largo/pull/1587) for [issue #1579](https://github.com/INN/largo/issues/1579).
29+
- Adds a pip `requirements.txt` for Sphinx dependencies required by Grunt tasks used during the development process. [Pull request #1585](https://github.com/INN/largo/pull/1585) for [issue #1359](https://github.com/INN/largo/issues/1359).
30+
- Removes several unneccessary Grunt tasks from the Gruntfile, and their dependencies. [Pull request #1585](https://github.com/INN/largo/pull/1585) for [issue #1540](https://github.com/INN/largo/issues/1540).
31+
- Removes some old developer setup instructions from the largo.readthedocs.io setup instructions. [Pull request #1585](https://github.com/INN/largo/pull/1585).
2332

2433
## [Largo 0.6](https://github.com/INN/largo/compare/v0.5.5.4...v0.6)
2534

css/editor-style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444

4545
# General information about the project.
4646
project = u'Largo Project'
47-
copyright = u'2014, Institute for Nonprofit News'
47+
copyright = u'2018, Institute for Nonprofit News'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.6'
54+
version = '0.6.1'
5555
# The full version, including alpha/beta/rc tags.
5656
release = version
5757

docs/developers/grunt-commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Some commands require you to have external applications installed. Instructions
2626
``shell:sphinx``
2727
Converts all available reStructuredText files into HTML documentation, which is saved locally in ``docs/_build/html/``. If you want to preview these docs without pushing them to `largo.readthedocs.io <https://largo.readthedocs.io>`_, run ``python -m SimpleHTTPServer`` as described in `the documentation contribution instructions <setup-documentation.html#setting-up>`_.
2828

29-
``shell:msmerge``
29+
``shell:msgmerge``
3030
Runs `msgmerge <https://www.gnu.org/software/gettext/manual/html_node/msgmerge-Invocation.html>`_ to merge translation files.
3131

3232
``shell:pot``

homepages/assets/css/single.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/custom-term-icons.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)