update copyrights, version

This commit is contained in:
tengel 2024-03-20 09:20:41 -05:00
parent 20c0ab9a3f
commit b70777be44
3 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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';