Index: trunk/extensions/NSFileRepo/NSFileRepo.php |
— | — | @@ -10,6 +10,8 @@ |
11 | 11 | * @url http://www.mediawiki.org/wiki/Manual:Extension:NSFileRepo |
12 | 12 | * @licence GNU General Public Licence 2.0 or later |
13 | 13 | * |
| 14 | + * Version 1.3 - Allows namespace protected files to be whitelisted |
| 15 | + * |
14 | 16 | * Version 1.2 - Fixes reupload error and adds lockdown security to archives, deleted, thumbs |
15 | 17 | * |
16 | 18 | * This extension extends and is dependent on extension Lockdown - see http://www.mediawiki.org/wiki/Extension:Lockdown |
— | — | @@ -33,7 +35,7 @@ |
34 | 36 | 'path' => __FILE__, |
35 | 37 | 'name' => 'NSFileRepo', |
36 | 38 | 'author' => 'Jack D. Pond', |
37 | | - 'version' => '1.2', |
| 39 | + 'version' => '1.3', |
38 | 40 | 'url' => 'http://www.mediawiki.org/wiki/Extension:NSFileRepo', |
39 | 41 | 'description' => 'Provide namespace-based access restriction features to uploaded files/images', |
40 | 42 | 'descriptionmsg' => 'nsfilerepo-desc' |