From b50a543148d63d1f56c410c25210421a8e0e4b1b Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 22 Aug 2019 08:38:19 +0530 Subject: [PATCH 1/2] Remove public- prefix shown in django/node/rails hosting pages --- hosting/templates/hosting/includes/_pricing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/templates/hosting/includes/_pricing.html b/hosting/templates/hosting/includes/_pricing.html index 8abbf26f..41a5fcf2 100644 --- a/hosting/templates/hosting/includes/_pricing.html +++ b/hosting/templates/hosting/includes/_pricing.html @@ -57,7 +57,7 @@ From 7bc2c8eebef6407a827227ceb2164c552519d44e Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 22 Aug 2019 08:40:14 +0530 Subject: [PATCH 2/2] Update Changelog for 2.6.2 --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 63c59e11..395691aa 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2.6.2: 2019-08-22 + * #7068: [django/node/rails] Remove public- prefix from OS template names (MR!711) 2.6.1: 2019-07-09 * #6941: [hosting dashboard] Show the card's expiry year & month too in the list of added cards (MR!710) 2.6: 2019-07-03