From e8426f57c8d223dc31121afc2a33809f2755b3e3 Mon Sep 17 00:00:00 2001 From: Tom Hutchison Date: Fri, 11 Dec 2020 10:59:08 -0500 Subject: [PATCH] Preparing for release v2.3.0 --- CHANGELOG.md | 4 ++-- skin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e95181..839662a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -# Version 2.3.0-dev +# Version 2.3.0 * [compatibility, CSS] Load MW core CSS that was dropped in MW 1.35 * [code] Drop Travis-CI and move to CircleCI * [code] Update php-parallel-lint to a supported branch with PHP 8.0 -## Version 2.2.2-dev +## Version 2.2.2 * [bug, enhancement] Fix to allow multiple methods of login such as MW-OAuth2Client - Issue #99 * [bug, enhancement] Left-menu search (on mobile widths only) doesn't auto-complete #98 diff --git a/skin.json b/skin.json index 64f0762..6277922 100644 --- a/skin.json +++ b/skin.json @@ -1,6 +1,6 @@ { "name": "Pivot", - "version": "2.3.0-dev", + "version": "2.3.0", "author": [ "Tom Hutchison", "..."