diff --git a/README.md b/README.md index b04a60a33..43bd12abf 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ To upgrade, overwrite application files and apply respective DB script: * v0.6.5 to v0.6.6 - [`/sql/upgrade-0.6.5-0.6.6.sql`](https://github.com/RestyaPlatform/board/blob/master/sql/upgrade-0.6.5-0.6.6.sql) * v0.6.6 to v0.6.7 - [`/sql/upgrade-0.6.6-0.6.7.sql`](https://github.com/RestyaPlatform/board/blob/master/sql/upgrade-0.6.6-0.6.7.sql) * v0.6.7 to v0.6.8 - [`/sql/upgrade-0.6.7-0.6.8.sql`](https://github.com/RestyaPlatform/board/blob/master/sql/upgrade-0.6.7-0.6.8.sql) +* v0.6.8 to v0.6.9 - [`/sql/upgrade-0.6.8-0.6.9.sql`](https://github.com/RestyaPlatform/board/blob/master/sql/upgrade-0.6.8-0.6.9.sql) ### Configuring Restyaboard diff --git a/api_explorer/swagger.json b/api_explorer/swagger.json index 471c37092..04f7b6cc8 100644 --- a/api_explorer/swagger.json +++ b/api_explorer/swagger.json @@ -9,7 +9,7 @@ "name": "Dual License (OSL 3.0 & Commercial License)", "url": "https://github.com/RestyaPlatform/board/blob/master/LICENSE.txt" }, - "version": "0.6.8" + "version": "0.6.9" }, "basePath": "/v1", "consumes": [ diff --git a/client/js/models/board.js b/client/js/models/board.js index 7af2d78b5..d339ea208 100644 --- a/client/js/models/board.js +++ b/client/js/models/board.js @@ -50,5 +50,6 @@ App.Board = Backbone.Model.extend({ this.checklist_items = new App.CheckListItemCollection(); this.boards_stars = new App.BoardStarCollection(); this.acl_links = new App.AclBoardLinksCollection(); + this.attributes.is_card_filtered = false; } }); diff --git a/client/js/templates/about_us.jst.ejs b/client/js/templates/about_us.jst.ejs index 56eaeebfc..2cec7fcdd 100644 --- a/client/js/templates/about_us.jst.ejs +++ b/client/js/templates/about_us.jst.ejs @@ -1,6 +1,6 @@

[Image: <%- SITE_NAME %> ]

- v 0.6.8 (2019-12-16) + v 0.6.9 (2020-08-26)

<%- i18next.t("Technologies and Components") %>