Skip to content

Commit 92c1a80

Browse files
committed
Release v3.6.5
1 parent 7ff22de commit 92c1a80

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.6.5] - 2022-07-29
9+
10+
### Added
11+
12+
- Added MediaWiki version checking in pullPage
13+
- Added Scribunto to lua mapping
14+
15+
### Changed
16+
17+
- Enhanced table syntaxes
18+
819
## [3.6.4] - 2022-04-07
920

1021
### Changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ If you get help with this project, give this project a star or recommend it to o
5757

5858
## Release Notes
5959

60-
- Modified how some input boxes interacts.
61-
- Fixed an error with pushing changes when there is a number in the tags.
62-
- Fixed some errors in Wikitext syntax.
60+
- Added MediaWiki version checking in pullPage
61+
- Added Scribunto to lua mapping
62+
- Enhanced table syntaxes
6363

6464
## Usage
6565

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.6.4",
5+
"version": "3.6.5",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {

0 commit comments

Comments
 (0)