Index: trunk/extensions/IncludeWP/IncludeWP.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | die( '<b>Error:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:SubPageList">SubPageList</a>.<br />' ); |
41 | 41 | } |
42 | 42 | |
43 | | -define( 'IncludeWP_VERSION', '0.1 alpha' ); |
| 43 | +define( 'IncludeWP_VERSION', '0.1' ); |
44 | 44 | |
45 | 45 | $wgExtensionCredits['other'][] = array( |
46 | 46 | 'path' => __FILE__, |
Index: trunk/extensions/IncludeWP/RELEASE-NOTES |
— | — | @@ -5,6 +5,14 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | === Version 0.1 === |
9 | | -2011-02-xx |
| 9 | +2011-02-13 |
10 | 10 | |
11 | | -* |
| 11 | +Initial release with these features: |
| 12 | + |
| 13 | +* Include articles from Wikipedia or any other MediaWiki wiki into your pages. |
| 14 | +* Show only a limited amount of paragraphs on page load, with an option to show the full article. |
| 15 | +* Partial conversion to plain-text. |
| 16 | +** Removal of templates (such as infoboxes), ref tags, comments, categories and images. |
| 17 | +** Both internal and external links are rendered as plain-text. |
| 18 | +** Tables, lists, table of content, section headers and more are retained. |
| 19 | +* Usage of the MediaWiki [[Resource Loader]] when available with backward support for MW 1.16.x. |