From 282c45f0887685e5a2f4e5dfbd5eec1722d791c3 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 11 Jun 2019 22:45:41 +0100 Subject: [PATCH] Updated roadmap & dev version, removed dupe locale mappings --- app/Http/Middleware/Localization.php | 2 -- readme.md | 4 +--- version | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/Http/Middleware/Localization.php b/app/Http/Middleware/Localization.php index ff5526cc7..07852bb00 100644 --- a/app/Http/Middleware/Localization.php +++ b/app/Http/Middleware/Localization.php @@ -31,12 +31,10 @@ class Localization 'nl' => 'nl_NL', 'pl' => 'pl_PL', 'pt_BR' => 'pt_BR', - 'pt_BR' => 'pt_BR', 'ru' => 'ru', 'sk' => 'sk_SK', 'sv' => 'sv_SE', 'uk' => 'uk_UA', - 'uk' => 'uk_UA', 'zh_CN' => 'zh_CN', 'zh_TW' => 'zh_TW', ]; diff --git a/readme.md b/readme.md index 07bebff05..ccbd41ab8 100644 --- a/readme.md +++ b/readme.md @@ -24,9 +24,7 @@ In regards to development philosophy, BookStack has a relaxed, open & positive a Below is a high-level road map view for BookStack to provide a sense of direction of where the project is going. This can change at any point and does not reflect many features and improvements that will also be included as part of the journey along this road map. For more granular detail of what will be included in upcoming releases you can review the project milestones as defined in the "Release Process" section below. -- **Design Revamp** *[(In Progress)](https://github.com/BookStackApp/BookStack/pull/1153)* - - *A more organised modern design to clean things up, make BookStack more efficient to use and increase mobile usability.* -- **Platform REST API** +- **Platform REST API** *(In Design)* - *A REST API covering, at minimum, control of core content models (Books, Chapters, Pages) for automation and platform extension.* - **Editor Alignment & Review** - *Review the page editors with goal of achieving increased interoperability & feature parity while also considering collaborative editing potential.* diff --git a/version b/version index a36148419..4494802a4 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.26-dev +v0.27-dev