File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/* EnhancedReportTime - MediaWiki extension to display enhanced information
3
3
* about generation time of wiki pages.
4
- * Copyright (C) 2013 Davis Mosenkovs
4
+ * Copyright (C) 2013-2022 Davis Mosenkovs
5
5
*
6
6
* This program is free software; you can redistribute it and/or
7
7
* modify it under the terms of the GNU General Public License
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/* EnhancedReportTime - MediaWiki extension to display enhanced information
3
3
* about generation time of wiki pages.
4
- * Copyright (C) 2013 Davis Mosenkovs
4
+ * Copyright (C) 2013-2022 Davis Mosenkovs
5
5
*
6
6
* This program is free software; you can redistribute it and/or
7
7
* modify it under the terms of the GNU General Public License
28
28
'author ' => 'Davis Mosenkovs ' ,
29
29
'url ' => 'https://www.mediawiki.org/wiki/Extension:EnhancedReportTime ' ,
30
30
'description ' => 'Displays enhanced information about generation time of wiki pages ' ,
31
- 'version ' => '1.0.1 ' ,
31
+ 'version ' => '1.1.0 ' ,
32
32
);
33
33
34
34
$ wgExtensionMessagesFiles ['EnhancedReportTime ' ] = dirname ( __FILE__ ) . '/EnhancedReportTime.i18n.php ' ;
Original file line number Diff line number Diff line change 1
1
EnhancedReportTime - MediaWiki extension to display enhanced information
2
2
about generation time of wiki pages.
3
- Copyright (C) 2013 Davis Mosenkovs
3
+ Copyright (C) 2013-2022 Davis Mosenkovs
4
4
5
5
This program is free software; you can redistribute it and/or
6
6
modify it under the terms of the GNU General Public License
You can’t perform that action at this time.
0 commit comments