Browse Source

! Might as well get this up to date so it's ready for changes we do later.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
af2cf2ca94
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Sources/Subs-Editor.php

+ 7 - 0
Sources/Subs-Editor.php

@@ -2365,6 +2365,9 @@ function AutoSuggest_Search_SMFVersions()
 		'SMF 1.1.14',
 		'SMF 1.1.15',
 		'SMF 1.1.16',
+		'SMF 1.1.17',
+		'SMF 1.1.18',
+		'SMF 1.1.19',
 		'SMF 2.0 beta 1',
 		'SMF 2.0 beta 1.2',
 		'SMF 2.0 beta 2',
@@ -2376,6 +2379,10 @@ function AutoSuggest_Search_SMFVersions()
 		'SMF 2.0',
 		'SMF 2.0.1',
 		'SMF 2.0.2',
+		'SMF 2.0.3',
+		'SMF 2.0.4',
+		'SMF 2.0.5',
+		'SMF 2.0.6',
 	);
 
 	foreach ($versions as $id => $version)