diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index e23b3adf..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: meltyshev -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/README.md b/README.md index 40f25f96..5bbf4757 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Planka -![David (path)](https://img.shields.io/david/plankanban/planka?path=client) ![Docker Pulls](https://img.shields.io/docker/pulls/meltyshev/planka) ![GitHub](https://img.shields.io/github/license/plankanban/planka) +![David (path)](https://img.shields.io/github/package-json/v/plankanban/planka) ![Docker Pulls](https://img.shields.io/docker/pulls/meltyshev/planka) ![GitHub](https://img.shields.io/github/license/plankanban/planka) A Trello-like kanban board built with React and Redux. @@ -8,8 +8,6 @@ A Trello-like kanban board built with React and Redux. [**Client demo**](https://plankanban.github.io/planka) (without server features). -Buy Me a Coffee at ko-fi.com - ## Features - Create projects, boards, lists, cards, labels and tasks @@ -21,23 +19,8 @@ A Trello-like kanban board built with React and Redux. - User notifications - Internationalization -## Roadmap - -### Current task - -Projects should have Managers who have the ability to create/edit/delete boards. Boards should have their own Members, so members won't see all boards, just those they belong to. Planka will be released after this breaking change. - -### Future tasks - -- Fetch last data after reconnection -- Custom fields -- Public boards -- Automatic actions - ## Deploy -**Please note that Planka is NOT released yet, API and database structure may be changed!** - ### Docker Compose [![](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://hub.docker.com/r/meltyshev/planka) diff --git a/package.json b/package.json index 5b76c05d..c04238d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "0.1.0", + "version": "1.0.0", "private": true, "homepage": "https://plankanban.github.io/planka", "repository": {