Skip to content

Commit

Permalink
1.0.0 release (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw authored Feb 6, 2023
1 parent 466ddee commit 6b18218
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ For more information, refer to the [REST API documentation].
Platform requirements:

* [PHP] 8.0 or later (tested up to 8.1)
* [MediaWiki] 1.37 or later (tested up to 1.38)
* [Wikibase] 1.37 or later (tested up to 1.38)
* [MediaWiki] 1.37 or later (tested up to 1.39)
* [Wikibase] 1.37 or later (tested up to 1.39)

The recommended way to install Wikibase Export is using [Composer] with
[MediaWiki's built-in support for Composer][Composer install].
Expand Down Expand Up @@ -129,15 +129,20 @@ Alternatively, you can execute commands from the MediaWiki root directory:

## Release notes

### Version 1.0.0 - TBD

TODO
### Version 1.0.0 - 2023-02-06

* Special page with export UI
* Language selector
* Subject (entity) selector
* Grouping and filtering by year based on point in time or time range qualifiers
* Property selection for both grouped and ungrouped values
* Header style choice: entity label or entity ID
* Support for multiple values
* Configuration that can be set via PHP and a configuration UI on `MediaWiki:WikibaseExportConfig`
* API endpoint for export
* TranslateWiki integration
* Support for PHP 8.0 and 8.1
* Support for PHP from 8.0 up to 8.2
* Support for MediaWiki from 1.37 up to 1.39

[Professional.Wiki]: https://professional.wiki
[Wikibase]: https://wikibase.consulting/what-is-wikibase/
Expand Down
4 changes: 2 additions & 2 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Wikibase Export",
"type": "wikibase",

"version": "1.0.0-alpha",
"version": "1.0.0",

"author": [
"[https://Professional.Wiki/ Professional.Wiki]",
Expand All @@ -12,7 +12,7 @@

"license-name": "GPL-2.0-or-later",

"url": "https://github.com/ProfessionalWiki/WikibaseExport",
"url": "https://professional.wiki/en/extension/wikibase-export",

"descriptionmsg": "wikibase-export-description",

Expand Down

0 comments on commit 6b18218

Please sign in to comment.