Skip to content

Commit 64db82e

Browse files
committed
Version 1.1.0
Fix compatibility with MediaWiki 1.37+
1 parent 50cf5cc commit 64db82e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

EnhancedReportTime.i18n.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/* EnhancedReportTime - MediaWiki extension to display enhanced information
33
* about generation time of wiki pages.
4-
* Copyright (C) 2013 Davis Mosenkovs
4+
* Copyright (C) 2013-2022 Davis Mosenkovs
55
*
66
* This program is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU General Public License

EnhancedReportTime.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/* EnhancedReportTime - MediaWiki extension to display enhanced information
33
* about generation time of wiki pages.
4-
* Copyright (C) 2013 Davis Mosenkovs
4+
* Copyright (C) 2013-2022 Davis Mosenkovs
55
*
66
* This program is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU General Public License
@@ -28,7 +28,7 @@
2828
'author' => 'Davis Mosenkovs',
2929
'url' => 'https://www.mediawiki.org/wiki/Extension:EnhancedReportTime',
3030
'description' => 'Displays enhanced information about generation time of wiki pages',
31-
'version' => '1.0.1',
31+
'version' => '1.1.0',
3232
);
3333

3434
$wgExtensionMessagesFiles['EnhancedReportTime'] = dirname( __FILE__ ) . '/EnhancedReportTime.i18n.php';

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EnhancedReportTime - MediaWiki extension to display enhanced information
22
about generation time of wiki pages.
3-
Copyright (C) 2013 Davis Mosenkovs
3+
Copyright (C) 2013-2022 Davis Mosenkovs
44

55
This program is free software; you can redistribute it and/or
66
modify it under the terms of the GNU General Public License

0 commit comments

Comments
 (0)