Changed
- JS library updates #737 #741
- Allow data URI scheme inside the body of an item #733
- Update to new BackgroudJob logic #704
- Update feed-io to v4.7.8

Fixed
- fixed double escaped intro (not rendering html) #694
- translation updates and fixes

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2020-08-28 13:04:33 +02:00
Родитель dd266ed05f
Коммит 2511867814
3 изменённых файлов: 18 добавлений и 6 удалений

Просмотреть файл

@ -9,8 +9,8 @@
* [Jan-Christoph Borchardt](mailto:hey@jancborchardt.net)
* [Daniel Schaal](mailto:daniel@schaal.email)
* [Davide Saurino](mailto:davide.saurino@alcacoop.it)
* [raghunayyar](mailto:me@iraghu.com)
* [Sean Molenaar](mailto:sean@seanmolenaar.eu)
* [raghunayyar](mailto:me@iraghu.com)
* [bastei](mailto:bastei@users.noreply.github.com)
* [Bernhard Posselt](mailto:bep@foryouandyourcustomers.com)
* [Thomas Müller](mailto:thomas.mueller@tmit.eu)

Просмотреть файл

@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
## Unreleased
## 14.2.0
### Changed
- JS library updates #737 #741
- Allow data URI scheme inside the body of an item #733
- Update to new BackgroudJob logic #704
- Update feed-io to v4.7.8
### Fixed
- fixed double escaped intro (not rendering html) #694
- translation updates and fixes
## 14.1.11
### Changed

10
composer.lock сгенерированный
Просмотреть файл

@ -823,16 +823,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.38",
"version": "0.12.40",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "ad606c5f1c641b465b739e79a3a0f1a5a57cf1b4"
"reference": "dce7293ad7b59fc09a9ab9b0b5b44902c092ca17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ad606c5f1c641b465b739e79a3a0f1a5a57cf1b4",
"reference": "ad606c5f1c641b465b739e79a3a0f1a5a57cf1b4",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dce7293ad7b59fc09a9ab9b0b5b44902c092ca17",
"reference": "dce7293ad7b59fc09a9ab9b0b5b44902c092ca17",
"shasum": ""
},
"require": {
@ -875,7 +875,7 @@
"type": "tidelift"
}
],
"time": "2020-08-19T08:13:30+00:00"
"time": "2020-08-26T19:06:20+00:00"
},
{
"name": "phpunit/php-code-coverage",