Index: sites/trunk/api.wordpress.org/public_html/core/credits/wp-30.php
===================================================================
--- sites/trunk/api.wordpress.org/public_html/core/credits/wp-30.php	(nonexistent)
+++ sites/trunk/api.wordpress.org/public_html/core/credits/wp-30.php	(working copy)
@@ -0,0 +1,228 @@
+<?php
+
+class WP_30_Credits extends WP_Credits {
+
+	function groups() {
+		return [];
+	}
+
+	function props() {
+		return [
+			'azaozz',
+			'dd32',
+			'donncha',
+			'iammattthomas',
+			'josephscott',
+			'markjaquith',
+			'matt',
+			'nacin',
+			'nbachiyski',
+			'ryan',
+			'westi',
+			'wpmuguru',
+			'aaroncampbell',
+			'akerem',
+			'alexkingorg',
+			'amattie',
+			'ampt',
+			'andrea_r',
+			'andreasnrb',
+			'anilo4ever',
+			'apeatling',
+			'apokalyptik',
+			'arena',
+			'barry',
+			'batmoo',
+			'beaulebens',
+			'belg4mit',
+			'blepoxp',
+			'blepoxp',
+			'brentes',
+			'briancolinger',
+			'bumbu',
+			'caesarsgrunt',
+			'camiloclc',
+			'CAMWebDesign',
+			'carbolineum',
+			'caspie',
+			'catiakitahara',
+			'CharlesClarkson',
+			'chdorner',
+			'chrisbliss18',
+			'chrisscott',
+			'cnorris23',
+			'coffee2code',
+			'computerwiz908',
+			'cyberhobo',
+			'dancole',
+			'demetris',
+			'Denis-de-Bernardy',
+			'dimadin',
+			'dndrnkrd',
+			'docwhat',
+			'dougwrites',
+			'dphiffer',
+			'dragoonis',
+			'dremeda',
+			'dougal',
+			'duck_',
+			'dxjones',
+			'eddieringle',
+			'eoinomurchu',
+			'empireoflight',
+			'ericmann',
+			'etiger13',
+			'filosofo',
+			'firebird75',
+			'frankieroberto',
+			'Frumph',
+			'garyc40',
+			'gautam2011',
+			'GDragoN',
+			'greenshady',
+			'GIGALinux',
+			'hakre',
+			'husky',
+			'iandstewart',
+			'ipstenu',
+			'jacobsantos',
+			'jamescollins',
+			'jane',
+			'jbsil',
+			'jdub',
+			'jeffikus',
+			'jeffstieler',
+			'jeremyclarke',
+			'jfarthing84',
+			'Jick',
+			'jmstacey',
+			'jobjorn',
+			'johanee',
+			'johnbillion',
+			'johnjamesjacoby',
+			'johnjosephbachir',
+			'johnl1479',
+			'johnonolan',
+			'JohnPBloch',
+			'joostdevalk',
+			'jorbin',
+			'joshtime',
+			'jshreve',
+			'junsuijin',
+			'kallewangstedt',
+			'keighl',
+			'kevinB',
+			'koopersmith',
+			'kpdesign',
+			'ktdreyer',
+			'kurtmckee',
+			'laceous',
+			'lancewillett',
+			'lloydbudd',
+			'lriggle',
+			'markauk',
+			'markmcwilliams',
+			'markoheijnen',
+			'markup',
+			'mattsains',
+			'matveb',
+			'mdawaffe',
+			'mentel_br',
+			'messenlehner',
+			'miau_jp',
+			'Michael',
+			'MichaelH',
+			'mikeschinkel',
+			'minusfive',
+			'miqrogroove',
+			'misterbisson',
+			'mitchoyoshitaka',
+			'MMN-o',
+			'momo360modena',
+			'morganestes',
+			'mrmist',
+			'mtdewvirus',
+			'nadavvin',
+			'Nao',
+			'nathanrice',
+			'neoxx',
+			'niallkennedy',
+			'ninjaWR',
+			'noel',
+			'nomulous',
+			'ocean90',
+			'Otto42',
+			'pedger',
+			'PeteMall',
+			'pampfelimetten',
+			'pnettle',
+			'PotterSys',
+			'prettyboymp',
+			'ptahdunbar',
+			'ramiy',
+			'RanYanivHartstein',
+			'reaperhulk',
+			'reko',
+			'remi',
+			'rlerdorf',
+			'rmccue',
+			'rooodini',
+			'rovo89',
+			'ruslany',
+			'sc0ttkclark',
+			'scottbasgaard',
+			'ScottMac',
+			'scribu',
+			'SergeyBiryukov',
+			'ShaneF',
+			'sillybean',
+			'simek',
+			'simonwheatley',
+			'simosx',
+			'sirzooro',
+			'sivel',
+			'skeltoac',
+			'snumb130',
+			'solarissmoke',
+			'sorich87',
+			'ssandison',
+			'stencil',
+			'stephdau',
+			'tai',
+			'TECannon',
+			'technosailor',
+			'tenpura',
+			'TheDeadMedic',
+			'thee17',
+			'thetoine',
+			'tinkerpriest',
+			'TobiasBg',
+			'tomtomp',
+			'tychay',
+			'typeomedia',
+			'uglyrobot',
+			'UnderWordPressure',
+			'usermrpapa',
+			'Utkarsh',
+			'validben',
+			'Viper007Bond',
+			'vladimir_kolesnikov',
+			'willmot',
+			'wahgnube',
+			'waltervos',
+			'wds-chris',
+			'williamsba1',
+			'wnorris',
+			'xibe',
+			'yoavf',
+			'zeo',
+			'znarfor',
+			'zoranzaric'
+		];
+	}
+
+	function external_libraries() {
+		return [];
+	}
+
+}
Index: sites/trunk/api.wordpress.org/public_html/core/credits/wp-31.php
===================================================================
--- sites/trunk/api.wordpress.org/public_html/core/credits/wp-31.php	(nonexistent)
+++ sites/trunk/api.wordpress.org/public_html/core/credits/wp-31.php	(working copy)
@@ -0,0 +1,193 @@
+<?php
+
+class WP_31_Credits extends WP_Credits {
+
+	function groups() {
+		return [];
+	}
+
+	function props() {
+		return [
+			'aaroncampbell',
+			'adambackstrom',
+			'aldenta',
+			'alexdunae',
+			'alexkingorg',
+			'amandafrench',
+			'anderswc',
+			'andrea_r',
+			'azaozz',
+			'andy',
+			'andyblackwell',
+			'arena',
+			'avereha',
+			'azizur',
+			'barry',
+			'batmoo',
+			'beaulebens',
+			'benward',
+			'bigdawggi',
+			'bigsmoke',
+			'blepoxp',
+			'blt4',
+			'bobbyblade',
+			'boonebgorges',
+			'briancolinger',
+			'brianlayman',
+			'caesarsgrunt',
+			'casben79',
+			'chipbennett',
+			'chrisbliss18',
+			'cimmo',
+			'coffee2code',
+			'cyberhobo',
+			'darrenmeehan',
+			'dd32',
+			'deanjrobinson',
+			'demetris',
+			'Denis-de-Bernardy',
+			'djzone',
+			'doktorbro',
+			'donalmacarthur',
+			'dougal',
+			'dremeda',
+			'duck_',
+			'dougwrites',
+			'einare',
+			'ericmann',
+			'filosofo',
+			'flashingcursor',
+			'foofy',
+			'francescolaffi',
+			'garyc40',
+			'greenshady',
+			'greuben',
+			'hakre',
+			'huichen',
+			'husobj',
+			'iammattthomas',
+			'iandstewart',
+			'indie-ulf',
+			'jacobsantos',
+			'jakub.misek',
+			'jamescollins',
+			'janeforshort',
+			'jayjdk',
+			'jczorkmid',
+			'jfarthing84',
+			'jk0',
+			'joelhardi',
+			'johnbillion',
+			'johnjamesjacoby',
+			'johnonolan',
+			'JohnPBloch',
+			'joostdevalk',
+			'jorbin',
+			'josephscott',
+			'kapeels',
+			'kawauso',
+			'koke',
+			'koopersmith',
+			'lancewillett',
+			'latz',
+			'layotte',
+			'linguasite',
+			'lloydbudd',
+			'loushou',
+			'mailnew2ster',
+			'mako09',
+			'markjaquith',
+			'markmcwilliams',
+			'MattyRob',
+			'mdawaffe',
+			'mellertime',
+			'mfields',
+			'MichaelH',
+			'mikeschinkel',
+			'miqrogroove',
+			'mitchoyoshitaka',
+			'mrmist',
+			'mrwok',
+			'mtekk',
+			'mwidmann',
+			'nacin',
+			'nbachiyski',
+			'nathanrice',
+			'niallkennedy',
+			'neoxx',
+			'nickmomrik',
+			'nkuttler',
+			'nootron',
+			'norbertm',
+			'ocean90',
+			'ohanesian',
+			'Otto42',
+			'ozh',
+			'peaceablewhale',
+			'PeteMall',
+			'phill_brown',
+			'PhillKenoyer',
+			'phrostypoison',
+			'prettyboymp',
+			'pross',
+			'ptahdunbar',
+			'qwertymaniac',
+			'RanYanivHartstein',
+			'rasheed',
+			'redsweater',
+			'rfw',
+			'rlerdorf',
+			'rmccue',
+			'rogertheriault',
+			'ronbme',
+			'rovo89',
+			'ryan',
+			'saracannon',
+			'sbressler',
+			'sc0ttkclark',
+			'ScottMac',
+			'scribu',
+			'SergeyBiryukov',
+			'SeyelentEco',
+			'shawnparker',
+			'shidouhikari',
+			'simonwheatley',
+			'sivel',
+			'solarissmoke',
+			'sorich87',
+			'studionashvegas',
+			't31os_',
+			'TECannon',
+			'tech163',
+			'technosailor',
+			'TheDeadMedic',
+			'tmoorewp',
+			'TobiasBg',
+			'tomthewebmaster',
+			'tonyf12',
+			'Utkarsh',
+			'vanillalounge',
+			'vegasgeek',
+			'vericgar',
+			'Viper007Bond',
+			'vladimir_kolesnikov',
+			'wahgnube',
+			'wedsxcrfv',
+			'westi',
+			'whoismanu',
+			'wnorris',
+			'wojtek.szkutnik',
+			'wpcanyon',
+			'wpdavis',
+			'wpmuguru',
+			'wraithkenny',
+			'yoavf',
+			'zeo'
+		];
+	}
+
+	function external_libraries() {
+		return [];
+	}
+
+}
