Skip to content

Commit

Permalink
Merge pull request #180 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rvdforst authored Nov 2, 2023
2 parents c09051a + 7b04225 commit 1410aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public static function dateFormat($format, $dtStr = '', $tz = '', $offset = '')
* @param mixed $format
* @return string
*/
public static function timeFormat($timeString, $format = null)
public static function timeFormat($timeString, $format = 'H:i:s')
{
$output = null;
if (empty($format)) {
Expand Down
4 changes: 2 additions & 2 deletions rrze-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
Version: 2.0.9
Author: RRZE Webteam
Author URI: https://blogs.fau.de/webworking/
License: GNU General Public License v3.0
Expand All @@ -22,7 +22,7 @@
use RRZE\WP\Plugin;

const RRZE_PHP_VERSION = '8.0';
const RRZE_WP_VERSION = '6.2';
const RRZE_WP_VERSION = '6.3';

// Autoloader
require_once 'vendor/autoload.php';
Expand Down

0 comments on commit 1410aeb

Please sign in to comment.