Skip to content

Commit 16ef450

Browse files
authored
Merge pull request #21 from SemanticMediaWiki/rel100
1.0.0 release
2 parents 6fc4844 + b263ce2 commit 16ef450

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE-NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
These are the release notes for the Semantic Compound Queries extension.
22

3-
## Semantic Compound Queries 0.5 or 1.0?
3+
## Semantic Compound Queries 1.0
44

5-
Development version
5+
Released on September 21, 2016.
66

77
* Bumped Requirements to:
88
* PHP 5.3.2 or later

SemanticCompoundQueries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
if ( !defined( 'MEDIAWIKI' ) ) die();
1919

20-
define( 'SCQ_VERSION', '0.4.1' );
20+
define( 'SCQ_VERSION', '1.0.0' );
2121

2222
$wgExtensionCredits['semantic'][] = array(
2323
'path' => __FILE__,

0 commit comments

Comments
 (0)