Skip to content

Commit

Permalink
Fix bug css cache file.
Browse files Browse the repository at this point in the history
  • Loading branch information
brlumen committed Apr 1, 2019
1 parent a92882a commit c49d870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function register() {
$this->description = plugin_lang_get( 'description' );
$this->page = 'config_page';

$this->version = '2.5.0';
$this->version = '2.5.1-dev';

$this->requires = array(
'MantisCore' => '2.14.0',
Expand Down Expand Up @@ -332,7 +332,7 @@ function hooks() {
}

function resources() {
return '<link rel="stylesheet" type="text/css" href="' . plugin_file( 'Calendar.css' ) . '"></link>'
return '<link rel="stylesheet" type="text/css" href="' . plugin_file( 'Calendar_1553843497.css' ) . '"></link>'
. '<script type="text/javascript" src="' . plugin_file( 'calendar_filter.js' ) . '"></script>';
}

Expand Down
File renamed without changes.

0 comments on commit c49d870

Please sign in to comment.