Index: trunk/extensions/InputBox/InputBox.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | * Cleaned up by Trevor Parscal <tparscal@wikimedia.org> |
19 | 19 | * @copyright Public domain |
20 | 20 | * @license Public domain |
21 | | - * @version 0.1.1 |
| 21 | + * @version 0.1.4 |
22 | 22 | */ |
23 | 23 | |
24 | 24 | // Check environment |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | 'path' => __FILE__, |
35 | 35 | 'name' => 'InputBox', |
36 | 36 | 'author' => array( 'Erik Moeller', 'Leonardo Pimenta', 'Rob Church', 'Trevor Parscal', 'DaSch' ), |
37 | | - 'version' => '0.1.3', |
| 37 | + 'version' => '0.1.4', |
38 | 38 | 'url' => 'http://www.mediawiki.org/wiki/Extension:InputBox', |
39 | 39 | 'description' => 'Allow inclusion of predefined HTML forms.', |
40 | 40 | 'descriptionmsg' => 'inputbox-desc', |