Skip to content

Commit 8f93b8a

Browse files
authored
Release version 1.1.0 (#30)
* Update RELEASE-NOTES.md * Update README.md * Update composer.json * Update SemanticCompoundQueries.php
1 parent 6d6c442 commit 8f93b8a

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ The recommended way to install Semantic Compound Queries is by using [Composer][
2222
```json
2323
{
2424
"require": {
25-
"mediawiki/semantic-compound-queries": "~1.0"
25+
"mediawiki/semantic-compound-queries": "~1.1"
2626
}
2727
}
2828
```
2929
1. From your MediaWiki installation directory, execute
30-
`composer require mediawiki/semantic-compound-queries:~1.0`
30+
`composer require mediawiki/semantic-compound-queries:~1.1`
3131
2. Navigate to _Special:Version_ on your wiki and verify that the extension
3232
has been successfully installed.
3333

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ These are the release notes for the Semantic Compound Queries extension.
22

33
## Semantic Compound Queries 1.1.0
44

5-
This is not a release yet.
5+
Released on June 24, 2017.
66

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

SemanticCompoundQueries.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static function load() {
5656
*/
5757
public static function initExtension() {
5858

59-
define( 'SCQ_VERSION', '1.1.0-alpha' );
59+
define( 'SCQ_VERSION', '1.1.0' );
6060

6161
// Register the extension
6262
$GLOBALS['wgExtensionCredits']['semantic'][] = [
@@ -126,4 +126,3 @@ public static function getVersion() {
126126
}
127127

128128
}
129-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require": {
2828
"php": ">=5.5",
2929
"composer/installers": "1.*,>=1.0.1",
30-
"mediawiki/semantic-media-wiki": "~2.4|~3.0"
30+
"mediawiki/semantic-media-wiki": "~2.4"
3131
},
3232
"require-dev": {
3333
"mediawiki/semantic-media-wiki": "@dev",

0 commit comments

Comments
 (0)