diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e11ad..41d062d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -## Version 2.4.0-dev +## Version 2.4.0 * [compatibility, b/c break] Requires MW >=1.35 in skin.json minor version bump * [deprecated] Avoid deprecated methods PR #373 - solves issue #371 * [bug] Patching "footer-left" id duplicated PR #372 - Avoid setupSkinUserCss and escapeId, both of which were deprecated before MediaWiki 1.34. * [code] Add minus-x and update php-parallel-lint #374 - Remove the executable bit from a few files. * [bug, code] Legacy.css stylesheet to add back the CSS removed by MW Core in MW 1.35. +* [language] Localization updates ## Version 2.3.0 * [compatibility, deprecated] Fix for deprecated wfSuppressWarnings and wfRestoreWarnings with new Wikimedia\... diff --git a/i18n/pt-br.json b/i18n/pt-br.json index 70d9cba..2527513 100644 --- a/i18n/pt-br.json +++ b/i18n/pt-br.json @@ -1,7 +1,8 @@ { "@metadata": { "authors": [ - "Eduardo Addad de Oliveira" + "Eduardo Addad de Oliveira", + "Eduardoaddad" ] }, "skinname-foreground": "Frente", diff --git a/skin.json b/skin.json index d77ee98..5eba191 100644 --- a/skin.json +++ b/skin.json @@ -1,80 +1,80 @@ { - "name": "Foreground", - "version": "2.4.0-dev", - "author": [ - "Garrick Van Buren", - "Jamie Thingelstad", - "Tom Hutchison", - "..." - ], - "url": "https://github.com/thingles/foreground", - "descriptionmsg": "foreground-desc", - "license-name": "BSD-2-Clause", - "type": "skin", - "ValidSkinNames": { - "foreground": "Foreground" - }, - "requires": { - "MediaWiki": ">= 1.35.0" - }, - "MessagesDirs": { - "SkinForeground": [ - "i18n" - ] - }, - "AutoloadClasses": { - "SkinForeground": "Foreground.skin.php", - "foregroundTemplate": "Foreground.skin.php" - }, - "ResourceModules": { - "skins.foreground.styles": { - "position": "top", - "styles": [ - "assets/stylesheets/normalize.css", - "assets/stylesheets/font-awesome.css", - "assets/stylesheets/fontawesome.css", - "assets/stylesheets/legacy.css", - "assets/stylesheets/foundation.css", - "assets/stylesheets/foreground.css", - "assets/stylesheets/foreground-print.css" - ] - }, - "skins.foreground.modernizr": { - "position": "top", - "scripts": [ - "assets/scripts/vendor/modernizr.js" - ] - }, - "skins.foreground.js": { - "position": "bottom", - "scripts": [ - "assets/scripts/vendor/placeholder.js", - "assets/scripts/foundation/foundation.js", - "assets/scripts/foundation/foundation.topbar.js", - "assets/scripts/foundation/foundation.dropdown.js", - "assets/scripts/foundation/foundation.joyride.js", - "assets/scripts/foundation/foundation.accordion.js", - "assets/scripts/foundation/foundation.offcanvas.js", - "assets/scripts/foundation/foundation.alert.js", - "assets/scripts/foundation/foundation.clearing.js", - "assets/scripts/foundation/foundation.equalizer.js", - "assets/scripts/foundation/foundation.interchange.js", - "assets/scripts/foundation/foundation.orbit.js", - "assets/scripts/foundation/foundation.reveal.js", - "assets/scripts/foundation/foundation.tab.js", - "assets/scripts/foundation/foundation.tooltip.js", - "assets/scripts/foreground.js" - ], - "dependencies": [ - "jquery.cookie", - "skins.foreground.modernizr" - ] - } - }, - "ResourceFileModulePaths": { - "localBasePath": "", - "remoteSkinPath": "foreground" - }, - "config": {}, - "manifest_version": 1 + "name": "Foreground", + "version": "2.4.0", + "author": [ + "Garrick Van Buren", + "Jamie Thingelstad", + "Tom Hutchison", + "..." + ], + "url": "https://github.com/thingles/foreground", + "descriptionmsg": "foreground-desc", + "license-name": "BSD-2-Clause", + "type": "skin", + "ValidSkinNames": { + "foreground": "Foreground" + }, + "requires": { + "MediaWiki": ">= 1.35.0" + }, + "MessagesDirs": { + "SkinForeground": [ + "i18n" + ] + }, + "AutoloadClasses": { + "SkinForeground": "Foreground.skin.php", + "foregroundTemplate": "Foreground.skin.php" + }, + "ResourceModules": { + "skins.foreground.styles": { + "position": "top", + "styles": [ + "assets/stylesheets/normalize.css", + "assets/stylesheets/font-awesome.css", + "assets/stylesheets/fontawesome.css", + "assets/stylesheets/legacy.css", + "assets/stylesheets/foundation.css", + "assets/stylesheets/foreground.css", + "assets/stylesheets/foreground-print.css" + ] + }, + "skins.foreground.modernizr": { + "position": "top", + "scripts": [ + "assets/scripts/vendor/modernizr.js" + ] + }, + "skins.foreground.js": { + "position": "bottom", + "scripts": [ + "assets/scripts/vendor/placeholder.js", + "assets/scripts/foundation/foundation.js", + "assets/scripts/foundation/foundation.topbar.js", + "assets/scripts/foundation/foundation.dropdown.js", + "assets/scripts/foundation/foundation.joyride.js", + "assets/scripts/foundation/foundation.accordion.js", + "assets/scripts/foundation/foundation.offcanvas.js", + "assets/scripts/foundation/foundation.alert.js", + "assets/scripts/foundation/foundation.clearing.js", + "assets/scripts/foundation/foundation.equalizer.js", + "assets/scripts/foundation/foundation.interchange.js", + "assets/scripts/foundation/foundation.orbit.js", + "assets/scripts/foundation/foundation.reveal.js", + "assets/scripts/foundation/foundation.tab.js", + "assets/scripts/foundation/foundation.tooltip.js", + "assets/scripts/foreground.js" + ], + "dependencies": [ + "jquery.cookie", + "skins.foreground.modernizr" + ] + } + }, + "ResourceFileModulePaths": { + "localBasePath": "", + "remoteSkinPath": "foreground" + }, + "config": {}, + "manifest_version": 1 } \ No newline at end of file