瀏覽代碼

Release foreground 1.2.

paladox 9 年之前
父節點
當前提交
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',