Skip to content

Commit eab1b4a

Browse files
committed
prepared 3.0.0
1 parent 557d1d1 commit eab1b4a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ Includes a KnowledgeGraph Designer through which interactively create/export gra
77

88
## Requirements
99

10-
Requirements for KnowledgeGraph 1.x:
11-
12-
- PHP 7.4 or later
10+
- PHP 8.1 or later
1311
- MediaWiki 1.39 or later
14-
- SemanticMediaWiki 4.x or later
12+
- SemanticMediaWiki 5.1.0 or later
1513

1614
## Usage
1715

@@ -31,11 +29,13 @@ nodes=Page A, Page B
3129
}}
3230
```
3331

34-
## Updating `vis-network` Library
32+
## For Developers
33+
34+
### Updating `vis-network` Library
3535

3636
This extension uses the [`vis-network`](https://www.npmjs.com/package/vis-network) JavaScript library for rendering network diagrams. The version is managed via `npm` and bundled into the extension using a post-install script.
3737

38-
### How It Works
38+
#### How It Works
3939

4040
After running `npm install`, the following happens automatically:
4141

@@ -48,7 +48,7 @@ After running `npm install`, the following happens automatically:
4848
A custom script (`inject-nomin.js`) prepends the line `/*@nomin*/` to `vis-network.min.js`.
4949
This comment prevents MediaWiki's ResourceLoader from re-minifying the file.
5050

51-
### To Update `vis-network`
51+
#### To Update `vis-network`
5252

5353
1. Open `package.json` and change the version under `"vis-network"`
5454
(e.g., `"vis-network": "latest"` or a specific version like `"9.1.9"`).

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "KnowledgeGraph",
3-
"version": "3.0.0-beta",
3+
"version": "3.0.0",
44
"author": "Thomas-topway-it for [https://knowledge.wiki KM-A]",
55
"url": "https://github.com/SemanticMediaWiki/KnowledgeGraph",
66
"descriptionmsg": "knowledge-graph-desc",

0 commit comments

Comments
 (0)