Skip to content

Commit

Permalink
Do 1.0.1 release (#24)
Browse files Browse the repository at this point in the history
* Update RELEASE-NOTES.md

- Add release notes for version 1.0.1
- Tweaked release notes to be consistent

* Update SemanticCompoundQueries.php

Bump version number

* Update README.md

Update since it is not automatically loading

* Update README.md

Further tweaks
  • Loading branch information
kghbln authored and JeroenDeDauw committed Dec 21, 2016
1 parent 1f12a29 commit 2c72214
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 47 deletions.
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ Semantic Compound Queries (a.k.a. SCQ) is a [Semantic Mediawiki][smw] extension

## Installation

To install the extension, place the entire `SemanticCompoundQueries` directory
within your MediaWiki `extensions` directory, then add the following
line to your `LocalSettings.php` file:

require_once "$IP/extensions/SemanticCompoundQueries/SemanticCompoundQueries.php";


The recommended way to install Semantic Compound Queries is by using [Composer][composer]
with an entry in MediaWiki's `composer.json`.
The recommended way to install Semantic Compound Queries is by using [Composer][composer] with an entry in MediaWiki's `composer.json` or alternatively `composer.local.json`.

```json
{
Expand All @@ -34,10 +26,13 @@ with an entry in MediaWiki's `composer.json`.
}
}
```
1. From your MediaWiki installation directory, execute
1. From your MediaWiki installation directory, execute
`composer require mediawiki/semantic-compound-queries:~1.0`
2. Navigate to _Special:Version_ on your wiki and verify that the package
have been successfully installed.
2. Navigate to _Special:Version_ on your wiki and verify that the extension
has been successfully installed.

Note that the required extension Semantic MediaWiki must be installed first according to the installation
instructions provided with it.

## Usage

Expand All @@ -53,17 +48,18 @@ with their subject; and fiction books, along with their author; is:

```
{{#compound_query:
[[Category:Books]] [[Has genre::Biography]]
[[Category:Books]]
[[Has genre::Biography]]
;?Covers subject=Subject
|
[[Category:Books]] [[Has genre::Fiction]]
[[Category:Books]]
[[Has genre::Fiction]]
;?Has author=Author
|format=list
}}
```

For more information, see the extension homepage at:
https://www.mediawiki.org/wiki/Extension:Semantic_Compound_Queries
For more information, see the extension's homepage at [MediaWiki.org][homepage].

## Contribution and support

Expand Down Expand Up @@ -91,3 +87,4 @@ but can also be executed using `composer phpunit` from the extension base direct
[travis]: https://travis-ci.org/SemanticMediaWiki/SemanticCompoundQueries
[gpl-licence]: https://www.gnu.org/copyleft/gpl.html
[composer]: https://getcomposer.org/
[homepage]: https://www.mediawiki.org/wiki/Extension:Semantic_Compound_Queries
66 changes: 36 additions & 30 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
These are the release notes for the Semantic Compound Queries extension.

## Semantic Compound Queries 1.0
## Semantic Compound Queries 1.0.1

Released on September 21, 2016.
Released on December 21, 2016

* Fixed issue with the extension not loading properly

## Semantic Compound Queries 1.0.0

Released on September 21, 2016.

* Bumped Requirements to:
* PHP 5.3.2 or later
Expand All @@ -12,7 +18,7 @@ Released on September 21, 2016.
* Added `compoundquery` API endpoint
* Added `unsorted` parameter
* Added composer support
* General repository cleanup
* Made general repository cleanup
* Added tests

## Semantic Compound Queries 0.4.1
Expand All @@ -21,44 +27,44 @@ Released on June 15, 2016.

* Replaced deprecated wfMsgForContent() call; other small fixes

## Semantic Compound Queries 0.4
## Semantic Compound Queries 0.4.0

Released on May 26, 2014.
Released on May 26, 2014.

* i18n messages moved into JSON files

## Semantic Compound Queries 0.3.4

Released on November 19, 2012.
Released on November 19, 2012.

* Fix for handling identical page names in different namespaces
* Fixed handling for identical page names in different namespaces

## Semantic Compound Queries 0.3.3

Released on October 22, 2012.
Released on October 22, 2012.

* Added support for SMW 1.8

## Semantic Compound Queries 0.3.2

Released on March 27, 2012.
Released on March 27, 2012.

* Fix for handling the display of multiple properties
* Fixed handling for the display of multiple properties
* Removed support for MW 1.15 and earlier
* Removed support for SMW 1.5

## Semantic Compound Queries 0.3.1

Released on January 9, 2012.
Released on January 9, 2012.

* Fix for PHP < 5.3
* Fixed compatibility for PHP < 5.3

## Semantic Compound Queries 0.3
## Semantic Compound Queries 0.3.0

Released on October 4, 2011.
Released on October 4, 2011.

* Results now sorted by page name
* Further support added for SMW 1.6.2
* Made results now sorting by page name
* Added further support for SMW 1.6.2

## Semantic Compound Queries 0.2.10

Expand All @@ -72,7 +78,7 @@ Released on August 23, 2011.

* Removed support for MW 1.13 and earlier
* Removed support for SMW 1.4 and earlier
* Small fixes
* Made small fixes

## Semantic Compound Queries 0.2.8

Expand All @@ -84,28 +90,28 @@ Released on July 25, 2011.

Released on April 4, 2011.

* Fix for display of map icons
* Support added for HipHop
* Fixed the display of map icons
* Added support for HipHop

## Semantic Compound Queries 0.2.6

Released on September 23, 2010.

* Improvements to PHP syntax
* Minor fix for SMW < 1.5
* Made improvements to PHP syntax
* Made minor fix for SMW < 1.5

## Semantic Compound Queries 0.2.5

Released on May 13, 2010.

* Fix for handling of query format aliases
* Fixed handling of query format aliases

## Semantic Compound Queries 0.2.4

Released on March 11, 2010.

* Fix for extra whitespace in queries
* Duplication of values removed for SMW 1.5
* Fixed handling for extra whitespace in queries
* Removed duplication of values for SMW 1.5

## Semantic Compound Queries 0.2.3

Expand All @@ -118,22 +124,22 @@ Released on October 13, 2009.

Released on June 4, 2009.

* Added internationalization, for extension description
* Added internationalization for extension description

## Semantic Compound Queries 0.2.1

Released on December 1, 2008.

* Fix for map icons with MW 1.12 or earlier
* Fixed handling of map icons with MW 1.12 or earlier

## Semantic Compound Queries 0.2
## Semantic Compound Queries 0.2.0

Released on November 25, 2008.

* Two defined classes moved to their own files
* Fix for semicolons contained within query filters
* Moved two defined classes to their own files
* Fixed handling of semicolons contained within query filters

## Semantic Compound Queries 0.1
## Semantic Compound Queries 0.1.0

Released on November 19, 2008.

Expand Down
2 changes: 1 addition & 1 deletion SemanticCompoundQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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

define( 'SCQ_VERSION', '1.0.0' );
define( 'SCQ_VERSION', '1.0.1' );

$GLOBALS['wgExtensionCredits']['semantic'][] = array(
'path' => __FILE__,
Expand Down

0 comments on commit 2c72214

Please sign in to comment.