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.
2 parents 6fc4844 + b263ce2 commit 16ef450Copy full SHA for 16ef450
RELEASE-NOTES.md
@@ -1,8 +1,8 @@
1
These are the release notes for the Semantic Compound Queries extension.
2
3
-## Semantic Compound Queries 0.5 or 1.0?
+## Semantic Compound Queries 1.0
4
5
-Development version
+Released on September 21, 2016.
6
7
* Bumped Requirements to:
8
* PHP 5.3.2 or later
SemanticCompoundQueries.php
@@ -17,7 +17,7 @@
17
18
if ( !defined( 'MEDIAWIKI' ) ) die();
19
20
-define( 'SCQ_VERSION', '0.4.1' );
+define( 'SCQ_VERSION', '1.0.0' );
21
22
$wgExtensionCredits['semantic'][] = array(
23
'path' => __FILE__,
0 commit comments