jenkins-bot has submitted this change and it was merged. Change subject: Add YuviPanda to Credits ......................................................................
Add YuviPanda to Credits Change-Id: I5c63b5c1e302ef35caab7281f061ee7aad901b20 GitHub: https://github.com/wikimedia/mediawiki-extensions-UploadWizard/pull/7 --- M README M UploadWizard.php 2 files changed, 3 insertions(+), 1 deletion(-) Approvals: Brion VIBBER: Looks good to me, approved jenkins-bot: Verified diff --git a/README b/README index 0c5bba0..de15375 100644 --- a/README +++ b/README @@ -11,3 +11,4 @@ @author Jeroen de Dauw <[email protected]> @author Ryan Kaldari <[email protected]> @author Ian Baker <[email protected]> +@author Yuvi Panda <[email protected]> diff --git a/UploadWizard.php b/UploadWizard.php index f2b5b41..417c973 100644 --- a/UploadWizard.php +++ b/UploadWizard.php @@ -16,6 +16,7 @@ * @author Ryan Kaldari <[email protected]> * @author Michael Dale <[email protected]> * @author Ankur Anand <[email protected]> + * @author Yuvi Panda <[email protected]> * @license GPL v2 or later * @version 1.3 */ @@ -27,7 +28,7 @@ $wgExtensionCredits['other'][] = array( 'path' => __FILE__, 'name' => 'Upload Wizard', - 'author' => array( 'Neil Kandalgaonkar', 'Jeroen De Dauw', 'Mark Holmquist', 'Ryan Kaldari', 'Michael Dale', 'Ankur Anand' ), + 'author' => array( 'Neil Kandalgaonkar', 'Jeroen De Dauw', 'Mark Holmquist', 'Ryan Kaldari', 'Michael Dale', 'Ankur Anand', 'Yuvi Panda' ), 'version' => '1.3', 'descriptionmsg' => 'uploadwizard-desc', 'url' => 'https://www.mediawiki.org/wiki/Extension:UploadWizard' -- To view, visit https://gerrit.wikimedia.org/r/73951 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5c63b5c1e302ef35caab7281f061ee7aad901b20 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/UploadWizard Gerrit-Branch: master Gerrit-Owner: SuchABot <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
