Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -91,6 +91,10 @@ |
92 | 92 | |
93 | 93 | === New features in 1.18 === |
94 | 94 | * BREAKING CHANGE: action=watch / action=unwatch now requires a token. |
| 95 | +* BREAKING CHANGE: Article class heirarchy split into WikiPage (backend) |
| 96 | + and Article (frontend) hierarchies. Several hooks now pass a WikiPage object instead |
| 97 | + of an Article object. These hooks all use an $article paramater as documented in hooks.txt. |
| 98 | + Extensions should be updated to account for this, though most won't require any changes. |
95 | 99 | * (bug 27860) Minor edit after clicking 'new section' tab |
96 | 100 | Now the "This is a minor edit" checkbox is not available when you |
97 | 101 | create a page or new section. |