We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304ee83 commit 1069f5aCopy full SHA for 1069f5a
CHANGES.md
@@ -1,3 +1,9 @@
1
##Patch Notes
2
+###0.3.0
3
+* New #streamerinfo tag to be able to tag articles with streamer information.
4
+
5
+###0.2.0
6
+* General fixes and improvements from initial feedback.
7
8
###0.1.0
9
* Initial version.
Streamer.php
@@ -16,7 +16,7 @@
16
/******************************************/
17
/* Credits */
18
19
-define('STREAMER_VERSION', '0.2.0');
+define('STREAMER_VERSION', '0.3.0');
20
21
$wgExtensionCredits['parserhook'][] = [
22
'path' => __FILE__,
0 commit comments