File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff 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```
29291 . From your MediaWiki installation directory, execute
30- ` composer require mediawiki/semantic-compound-queries:~1.0 `
30+ ` composer require mediawiki/semantic-compound-queries:~1.1 `
31312 . Navigate to _ Special: Version_ on your wiki and verify that the extension
3232 has been successfully installed.
3333
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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-
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments