Merge pull request #6738 from wallabag/prepare-262

Prepare 2.6.2 release
This commit is contained in:
Nicolas Lœuillet 2023-07-24 13:01:36 +02:00 committed by GitHub
commit 2dcdb4e23c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 13 deletions

View file

@ -1,5 +1,25 @@
# Changelog
## [2.6.2](https://github.com/wallabag/wallabag/tree/2.6.2)
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.1...2.6.2)
### Fixes
* Fix mass action input on dark theme by @simounet https://github.com/wallabag/wallabag/pull/6673
* Fix undefined variable by @nicosomb https://github.com/wallabag/wallabag/pull/6672
* Fix table name in migration by @nicosomb https://github.com/wallabag/wallabag/pull/6653
### Technical stuff
* Add a new build to test when no database table prefix are defined by @j0k3r https://github.com/wallabag/wallabag/pull/6731
* Keep escaped table name while migrating by @Glandos https://github.com/wallabag/wallabag/pull/6710
* Remove twofactor_auth parameter by @nicosomb https://github.com/wallabag/wallabag/pull/6723
* ApiDoc: Add response description to UserRestController by @caspermeijn https://github.com/wallabag/wallabag/pull/6684
* ApiDoc: Add response description to WallabagRestController by @caspermeijn https://github.com/wallabag/wallabag/pull/6102
* Skip migration if the table was already renamed by @gramakri https://github.com/wallabag/wallabag/pull/6678
### Meta
* Document how to run tests and formatter for new contributors by @caspermeijn https://github.com/wallabag/wallabag/pull/6685
* Add link to wallabag ecosystem resources by @nicosomb https://github.com/wallabag/wallabag/pull/6700
## [2.6.1](https://github.com/wallabag/wallabag/tree/2.6.1)
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.0...2.6.1)

View file

@ -1,5 +1,5 @@
wallabag_core:
version: 2.6.1
version: 2.6.2
paypal_url: "https://liberapay.com/wallabag/donate"
languages:
en: 'English'

24
composer.lock generated
View file

@ -2137,16 +2137,16 @@
},
{
"name": "fossar/htmlawed",
"version": "1.3.2",
"version": "1.3.3",
"source": {
"type": "git",
"url": "https://github.com/fossar/HTMLawed.git",
"reference": "8aa21f94a7fc684dda9d62b4134ae5911bbe207c"
"reference": "2975518c538667c3749f91f949348b8ea9bf4855"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fossar/HTMLawed/zipball/8aa21f94a7fc684dda9d62b4134ae5911bbe207c",
"reference": "8aa21f94a7fc684dda9d62b4134ae5911bbe207c",
"url": "https://api.github.com/repos/fossar/HTMLawed/zipball/2975518c538667c3749f91f949348b8ea9bf4855",
"reference": "2975518c538667c3749f91f949348b8ea9bf4855",
"shasum": ""
},
"require": {
@ -2188,9 +2188,9 @@
],
"support": {
"issues": "https://github.com/fossar/HTMLawed/issues",
"source": "https://github.com/fossar/HTMLawed/tree/1.3.2"
"source": "https://github.com/fossar/HTMLawed/tree/1.3.3"
},
"time": "2023-05-22T07:47:31+00:00"
"time": "2023-07-22T16:34:45+00:00"
},
{
"name": "friendsofphp/proxy-manager-lts",
@ -4577,16 +4577,16 @@
},
{
"name": "j0k3r/graby-site-config",
"version": "1.0.169",
"version": "1.0.171",
"source": {
"type": "git",
"url": "https://github.com/j0k3r/graby-site-config.git",
"reference": "5b2bc79270b9c2b21725d78da070288370e0d927"
"reference": "1551b7a2a446d60b59866671d7125059a8753ecb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/5b2bc79270b9c2b21725d78da070288370e0d927",
"reference": "5b2bc79270b9c2b21725d78da070288370e0d927",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/1551b7a2a446d60b59866671d7125059a8753ecb",
"reference": "1551b7a2a446d60b59866671d7125059a8753ecb",
"shasum": ""
},
"require": {
@ -4615,9 +4615,9 @@
"description": "Graby site config files",
"support": {
"issues": "https://github.com/j0k3r/graby-site-config/issues",
"source": "https://github.com/j0k3r/graby-site-config/tree/1.0.169"
"source": "https://github.com/j0k3r/graby-site-config/tree/1.0.171"
},
"time": "2023-06-20T15:29:10+00:00"
"time": "2023-07-24T08:25:40+00:00"
},
{
"name": "j0k3r/httplug-ssrf-plugin",