mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-07 01:54:27 +00:00
Bump version
This commit is contained in:
2
.env
2
.env
@@ -154,7 +154,7 @@ PHRASEANET_DOCKER_REGISTRY=alchemyfr
|
|||||||
|
|
||||||
# Docker images tag.
|
# Docker images tag.
|
||||||
# @run
|
# @run
|
||||||
PHRASEANET_DOCKER_TAG=4.1.16
|
PHRASEANET_DOCKER_TAG=4.1.17
|
||||||
|
|
||||||
# Stack Name
|
# Stack Name
|
||||||
# An optionnal Name for the stack
|
# An optionnal Name for the stack
|
||||||
|
38
CHANGELOG.md
38
CHANGELOG.md
@@ -1,5 +1,43 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 4.1.17
|
||||||
|
|
||||||
|
#### Phraseanet Upgrade
|
||||||
|
|
||||||
|
- **Phraseanet Migration Patch**:
|
||||||
|
- A migration script for the configuration file is available. Run the following command in the setup container with Docker if the environment variable `PHRASEANET_UPGRADE=1` is set:
|
||||||
|
```
|
||||||
|
bin/setup system:upgrade
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### Stack (Docker Compose and Helm)
|
||||||
|
|
||||||
|
- no change
|
||||||
|
|
||||||
|
### Version Summary
|
||||||
|
|
||||||
|
- Expose-cli Add sort capabilities inside an Expose publication, sort is performed by Expose.
|
||||||
|
- Change on Thesaurus Search - add content operator for search in editing.
|
||||||
|
- Minor change on translation.
|
||||||
|
- Report fix when exporting with date based on.
|
||||||
|
- Change process on expiring-right.
|
||||||
|
|
||||||
|
|
||||||
|
## What's Changed
|
||||||
|
* PHRAS-4131 prod - expose-cli - Sort record (assets) inside an expose publication by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4588
|
||||||
|
* PHRAS-4131: add loader on set order window and when validate by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4590
|
||||||
|
* PHRAS-4135: Prod - Thesaurus Search - add content operator for search in editing and workzonethesaurus search add content operator by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4589
|
||||||
|
* PHRAS-3416 phraseanet translations by @nmaillat in https://github.com/alchemy-fr/Phraseanet/pull/4591
|
||||||
|
* PHRAS-4138 empty field restricted thesaurus by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4592
|
||||||
|
* PHRAS-3416 phraseanet translations by @nmaillat in https://github.com/alchemy-fr/Phraseanet/pull/4593
|
||||||
|
* PHRAS-4141-Report-updated_at-mismatch by @gjacobjn in https://github.com/alchemy-fr/Phraseanet/pull/4597
|
||||||
|
* PHRAS-4140_sb-filter-for-expiringrights by @jygaulier in https://github.com/alchemy-fr/Phraseanet/pull/4594
|
||||||
|
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.16...4.1.17
|
||||||
|
|
||||||
|
|
||||||
## 4.1.16
|
## 4.1.16
|
||||||
|
|
||||||
### Update Instructions
|
### Update Instructions
|
||||||
|
@@ -17,7 +17,7 @@ class Version
|
|||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private $number = '4.1.16';
|
private $number = '4.1.17';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
|
Reference in New Issue
Block a user