Skip to content

Commit

Permalink
Release version 1.1.0 (#30)
Browse files Browse the repository at this point in the history
* Update RELEASE-NOTES.md
* Update README.md
* Update composer.json
* Update SemanticCompoundQueries.php
  • Loading branch information
kghbln authored Jun 24, 2017
1 parent 6d6c442 commit 8f93b8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ The recommended way to install Semantic Compound Queries is by using [Composer][
```json
{
"require": {
"mediawiki/semantic-compound-queries": "~1.0"
"mediawiki/semantic-compound-queries": "~1.1"
}
}
```
1. From your MediaWiki installation directory, execute
`composer require mediawiki/semantic-compound-queries:~1.0`
`composer require mediawiki/semantic-compound-queries:~1.1`
2. Navigate to _Special:Version_ on your wiki and verify that the extension
has been successfully installed.

Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ These are the release notes for the Semantic Compound Queries extension.

## Semantic Compound Queries 1.1.0

This is not a release yet.
Released on June 24, 2017.

* Bumped Requirements to:
* PHP 5.5 or later
Expand Down
3 changes: 1 addition & 2 deletions SemanticCompoundQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static function load() {
*/
public static function initExtension() {

define( 'SCQ_VERSION', '1.1.0-alpha' );
define( 'SCQ_VERSION', '1.1.0' );

// Register the extension
$GLOBALS['wgExtensionCredits']['semantic'][] = [
Expand Down Expand Up @@ -126,4 +126,3 @@ public static function getVersion() {
}

}

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require": {
"php": ">=5.5",
"composer/installers": "1.*,>=1.0.1",
"mediawiki/semantic-media-wiki": "~2.4|~3.0"
"mediawiki/semantic-media-wiki": "~2.4"
},
"require-dev": {
"mediawiki/semantic-media-wiki": "@dev",
Expand Down

0 comments on commit 8f93b8a

Please sign in to comment.