Răsfoiți Sursa

Merge pull request #249 from paladox/patch-20

Release foreground 1.2.0 using SemVer see #253
Tom Hutchison 9 ani în urmă
părinte
comite
ac259f8856
2 a modificat fișierele cu 5 adăugiri și 2 ștergeri
  1. 3 1
      foreground.php
  2. 2 1
      skin.json

+ 3 - 1
foreground.php

@@ -20,11 +20,13 @@ if ( function_exists( 'wfLoadSkin' ) ) {
 	return;
 }
 
+// Note: Don'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.0',
 	'author'	 => array(
 		'Garrick Van Buren',
 		'Jamie Thingelstad',

+ 2 - 1
skin.json

@@ -1,6 +1,7 @@
 {
+	"@Note": "Note: Don't forget when updating to update the foreground.php file with the same change.",
 	"name": "Foreground",
-	"version": "1.2-rc",
+	"version": "1.2.0",
 	"author": [
 		"Garrick Van Buren",
 		"Jamie Thingelstad",