Skip to content

Commit 432a738

Browse files
committed
Added the page with a new release v2.13.2.
1 parent 6da800a commit 432a738

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
Title: MONARC 2.13.2 released
2+
Date: 2025-02-12
3+
Modified: 2025-02-12
4+
Category: monarc
5+
Tags: monarc, new-release
6+
Summary: Release 2.13.2 of MONARC
7+
8+
Version 2.13.2 includes some new features and a fix.
9+
10+
### New
11+
12+
- An optional Captcha integration, that can appear after certain number, configured, of unsuccessful login attempts.
13+
To enable Captcha a specific configuration has to be added (@see config/autoload/local.php.dist, 'captcha' option).
14+
- Configurable export of analyses with evaluations. By default, the option can be yes, so export with evaluations is not forgotten to be enabled.
15+
To enable it a specific configuration has to be added (@see config/autoload/local.php.dist, 'export' option).
16+
- Added the risks IDs to all the tables to facilitate the traceability. Based on [the discussion](https://github.com/monarc-project/MonarcAppFO/discussions/419).
17+
18+
### Fix
19+
20+
- [#552](https://github.com/monarc-project/MonarcAppFO/issues/552), Fix of Assets Library objects import.
21+
22+
23+
## Updating
24+
25+
If the update is performed from Monarc v2.12.5 or earlier, the update of php to v8.x is necessary.
26+
It would be recommended to perform php version upgrade to php 8.1.
27+
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,
28+
because it comes with available php8.1 by default.
29+
30+
31+
The specific php packages that can be used (example with php8.0 / Ubuntu):
32+
`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`
33+
34+
35+
`php8` module also has to be enabled for Apache and previous used version disabled (in case if was enabled):
36+
37+
- `a2dismod php7.4` (could be different one enabled, to check: `sudo a2query -m`)
38+
39+
- `a2enmod php8.1`
40+
41+
42+
The standard steps to perform the Monarc update:
43+
[guide](https://monarc.lu/documentation/technical-guide/#monarc-update).
44+
45+
More details and notes are available on
46+
[GitHub Release v2.13.2](https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.2){:target="_blank"}
47+
48+
## Download
49+
50+
Download the OVA image of this release
51+
[here](https://vm.monarc.lu/MONARC_v2.13.2@1f3a616/){:target="_blank"}.
52+
53+
Or use the [release bundle](https://github.com/monarc-project/MonarcAppFO/releases/download/v2.13.2/MonarcAppFO-v2.13.2.tar.gz).
54+

0 commit comments

Comments
 (0)