Skip to content

Commit

Permalink
PHRAS-4046 release version 4.1.8-rc11 (#4493)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat authored Mar 28, 2024
1 parent 94cd35e commit 7763be1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ PHRASEANET_DOCKER_REGISTRY=local

# Docker images tag.
# @run
PHRASEANET_DOCKER_TAG=4.1.8-rc10
PHRASEANET_DOCKER_TAG=4.1.8-rc11

# Stack Name
# An optionnal Name for the stack
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# CHANGELOG

## 4.1.8-rc11

### Update instructions

- Migration patch:
- Migration script for configuration file

`bin/setup system:upgrade`, run by setup container with Docker if env `PHRASEANET_UPGRADE=1 `

### Version summary

- Fix plugin install in new base image
- Minor fix

### Stack (docker compose and helm)

- Build of Phraseanet image has been updated with a "Phraseanet base image" available on dockerhub

## What's Changed
* PHRAS-4005 fix missing plugin installation by @moctardiouf in https://github.com/alchemy-fr/Phraseanet/pull/4490
* PHRAS-3416 localisation by @nmaillat in https://github.com/alchemy-fr/Phraseanet/pull/4488
* PHRAS-4033 fix timeline history for writemetadata and subdefinition by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4491
* PHRAS-4033 fix timeline icone position by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4492


**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.8-rc10...4.1.8-rc11

## 4.1.8-rc10

### Update instructions
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 @@ -17,7 +17,7 @@ class Version
* @var string
*/

private $number = '4.1.8-rc10';
private $number = '4.1.8-rc11';

/**
* @var string
Expand Down

0 comments on commit 7763be1

Please sign in to comment.