Skip to content

Commit 2aa2732

Browse files
authored
Version 3.0.2: upgrade to CanastaBase 1.0.2, MediaWiki 1.43.3 (#507)
* Update VERSION * Update RELEASE_NOTES.md * Update docker-image.yml
1 parent 0677ba2 commit 2aa2732

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
BDATE=$(date +%Y%m%d)
5454
5555
# We don't compute the MW version here, we just hardcode it
56-
MEDIAWIKI_VERSION=1.43.2
56+
MEDIAWIKI_VERSION=1.43.3
5757
# Extract MW major version (like 1.43)
5858
MEDIAWIKI_MAJOR_VERSION=${MEDIAWIKI_VERSION%.*}
5959

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Canasta version history:
1313
- 2.0.1 - April 14, 2024 - update MediaWiki version to 1.39.7; move extension installation settings from Dockerfile into extensions.yaml; rename run-apache.sh to run-all.sh; remove WikiForum extension
1414
- 3.0.0 - June 23, 2025 - move most functionality into CanastaBase repository (which currently uses MediaWiki 1.43), leaving only extension- and skin-specific code; place all extension and skin installation settings into a single file, contents.yaml, which in turn inherits from "Recommended Revisions" page; add the DiscussionTools, InlineComments, LoginNotify, OAuth, Page Schemas, QuickInstantCommons and Paragraph-based Edit Conflict Interface ("TwoColConflict") extensions; remove the RenameUser, Semantic Breadcrumb Links, Semantic Forms Select, Semantic Tasks and TinyMCE extensions
1515
- 3.0.1 - June 30, 2025 - update to CanastaBase 1.0.1, which uses MediaWiki 1.43.2
16+
- 3.0.2 - July 1, 2025 - update to CanastaBase 1.0.2, which uses MediaWiki 1.43.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0.2

0 commit comments

Comments
 (0)