Skip to content

Commit

Permalink
Merge pull request #3975 from alchemy-fr/PHRAS-3644-1.1.6-rc1
Browse files Browse the repository at this point in the history
PHRAS-3644 Release 4.1.6 and intermediate Release candidat
  • Loading branch information
nmaillat authored Feb 25, 2022
2 parents 33e78aa + d0851a0 commit 869bd28
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ PHRASEANET_DOCKER_REGISTRY=local

# Docker images tag.
# @run
PHRASEANET_DOCKER_TAG=4.1.5
PHRASEANET_DOCKER_TAG=4.1.6-rc1

# Application port.
# @run
Expand Down
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# CHANGELOG

## 4.1.6-rc1

### Update instructions

- Migration patch: no patch to play, just run upgrade for bump version
- Elasticsearch action : none

### Version summary :

- Big improvement of generated PDF,
- Password protection
- Download link
- Prod - Publications editing, user experience improvements

### New Features

```
PHRAS-3642 API - Return databox subdefs on new endpoint /api/v3/databoxes/\{databox\_id\}/subdefs/ and /api/v3/databoxes/subdefs/
PHRAS-3636 docker - docker-compose - Add container for execute primary datastore \(mysql\) backup
```

### Improvement

```
PHRAS-3633 Prod - Printed PDF Improvement - add a Title , Password, download link to the PDF
PHRAS-3595 Prod - New publication - features and UX improvement
PHRAS-3631 Prod : Notifications : Add a fonction to mark all notification as read
PHRAS-3229 Thesaurus GUI improvement - import - refresh candidat terms
```


### Bug fix

```
PHRAS-3637 API - Upload Url | Prod GUI - Let's Encrypt ssl certificate verification fail. use the correct guzzle version
PHRAS-3635 user list : general toggles change selection
PHRAS-3626 Prod - detailed view - Print, Export windows appear behind the detailed view \(z-index\)
PHRAS-3620 Admin - subviews : a bad path can lead to creating file at the roots of the Phraseanet sources.
PHRAS-3619 After record removal, we have an HTTP status 200 on the /records route of the API on the deleted record
PHRAS-3285 Thesaurus - candidat panel - The Stock is not available
PHRAS-3628 API - create record - 500 error if No file
```

## 4.1.5

### Version summary :
Expand Down
2 changes: 1 addition & 1 deletion lib/Alchemy/Phrasea/Core/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Version
/**
* @var string
*/
private $number = '4.1.5';
private $number = '4.1.6-rc1';

/**
* @var string
Expand Down

0 comments on commit 869bd28

Please sign in to comment.