Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 3.0 #119

Merged
merged 4 commits into from
Nov 28, 2023
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
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
This file contains the RELEASE-NOTES of the **Semantic Cite** (a.k.a. SCI) extension.

## 3.0.0
Released on November 28, 2023.

* Minimum requirement for
* PHP changed to version 7.4 and later
* MediaWiki changed to version 1.35 and later
* #116 Fixed support for MediaWiki 1.39 and Semantic MediaWiki 4.0
* Several internal code changes
* Localisation updates from https://translatewiki.net

## 2.1.1

Released on May 16, 2020.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"source": "https://github.com/SemanticMediaWiki/SemanticCite"
},
"require": {
"php": ">=7.0",
"php": ">=7.4",
"composer/installers": "^1.0.12",
"mediawiki/semantic-media-wiki": "~3.0|~4.0",
"onoi/cache": "~1.2",
Expand Down
4 changes: 2 additions & 2 deletions extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SemanticCite",
"version": "2.2.0-alpha",
"version": "3.0.0",
"author": [
"James Hong Kong"
],
Expand All @@ -10,7 +10,7 @@
"license-name": "GPL-2.0-or-later",
"type": "semantic",
"requires": {
"MediaWiki": ">= 1.31",
"MediaWiki": ">= 1.35",
"extensions": {
"SemanticMediaWiki": ">= 3.0"
}
Expand Down