Skip to content

Commit 7aac6d4

Browse files
authored
Merge pull request #317 from RRZE-Webteam/dev
2.7.9
2 parents 9530d17 + 044da28 commit 7aac6d4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

config/config.php

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function getAllowedHTML(){
5454
],
5555
'br' => [],
5656
'h3' => [],
57+
'strong' => [],
5758
'li' => [],
5859
'p' => [],
5960
'ul' => [],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrze-rsvp",
3-
"version": "2.7.8",
3+
"version": "2.7.9",
44
"description": "Platzbuchungssystem der FAU.",
55
"main": "rrze-rsvp.php",
66
"textdomain": "rrze-rsvp",

rrze-rsvp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: RRZE RSVP
55
Plugin URI: https://github.com/RRZE-Webteam/rrze-rsvp
66
Description: FAU Reservation Tool
7-
Version: 2.7.8
7+
Version: 2.7.9
88
Author: RRZE-Webteam
99
Author URI: https://blogs.fau.de/webworking/
1010
License: GNU General Public License v2

0 commit comments

Comments
 (0)