Explorar el Código

! 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 hace 11 años
padre
commit
af2cf2ca94
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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)