From 2a5e0fa6b3bdb98169a0a891407d2eae571be130 Mon Sep 17 00:00:00 2001 From: kghbln Date: Mon, 8 Jun 2026 11:52:48 +0200 Subject: [PATCH] Prepare 2.0.0 release --- README.md | 2 +- RELEASE-NOTES.md | 2 +- composer.json | 2 +- extension.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 283e3f7..654216c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Semantic External Query Lookup -[![Build Status](https://img.shields.io/github/actions/workflow/status/SemanticMediaWiki/SemanticExternalQueryLookup/ci.yaml?branch=master)](https://github.com/SemanticMediaWiki/SemanticExternalQueryLookup/actions/workflows/ci.yaml) +[![CI](https://github.com/SemanticMediaWiki/SemanticExternalQueryLookup/actions/workflows/ci.yaml/badge.svg)](https://github.com/SemanticMediaWiki/SemanticExternalQueryLookup/actions/workflows/ci.yaml) [![Code Coverage](https://codecov.io/gh/SemanticMediaWiki/SemanticExternalQueryLookup/branch/master/graph/badge.svg)](https://codecov.io/gh/SemanticMediaWiki/SemanticExternalQueryLookup) [![Latest Stable Version](https://poser.pugx.org/mediawiki/semantic-external-query-lookup/v/stable)](https://packagist.org/packages/mediawiki/semantic-external-query-lookup) [![Download count](https://poser.pugx.org/mediawiki/semantic-external-query-lookup/downloads)](https://packagist.org/packages/mediawiki/semantic-external-query-lookup) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 56d4faf..859891b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,6 @@ This file contains the RELEASE-NOTES of the Semantic External Query Lookup (a.k.a. SEQL) extension. -### 2.0.0 (2026-??-??) +### 2.0.0 (2026-06-08) - Added support for Semantic MediaWiki 7.0 - Raised the minimum requirements to MediaWiki 1.43 and Semantic MediaWiki 7.0 diff --git a/composer.json b/composer.json index 40b0a8e..138b439 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require": { "php": ">=8.1.0", - "composer/installers": ">=1.0.1" + "composer/installers": "^2|^1.0.1" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "48.0.0", diff --git a/extension.json b/extension.json index 1c17760..12e5ed7 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "SemanticExternalQueryLookup", - "version": "2.0.0-alpha", + "version": "2.0.0", "author": [ "James Hong Kong" ],