From c2bf26c7081667eecb6f0e6fe85d717ad8435cf8 Mon Sep 17 00:00:00 2001 From: Tobias Oetterer Date: Tue, 16 Jul 2024 20:42:09 +0200 Subject: [PATCH] bump version number to 2.3.0 [skip ci] --- README.md | 11 ++++++----- composer.json | 2 +- extension.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 422c696..f4c19e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Semantic Scribunto +[![Build Status](https://github.com/SemanticMediaWiki/SemanticScribunto/actions/workflows/ci.yml/badge.svg)](https://github.com/oetterer/BootstrapComponents/actions/workflows/ci.yml) [![Code Coverage](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/?branch=master) ![Latest Stable Version](https://img.shields.io/packagist/v/mediawiki/semantic-scribunto.svg) @@ -11,8 +12,8 @@ Semantic Scribunto (a.k.a. SSC) is a [Semantic Mediawiki][smw] extension to prov ## Requirements - PHP 7.3 or later -- MediaWiki 1.31 or later -- [Semantic MediaWiki][smw] 3.0 or later +- MediaWiki 1.39 or later +- [Semantic MediaWiki][smw] 4.0.2 or later ## Installation @@ -23,14 +24,14 @@ Note that the required extensions Semantic MediaWiki and Scribunto must be insta the installation instructions provided. ### Step 1 - + Change to the base directory of your MediaWiki installation. If you do not have a "composer.local.json" file yet, create one and add the following content to it: ```json { "require": { - "mediawiki/semantic-scribunto": "~2.2" + "mediawiki/semantic-scribunto": "~2.3" } } ``` @@ -38,7 +39,7 @@ create one and add the following content to it: If you already have a "composer.local.json" file add the following line to the end of the "require" section in your file: - "mediawiki/semantic-scribunto": "~2.2" + "mediawiki/semantic-scribunto": "~2.3" Remember to add a comma to the end of the preceding line in this section. diff --git a/composer.json b/composer.json index a2caf7c..4040d61 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.3.x-dev" + "dev-master": "2.3.0" } }, "config": { diff --git a/extension.json b/extension.json index 9be7c26..57f057d 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "SemanticScribunto", - "version": "2.3.0-alpha", + "version": "2.3.0", "author": [ "James Hong Kong", "[https://www.semantic-mediawiki.org/wiki/User:Oetterer Tobias Oetterer]"