From 4e58e21791fdf7d93818fe376723c09b2d3ff797 Mon Sep 17 00:00:00 2001 From: Alberto Vena Date: Wed, 26 Jul 2017 23:53:02 +0200 Subject: [PATCH] Update README - add a WIP section, it will be ready when solidusio/solidus#2118 will be merged - add a note to discourage the usage of this extension - update contributors section --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d95cb4..c4fcbfc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ SolidusCountriesBackend ======================= -Introduction goes here. +**WIP**: This extension is not ready yet. Do not use it until the pull +request below has been merged. + +Add an admin UI to Solidus for managing countries and states. + +This functionality has been removed from Solidus core with +[#2118](https://github.com/solidusio/solidus/pull/2118). + +Important Note +-------------- + +Solidus will remove support for changing countries and states since they +will not be stored anymore in the database. Solidus will slowly migrate to [Carmen](https://github.com/jim/carmen) and this is part of the +migration process so **it is recommended not to use this extension**. Installation ------------ @@ -36,4 +49,4 @@ Simply add this require statement to your spec_helper: require 'solidus_countries_backend/factories' ``` -Copyright (c) 2017 [name of extension creator], released under the New BSD License +Copyright (c) 2017 [contributors](https://github.com/solidusio-contrib/solidus_countries_backend/graphs/contributors), released under the New BSD License