Prepare 2.6.6 release

This commit is contained in:
Jeremy Benoist 2023-09-07 09:16:53 +02:00
parent 62ab325ad4
commit c7e5ba6dd0
No known key found for this signature in database
GPG key ID: 7168D5DD29F38552
3 changed files with 19 additions and 7 deletions

View file

@ -1,5 +1,17 @@
# Changelog # Changelog
## [2.6.6](https://github.com/wallabag/wallabag/tree/2.6.6)
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.5...2.6.6)
### Security fix
* Force secure cookie on HTTPS connection by @j0k3r in https://github.com/wallabag/wallabag/pull/6924
### Fixes
* Fix checkboxes pointer events issue by @Simounet in https://github.com/wallabag/wallabag/pull/6897
* Add Google mailer by @j0k3r in https://github.com/wallabag/wallabag/pull/6899
* Improve performance on homepage by @Simounet in https://github.com/wallabag/wallabag/pull/6909
* Mass action layout improved by @Simounet in https://github.com/wallabag/wallabag/pull/6912
## [2.6.5](https://github.com/wallabag/wallabag/tree/2.6.5) ## [2.6.5](https://github.com/wallabag/wallabag/tree/2.6.5)
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.4...2.6.5) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.4...2.6.5)

View file

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

12
composer.lock generated
View file

@ -4604,16 +4604,16 @@
}, },
{ {
"name": "j0k3r/graby-site-config", "name": "j0k3r/graby-site-config",
"version": "1.0.174", "version": "1.0.176",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/j0k3r/graby-site-config.git", "url": "https://github.com/j0k3r/graby-site-config.git",
"reference": "cc9e93b090a475dfc7ec6f77ecccfefc88418ed1" "reference": "77359be61295e15f08ad503c2ac37af6c9ff464c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/cc9e93b090a475dfc7ec6f77ecccfefc88418ed1", "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/77359be61295e15f08ad503c2ac37af6c9ff464c",
"reference": "cc9e93b090a475dfc7ec6f77ecccfefc88418ed1", "reference": "77359be61295e15f08ad503c2ac37af6c9ff464c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4642,9 +4642,9 @@
"description": "Graby site config files", "description": "Graby site config files",
"support": { "support": {
"issues": "https://github.com/j0k3r/graby-site-config/issues", "issues": "https://github.com/j0k3r/graby-site-config/issues",
"source": "https://github.com/j0k3r/graby-site-config/tree/1.0.174" "source": "https://github.com/j0k3r/graby-site-config/tree/1.0.176"
}, },
"time": "2023-08-28T08:06:47+00:00" "time": "2023-09-07T07:14:18+00:00"
}, },
{ {
"name": "j0k3r/httplug-ssrf-plugin", "name": "j0k3r/httplug-ssrf-plugin",