Update NEWS and README.

This commit is contained in:
Daniel Kraus
2020-12-23 15:29:35 +01:00
parent 61a7be27ab
commit a95a413302
2 changed files with 18 additions and 8 deletions

11
NEWS.md
View File

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
For changes prior to version 6.0.0, please see [`NEWS.old`](news.old). For changes prior to version 6.0.0, please see [`NEWS.old`](news.old).
## [7.0.0][] - 2020-12-23
### Changed
- The minimum required version of MediaWiki is now 1.32.
### Fixed
- Fixed compatibility with MediaWiki version 1.35.
## [6.0.0][] - 2019-12-31 ## [6.0.0][] - 2019-12-31
### Changed ### Changed
@ -21,4 +31,5 @@ For changes prior to version 6.0.0, please see [`NEWS.old`](news.old).
constant (DB_SLAVE was renamed to DB_REPLICA). NOTE that the minimum constant (DB_SLAVE was renamed to DB_REPLICA). NOTE that the minimum
required version of MediaWiki is now 1.28 (which is an obsolete version). required version of MediaWiki is now 1.28 (which is an obsolete version).
[7.0.0]: https://github.com/bovender/LinkTitles/releases/tag/v7.0.0
[6.0.0]: https://github.com/bovender/LinkTitles/releases/tag/v6.0.0 [6.0.0]: https://github.com/bovender/LinkTitles/releases/tag/v6.0.0

View File

@ -447,13 +447,12 @@ reload interval is 1 second.
## Development ## Development
If you wish to contribute, please issue pull requests against the `develop` As of December 2020, there is only one major branch where all development takes
branch, as I roughly follow Vincent Driessen's advice on [A successful Git place. I used to follow Vincent Driessen's advice on [A successful Git
branching model](http://nvie.com/git-model) (knowing that there are branching model](http://nvie.com/git-model), but this did not work out for me
[alternative workflows](http://scottchacon.com/2011/08/31/github-flow.html)). after all. Pull requests from other developers were usually issued against the
`master` branch, and the constant switching between the `develop` and the `master`
The `master` branch contains stable releases only, so it is safe to pull the branches was prone to cause a mess.
master branch if you want to install the extension for your own Wiki.
### Contributors ### Contributors
@ -463,7 +462,7 @@ master branch if you want to install the extension for your own Wiki.
- @tetsuya-zama, bug fix - @tetsuya-zama, bug fix
- @yoshida3669, namespace-related bug fixes - @yoshida3669, namespace-related bug fixes
- Caleb Mingle (@dentafrice), bug fix - Caleb Mingle (@dentafrice), bug fix
- @paladox, bug fixes - @paladox, bug fixes and compatilibity fixes
### Testing ### Testing