Skip to content

Commit 4ae4d9b

Browse files
committed
Release v3.8.2
1 parent 0f3034f commit 4ae4d9b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the "Wikitext" extension will be documented in this file.
55

66
(The version marked with an asterisk(&ast;) means that the version has been adjusted internally and has not been released.)<!-- http://keepachangelog.com/ -->
77

8+
## [3.8.2] - 2024-08-02
9+
10+
### Added
11+
12+
- When getting the page preview, the API request will refer to `PageTitle` and `ContentModel` in the `PAGE_INFO` part.
13+
814
## [3.8.1] - 2024-01-24
915

1016
### Added

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ If you get help with this project, give this project a star or recommend it to o
5757

5858
## Release Notes
5959

60-
- Added more syntaxes of wikitext tags.
61-
- Removed '<>' pairs.
62-
- Made summary shorter.
63-
- Alleviated the issue of the extension posting edits without logging in.
60+
- When getting the page preview, the API request will refer to `PageTitle` and `ContentModel` in the `PAGE_INFO` part.
6461

6562
## Usage
6663

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wikitext",
33
"displayName": "Wikitext",
44
"description": "Wikitext is a document written in a wiki markup language. This extension provides functional support for the Wikitext language with MediaWiki such as Wikipedia.",
5-
"version": "3.8.1",
5+
"version": "3.8.2",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {

0 commit comments

Comments
 (0)