mirror of https://github.com/wallabag/wallabag.git
Merge pull request #6926 from wallabag/release/2.6.6
Prepare 2.6.6 release
This commit is contained in:
commit
f06a826c6d
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# 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)
|
||||
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.4...2.6.5)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
wallabag_core:
|
||||
version: 2.6.5
|
||||
version: 2.6.6
|
||||
paypal_url: "https://liberapay.com/wallabag/donate"
|
||||
languages:
|
||||
en: 'English'
|
||||
|
|
|
@ -4604,16 +4604,16 @@
|
|||
},
|
||||
{
|
||||
"name": "j0k3r/graby-site-config",
|
||||
"version": "1.0.174",
|
||||
"version": "1.0.176",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/j0k3r/graby-site-config.git",
|
||||
"reference": "cc9e93b090a475dfc7ec6f77ecccfefc88418ed1"
|
||||
"reference": "77359be61295e15f08ad503c2ac37af6c9ff464c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/cc9e93b090a475dfc7ec6f77ecccfefc88418ed1",
|
||||
"reference": "cc9e93b090a475dfc7ec6f77ecccfefc88418ed1",
|
||||
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/77359be61295e15f08ad503c2ac37af6c9ff464c",
|
||||
"reference": "77359be61295e15f08ad503c2ac37af6c9ff464c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4642,9 +4642,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.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",
|
||||
|
|
Loading…
Reference in New Issue