diff --git a/composer.json b/composer.json index 38bdfa31..80d28d2c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "rrze/rrze-calendar", "description": "RRZE WordPress Plugin", - "version": "2.0.12", + "version": "2.0.13", "type": "wordpress-plugin", "license": "GPL", "require": { diff --git a/includes/Templates.php b/includes/Templates.php index 18710b05..7b17f29f 100644 --- a/includes/Templates.php +++ b/includes/Templates.php @@ -21,7 +21,8 @@ class Templates 'FAU-Natfak' ], 'fau-events' => [ - 'FAU-Events' + 'FAU-Events', + 'FAU-Events-UTN', ], 'rrze' => [ 'rrze-2019' diff --git a/package.json b/package.json index b477e69c..40a7ddec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrze-calendar", - "version": "2.0.12", + "version": "2.0.13", "main": "rrze-calendar.php", "scripts": { "start": "webpack --mode=development --watch", diff --git a/rrze-calendar.php b/rrze-calendar.php index c96db53e..e23da843 100644 --- a/rrze-calendar.php +++ b/rrze-calendar.php @@ -4,7 +4,7 @@ Plugin Name: RRZE Calendar Plugin URI: https://github.com/RRZE-Webteam/rrze-calendar Description: Import and output of FAU public events. -Version: 2.0.12 +Version: 2.0.13 Author: RRZE Webteam Author URI: https://blogs.fau.de/webworking/ License: GNU General Public License v3.0 diff --git a/templates/cpt/single-event.php b/templates/cpt/single-event.php index acd29f14..dc51bfa9 100644 --- a/templates/cpt/single-event.php +++ b/templates/cpt/single-event.php @@ -25,10 +25,10 @@