2
0
paladox 9 жил өмнө
parent
commit
7569dd2701
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      foreground.php

+ 3 - 1
foreground.php

@@ -20,11 +20,13 @@ if ( function_exists( 'wfLoadSkin' ) ) {
 	return;
 }
 
+// Note: Doin't forget when updating to update the skin.json file with the same change.
+
 $wgExtensionCredits['skin'][] = array(
 	'path'		 => __FILE__,
 	'name'		 => 'Foreground',
 	'url'		 => 'http://foreground.thingelstad.com/',
-	'version'	 => '1.2-alpha',
+	'version'	 => '1.2',
 	'author'	 => array(
 		'Garrick Van Buren',
 		'Jamie Thingelstad',