From ca5b0fcb8063f976929247daaa0e47227d2b2faf Mon Sep 17 00:00:00 2001 From: tengel Date: Sat, 3 Jan 2015 10:27:49 -0600 Subject: [PATCH] update copyrights, version --- CHANGELOG.md | 5 +++++ LICENSE | 1 + Preloader.php | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8840b..b1d8c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE b/LICENSE index 2705aba..fe4ce6f 100644 --- a/LICENSE +++ b/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 diff --git a/Preloader.php b/Preloader.php index d899fbd..5c17ca1 100644 --- a/Preloader.php +++ b/Preloader.php @@ -7,6 +7,7 @@ * * @file * @ingroup Extensions + * @author Troy Engel * @author Rob Church */ @@ -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';