Skip to content

Commit

Permalink
Added the new release details.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Baidan committed Feb 6, 2025
1 parent 1919774 commit 1a2817c
Show file tree
Hide file tree
Showing 9 changed files with 830 additions and 67 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ npm-debug.log
node_modules/
bin/
data/*
!data/fonts
.docker/mariaDb/data/*
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
MONARC Changelog
================

## 2.13.2 (2025-02-07)

### Enhancement

- An optional Captcha integration, that can appear after certain number, configured, of unsuccessful login attempts.
To enable Captcha a specific configuration has to be added (@see config/autoload/local.php.dist, 'captcha' option).
- Configurable export of analyses with evaluations. By default, the option can be yes, so export with evaluations is not forgotten to be enabled.
To enable it a specific configuration has to be added (@see config/autoload/local.php.dist, 'export' option).
- Added the risks IDs to all the tables to facilitate the traceability. Based on [the discussion](https://github.com/monarc-project/MonarcAppFO/discussions/419).

### Fixes

- [#552](https://github.com/monarc-project/MonarcAppFO/issues/552), Fix of Assets Library objects import.

## 2.13.1 (2024-10-15)

### Enhancement
Expand Down
2 changes: 1 addition & 1 deletion VERSION.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major":2, "minor":13, "hotfix":1}
{"major":2, "minor":13, "hotfix":2}
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"laminas/laminas-dependency-plugin": "^2.0",
"laminas/laminas-mvc-middleware": "^2.2",
"robthree/twofactorauth": "^1.8",
"endroid/qr-code": "^4.4"
"endroid/qr-code": "^4.4",
"laminas/laminas-captcha": "^2.18"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down
Loading

0 comments on commit 1a2817c

Please sign in to comment.