|
| 1 | +Title: MONARC 2.13.4 released |
| 2 | +Date: 2026-02-13 |
| 3 | +Modified: 2025-02-13 |
| 4 | +Category: monarc |
| 5 | +Tags: monarc, new-release |
| 6 | +Summary: Release 2.13.4 of MONARC |
| 7 | + |
| 8 | +Version 2.13.4 include some new features and fixes |
| 9 | + |
| 10 | +### New |
| 11 | + |
| 12 | +- [Change from 27002:2013 to :2022 (default deployment)](https://github.com/monarc-project/MonarcAppFO/issues/539) |
| 13 | +- [Increased the password min length requirement from 9 to 12 characters](https://github.com/monarc-project/MonarcAppFO/issues/590). |
| 14 | +- [[FrontOffice] Add Docker environment for the dev env](https://github.com/monarc-project/MonarcAppFO/issues/597). |
| 15 | +- [Add the swagger files renderer and describe all the API endpoints](https://github.com/monarc-project/MonarcAppFO/issues/570). |
| 16 | + |
| 17 | +### Fix |
| 18 | + |
| 19 | +- [Implementation plan: Same measure reported multiple times](https://github.com/monarc-project/MonarcAppFO/issues/573) |
| 20 | +- [SQL syntax error (MySQL ONLY_FULL_GROUP_BY violation)](https://github.com/monarc-project/MonarcAppFO/issues/574) |
| 21 | +- [Dashboard Operational Risks PNG Export incorrect](https://github.com/monarc-project/MonarcAppFO/issues/578) |
| 22 | +- Updated the proxy-manager to use the LTS version and avoid the php version limitation. |
| 23 | + |
| 24 | + |
| 25 | +## Updating |
| 26 | + |
| 27 | +If the update is performed from Monarc v2.12.5 or earlier, the update of php to v8.x is necessary. |
| 28 | +It would be recommended to perform php version upgrade to php 8.1. |
| 29 | +In case if on the Monarc server used Ubuntu distributive, then it would be a good move to upgrade it to 22.04 or later, |
| 30 | +because it comes with available php8.1 by default. |
| 31 | + |
| 32 | + |
| 33 | +The specific php packages that can be used (example with php8.0 / Ubuntu): |
| 34 | +`sudo apt-get install -y php8.1 php8.1-cli php8.1-common php8.1-mysql php8.1-zip php8.1-gd php8.1-mbstring php8.1-curl php8.1-xml php8.1-bcmath php8.1-intl php8.1-imagic` |
| 35 | + |
| 36 | + |
| 37 | +`php8` module also has to be enabled for Apache and previous used version disabled (in case if was enabled): |
| 38 | + |
| 39 | +- `a2dismod php7.4` (could be different one enabled, to check: `sudo a2query -m`) |
| 40 | + |
| 41 | +- `a2enmod php8.1` |
| 42 | + |
| 43 | + |
| 44 | +The standard steps to perform the Monarc update: |
| 45 | +[guide](https://monarc.lu/documentation/technical-guide/#monarc-update). |
| 46 | + |
| 47 | +More details and notes are available on |
| 48 | +[GitHub Release v2.13.4](https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.4){:target="_blank"} |
| 49 | + |
| 50 | +Or use the [release bundle](https://github.com/monarc-project/MonarcAppFO/releases/download/v2.13.4/MonarcAppFO-v2.13.4.tar.gz). |
| 51 | + |
| 52 | + |
| 53 | +## Monarc BackOffice application. |
| 54 | + |
| 55 | +The is also a new BackOffice release available. The details can be found [here](https://github.com/monarc-project/MonarcAppBO/releases/tag/v2.13.5){:target="_blank"}. |
0 commit comments