Index: trunk/extensions/ApprovedRevs/ApprovedRevs.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @author Yaron Koren |
11 | 11 | */ |
12 | 12 | |
13 | | -define( 'APPROVED_REVS_VERSION', '0.2 alpha' ); |
| 13 | +define( 'APPROVED_REVS_VERSION', '0.2' ); |
14 | 14 | |
15 | 15 | // credits |
16 | 16 | $wgExtensionCredits['other'][] = array( |
— | — | @@ -61,4 +61,4 @@ |
62 | 62 | $wgAvailableRights[] = 'approverevisions'; |
63 | 63 | $wgGroupPermissions['sysop']['approverevisions'] = true; |
64 | 64 | $wgAvailableRights[] = 'viewlinktolatest'; |
65 | | -$wgGroupPermissions['*']['viewlinktolatest'] = true; |
\ No newline at end of file |
| 65 | +$wgGroupPermissions['*']['viewlinktolatest'] = true; |
Index: trunk/extensions/ApprovedRevs/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Approved Revs Extension |
3 | 3 | |
4 | | - Version 0.1 |
| 4 | + Version 0.2 |
5 | 5 | Yaron Koren |
6 | 6 | |
7 | 7 | This is free software licensed under the GNU General Public License. Please |