diff --git a/HISTORY.md b/HISTORY.md
index b9a2df9..0a5c331 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,33 @@
Change notes from older releases. For current info, see RELEASE-NOTES-1.2.
+# mediawiki-skins-Lakeus 1.3
+
+## mediawiki-skins-Lakeus 1.3.0
+
+This is the first release of the mediawiki-skins-Lakeus 1.3 version.
+
+This will be the last release support non-latest-stable MediaWiki version
+1.39.x, 1.41.x, 1.42.x in the master branch.
+Please switch to MediaWiki-version-specific branches and versions instead.
+
+### Bug fixes in 1.3.0
+
+* Removed duplicate `
` from `#logo-text`.
+* Updated logic and fixed styles of `.mw-portlet-dropdown`.
+* Removed unnecessary slash from ` `.
+* Removed unnecessary `role` attribute from ``.
+* Added `aria-pressed` attribute for `#sidebar-input`.
+
+### Languages updated in 1.3.0
+
+Lakeus skin now supports 27 languages. Many localisations are updated regularly.
+
+### Breaking changes in 1.3.0
+
+* This will be the last release support non-latest-stable MediaWiki version
+ 1.39.x, 1.41.x, 1.42.x in the master branch.
+ Please switch to MediaWiki-version-specific branches and versions instead.
+
# mediawiki-skins-Lakeus 1.2
## mediawiki-skins-Lakeus 1.2.1
diff --git a/RELEASE-NOTES-1.3.md b/RELEASE-NOTES-1.3.md
deleted file mode 100644
index bb10a24..0000000
--- a/RELEASE-NOTES-1.3.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# mediawiki-skins-Lakeus 1.3
-
-## mediawiki-skins-Lakeus 1.3.0
-
-This is the first release of the mediawiki-skins-Lakeus 1.3 version.
-
-This will be the last release support non-latest-stable MediaWiki version
-1.39.x, 1.41.x, 1.42.x in the master branch.
-Please switch to MediaWiki-version-specific branches and versions instead.
-
-### Bug fixes in 1.3.0
-
-* Removed duplicate `` from `#logo-text`.
-* Updated logic and fixed styles of `.mw-portlet-dropdown`.
-* Removed unnecessary slash from ` `.
-* Removed unnecessary `role` attribute from ``.
-* Added `aria-pressed` attribute for `#sidebar-input`.
-
-### Languages updated in 1.3.0
-
-Lakeus skin now supports 27 languages. Many localisations are updated regularly.
-
-### Breaking changes in 1.3.0
-
-* This will be the last release support non-latest-stable MediaWiki version
- 1.39.x, 1.41.x, 1.42.x in the master branch.
- Please switch to MediaWiki-version-specific branches and versions instead.
diff --git a/RELEASE-NOTES-1.4.md b/RELEASE-NOTES-1.4.md
new file mode 100644
index 0000000..19ef1ea
--- /dev/null
+++ b/RELEASE-NOTES-1.4.md
@@ -0,0 +1,74 @@
+# mediawiki-skins-Lakeus 1.4
+
+## mediawiki-skins-Lakeus master branch
+
+THIS IS NOT A RELEASE YET
+
+The `master` branch is an beta-quality development branch. Use it at your own
+risk!
+
+### Configuration changes for system administrators
+
+#### New configuration
+
+* …
+
+#### Changed configuration
+
+* …
+
+#### Removed configuration
+
+* …
+
+### New user-facing features
+
+* …
+
+### New features for sysadmins
+
+* …
+
+### New developer features
+
+* …
+
+### Bug fixes
+
+* …
+
+### Action API changes
+
+* …
+
+### Action API internal changes
+
+* …
+
+### REST API changes
+
+* …
+
+### REST API internal changes
+
+* …
+
+### Languages updated
+
+Lakeus skin now supports 27 languages. Many localisations are updated regularly.
+
+Below only new and removed languages are listed.
+
+* …
+
+### Breaking changes
+
+* …
+
+### Deprecations
+
+* …
+
+### Other changes
+
+* …
diff --git a/includes/SkinLakeus.php b/includes/SkinLakeus.php
index f07e67a..ca2429f 100644
--- a/includes/SkinLakeus.php
+++ b/includes/SkinLakeus.php
@@ -2,8 +2,7 @@
namespace MediaWiki\Skins\Lakeus;
-# use MediaWiki\SiteStats\SiteStats; // Namespaced in 1.41.0
-use SiteStats;
+use MediaWiki\SiteStats\SiteStats;
use SkinMustache;
class SkinLakeus extends SkinMustache {
diff --git a/skin.json b/skin.json
index c865f74..7ad1bf9 100644
--- a/skin.json
+++ b/skin.json
@@ -14,7 +14,7 @@
"descriptionmsg": "lakeus-skin-desc",
"license-name": "GPL-3.0-or-later",
"requires": {
- "MediaWiki": "1.39.* || >= 1.41.0"
+ "MediaWiki": ">= 1.43.0"
},
"ResourceFileModulePaths": {
"localBasePath": "",
@@ -26,20 +26,14 @@
"features": {
"normalize": true,
"elements": true,
- "content-tables": true,
- "content-links": true,
"content-media": true,
+ "content-links": true,
+ "content-tables": true,
"interface-category": true,
- "interface-message-box": true,
+ "toc": true,
"i18n-ordered-lists": true,
- "i18n-all-lists-margins": true,
- "i18n-headings": true,
- "toc": true
+ "i18n-headings": true
},
- "targets": [
- "desktop",
- "mobile"
- ],
"styles": {
"0": "resources/skin.less",
"resources/print.less": {
@@ -48,10 +42,6 @@
}
},
"skins.lakeus": {
- "targets": [
- "desktop",
- "mobile"
- ],
"styles": "resources/skin.js.less",
"packageFiles": [
"resources/skin.js"
@@ -59,10 +49,6 @@
},
"skins.lakeus.designer": {
"es6": true,
- "targets": [
- "desktop",
- "mobile"
- ],
"dependencies": [
"mediawiki.api",
"mediawiki.jqueryMsg",