update copyrights, version
This commit is contained in:
parent
20c0ab9a3f
commit
b70777be44
3 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
Preloader Changelog
|
||||
===================
|
||||
## 2015-01-03 Version 1.2.1 - Troy Engel
|
||||
* Update URL to new Github
|
||||
* Update Copyrights
|
||||
* Bump version to indicate newer than phantom "1.2.0" (never released)
|
||||
|
||||
## 2015-01-03 Version 1.1.2 - Troy Engel
|
||||
* Add MIT license and email thread with Rob
|
||||
* Deprecate preload tags, support includeonly/noinclude instead
|
||||
|
|
|
|||
1
LICENSE
1
LICENSE
|
|
@ -1,6 +1,7 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2006 Rob Church
|
||||
2015 Troy Engel
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
* @author Troy Engel <troyengel@gmail.com>
|
||||
* @author Rob Church <robchur@gmail.com>
|
||||
*/
|
||||
|
||||
|
|
@ -19,8 +20,8 @@ $wgExtensionCredits['other'][] = array(
|
|||
'path' => __FILE__,
|
||||
'name' => 'Preloader',
|
||||
'author' => 'Rob Church, Troy Engel',
|
||||
'version' => '1.1.2',
|
||||
'url' => 'https://www.mediawiki.org/wiki/Extension:Preloader',
|
||||
'version' => '1.2.1',
|
||||
'url' => 'https://github.com/troyengel/Preloader',
|
||||
'descriptionmsg' => 'preloader-desc',
|
||||
);
|
||||
$wgExtensionMessagesFiles['Preloader'] = dirname(__FILE__) . '/Preloader.i18n.php';
|
||||
|
|
|
|||
Reference in a new issue