Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 80cd489

Browse files
committed
Increase version number
1 parent 94ebad5 commit 80cd489

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [4.0.4] - 2019-11-22
8+
- Security Fix: PLLV-361 - Fixed code injection in free text questions
9+
710
## [4.0.3] - 2018-08-
811

912
### Added

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_once __DIR__ . "/vendor/srag/dic/src/PHPVersionChecker.php";
44

55
$id = 'xlvo';
6-
$version = '4.0.3';
6+
$version = '4.0.4';
77
$ilias_min_version = '5.2.0';
88
$ilias_max_version = '5.3.999';
99
$responsible = 'studer + raimann ag - Team Custom 1';

0 commit comments

Comments
 (0)