mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
2
.env
2
.env
@@ -133,7 +133,7 @@ PHRASEANET_DOCKER_REGISTRY=local
|
||||
|
||||
# Docker images tag.
|
||||
# @run
|
||||
PHRASEANET_DOCKER_TAG=4.1.8-rc4
|
||||
PHRASEANET_DOCKER_TAG=4.1.8-rc5
|
||||
|
||||
# Stack Name
|
||||
# An optionnal Name for the stack
|
||||
|
36
CHANGELOG.md
36
CHANGELOG.md
@@ -1,5 +1,39 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 4.1.8-rc5
|
||||
|
||||
### Update instructions
|
||||
|
||||
- Migration patch: no patch to play, just run upgrade for bump version
|
||||
- Elasticsearch index action : none
|
||||
|
||||
### Version summary
|
||||
|
||||
- bugfix an minor improvement (todo)
|
||||
|
||||
### Stack (docker compose)
|
||||
|
||||
- Extend csp for GA-4 (todo)
|
||||
|
||||
### What's Changed
|
||||
|
||||
* PHRAS-3882 admin - workers - filter "consumed queue" in https://github.com/alchemy-fr/Phraseanet/pull/4347
|
||||
* PHRAS-3884 translation and advanced search field name in https://github.com/alchemy-fr/Phraseanet/pull/4348
|
||||
* PHRAS-3416 phraseanet localization in https://github.com/alchemy-fr/Phraseanet/pull/4350
|
||||
* PHRAS-3796 bin/setup check:system - download , lazaret, wrong repo is checked in https://github.com/alchemy-fr/Phraseanet/pull/4349
|
||||
* PHRAS-3851 Untranslated terms : in Notifications, Detailed View, Map by in https://github.com/alchemy-fr/Phraseanet/pull/4351
|
||||
* PHRAS-3416 phraseanet localization in https://github.com/alchemy-fr/Phraseanet/pull/4353
|
||||
* PHRAS-3887 google analytics 4 by in https://github.com/alchemy-fr/Phraseanet/pull/4354
|
||||
* PHRAS-3884 advanced search sort field by label by in https://github.com/alchemy-fr/Phraseanet/pull/4355
|
||||
* PHRAS-3870_record-action-example by in https://github.com/alchemy-fr/Phraseanet/pull/4334
|
||||
* PHRAS-3891 CSP policies for matomo cloud and newrelic by in https://github.com/alchemy-fr/Phraseanet/pull/4358
|
||||
* PHRAS-3891 adding CSP in https://github.com/alchemy-fr/Phraseanet/pull/4359
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.8-rc4...4.1.8-rc5
|
||||
|
||||
|
||||
|
||||
## 4.1.8-rc4
|
||||
|
||||
### Update instructions
|
||||
@@ -9,7 +43,7 @@
|
||||
|
||||
### Version summary
|
||||
|
||||
- bugfix an minor improvement
|
||||
- bugfix an minor improvement
|
||||
|
||||
### Stack (docker compose)
|
||||
|
||||
|
@@ -17,7 +17,7 @@ class Version
|
||||
* @var string
|
||||
*/
|
||||
|
||||
private $number = '4.1.8-rc4';
|
||||
private $number = '4.1.8-rc5';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
|
Reference in New Issue
Block a user