jenkins-bot has submitted this change and it was merged. Change subject: Add Nischay to credits ......................................................................
Add Nischay to credits Change-Id: I8c757cc044658cac876b8d69f613514b1fcabbe1 GitHub: https://github.com/wikimedia/mediawiki-extensions-UploadWizard/pull/8 --- M README M UploadWizard.php 2 files changed, 2 insertions(+), 1 deletion(-) Approvals: Alex Monk: Looks good to me, approved Jeroen De Dauw: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/README b/README index de15375..8fc1f13 100644 --- a/README +++ b/README @@ -11,4 +11,5 @@ @author Jeroen de Dauw <[email protected]> @author Ryan Kaldari <[email protected]> @author Ian Baker <[email protected]> +@author Nischay Nahata <[email protected]> @author Yuvi Panda <[email protected]> diff --git a/UploadWizard.php b/UploadWizard.php index 417c973..b8b78c6 100644 --- a/UploadWizard.php +++ b/UploadWizard.php @@ -28,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', 'Yuvi Panda' ), + 'author' => array( 'Neil Kandalgaonkar', 'Jeroen De Dauw', 'Mark Holmquist', 'Ryan Kaldari', 'Michael Dale', 'Ankur Anand', 'Nischay Nahata', 'Yuvi Panda' ), 'version' => '1.3', 'descriptionmsg' => 'uploadwizard-desc', 'url' => 'https://www.mediawiki.org/wiki/Extension:UploadWizard' -- To view, visit https://gerrit.wikimedia.org/r/74839 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8c757cc044658cac876b8d69f613514b1fcabbe1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/UploadWizard Gerrit-Branch: master Gerrit-Owner: SuchABot <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[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
