Index: trunk/extensions/Push/Push.php |
— | — | @@ -10,8 +10,7 @@ |
11 | 11 | * @file Push.php |
12 | 12 | * @ingroup Push |
13 | 13 | * |
14 | | - * @licence GNU GPL v3 |
15 | | - * |
| 14 | + * @licence GNU GPL v3+ |
16 | 15 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
17 | 16 | */ |
18 | 17 | |
Index: trunk/extensions/Push/RELEASE-NOTES |
— | — | @@ -5,10 +5,11 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | === Version 1.1 === |
9 | | -2011-0x-xx |
| 9 | +2011-08-xx |
10 | 10 | |
11 | 11 | * Added PushAPIAfterPush and PushAPIAfterImagePush hooks to the API modules. |
12 | 12 | * Added pusher, file pusher and bulk pusher user rights groups. |
| 13 | +* Fixed timeout issue occuring when pushing a page with many images from the tab interface. |
13 | 14 | |
14 | 15 | === Version 1.0 === |
15 | 16 | 2011-05-26 |