Skip to content

Commit c2bf26c

Browse files
committed
bump version number to 2.3.0
[skip ci]
1 parent c2bd7fb commit c2bf26c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Semantic Scribunto
22

3+
[![Build Status](https://github.com/SemanticMediaWiki/SemanticScribunto/actions/workflows/ci.yml/badge.svg)](https://github.com/oetterer/BootstrapComponents/actions/workflows/ci.yml)
34
[![Code Coverage](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/?branch=master)
45
[![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)
56
![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
1112
## Requirements
1213

1314
- PHP 7.3 or later
14-
- MediaWiki 1.31 or later
15-
- [Semantic MediaWiki][smw] 3.0 or later
15+
- MediaWiki 1.39 or later
16+
- [Semantic MediaWiki][smw] 4.0.2 or later
1617

1718
## Installation
1819

@@ -23,22 +24,22 @@ Note that the required extensions Semantic MediaWiki and Scribunto must be insta
2324
the installation instructions provided.
2425

2526
### Step 1
26-
27+
2728
Change to the base directory of your MediaWiki installation. If you do not have a "composer.local.json" file yet,
2829
create one and add the following content to it:
2930

3031
```json
3132
{
3233
"require": {
33-
"mediawiki/semantic-scribunto": "~2.2"
34+
"mediawiki/semantic-scribunto": "~2.3"
3435
}
3536
}
3637
```
3738

3839
If you already have a "composer.local.json" file add the following line to the end of the "require"
3940
section in your file:
4041

41-
"mediawiki/semantic-scribunto": "~2.2"
42+
"mediawiki/semantic-scribunto": "~2.3"
4243

4344
Remember to add a comma to the end of the preceding line in this section.
4445

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "2.3.x-dev"
45+
"dev-master": "2.3.0"
4646
}
4747
},
4848
"config": {

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SemanticScribunto",
3-
"version": "2.3.0-alpha",
3+
"version": "2.3.0",
44
"author": [
55
"James Hong Kong",
66
"[https://www.semantic-mediawiki.org/wiki/User:Oetterer Tobias Oetterer]"

0 commit comments

Comments
 (0)