Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@ Wikibase DataModel. In other words, the `Domain/` folder is the core of the appl

## Release notes

### Version 1.1.0 - 2025-02-25

Feature release with these enhancements:

* Translation updates
* Removed unused Resource Loader module (minute performance enhancement)
* Verified support for MediaWiki up to 1.43 and PHP up to 8.4 (1.0.0 is already compatible)

### Version 1.0.0 - 2022-04-29

Initial release for Wikibase 1.35 - 1.37 ([Release announcement], [Demo video]) with these features:
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Automated Values",
"type": "wikibase",

"version": "1.0.0",
"version": "1.1.0",

"author": [
"[https://www.EntropyWins.wtf/mediawiki Jeroen De Dauw]",
Expand Down
Loading