Skip to content

Commit

Permalink
bump version number to 2.3.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
oetterer committed Jul 16, 2024
1 parent c2bd7fb commit c2bf26c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand All @@ -23,22 +24,22 @@ 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"
}
}
```

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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
"dev-master": "2.3.0"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -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]"
Expand Down

0 comments on commit c2bf26c

Please sign in to comment.