From 0bcc389e73c6080b97251ffdbd593bc72e496f28 Mon Sep 17 00:00:00 2001 From: Uku Taht Date: Fri, 19 Jun 2020 14:35:09 +0300 Subject: [PATCH] Change 1m plan --- lib/plausible/billing/plans.ex | 4 ++-- lib/plausible_web/templates/billing/change_plan.html.eex | 4 ++-- lib/plausible_web/templates/billing/upgrade.html.eex | 4 ++-- lib/plausible_web/templates/layout/focus.html.eex | 2 +- lib/plausible_web/views/auth_view.ex | 6 ++++-- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/lib/plausible/billing/plans.ex b/lib/plausible/billing/plans.ex index 25497e981..e7324926e 100644 --- a/lib/plausible/billing/plans.ex +++ b/lib/plausible/billing/plans.ex @@ -5,7 +5,7 @@ defmodule Plausible.Billing.Plans do "100k": %{product_id: "558745", due_now: "$12"}, "200k": %{product_id: "597485", due_now: "$18"}, "500k": %{product_id: "597487", due_now: "$27"}, - "1m": %{product_id: "558746", due_now: "$36"}, + "1m": %{product_id: "597642", due_now: "$48"}, "2m": %{product_id: "597309", due_now: "$69"}, "5m": %{product_id: "597311", due_now: "$99"} }, @@ -14,7 +14,7 @@ defmodule Plausible.Billing.Plans do "100k": %{product_id: "590752", due_now: "$96"}, "200k": %{product_id: "597486", due_now: "$114"}, "500k": %{product_id: "597488", due_now: "$216"}, - "1m": %{product_id: "590753", due_now: "$288"}, + "1m": %{product_id: "597643", due_now: "$384"}, "2m": %{product_id: "597310", due_now: "$552"}, "5m": %{product_id: "597312", due_now: "$792"} } diff --git a/lib/plausible_web/templates/billing/change_plan.html.eex b/lib/plausible_web/templates/billing/change_plan.html.eex index 78e60a706..3f9aea4d6 100644 --- a/lib/plausible_web/templates/billing/change_plan.html.eex +++ b/lib/plausible_web/templates/billing/change_plan.html.eex @@ -79,8 +79,8 @@ 1m - $36 - $24 + $48 + $32 diff --git a/lib/plausible_web/templates/billing/upgrade.html.eex b/lib/plausible_web/templates/billing/upgrade.html.eex index be0889f8a..9d9a3d117 100644 --- a/lib/plausible_web/templates/billing/upgrade.html.eex +++ b/lib/plausible_web/templates/billing/upgrade.html.eex @@ -74,8 +74,8 @@ 1m - $36 - $24 + $48 + $32 diff --git a/lib/plausible_web/templates/layout/focus.html.eex b/lib/plausible_web/templates/layout/focus.html.eex index 610820eb1..70eec6f61 100644 --- a/lib/plausible_web/templates/layout/focus.html.eex +++ b/lib/plausible_web/templates/layout/focus.html.eex @@ -20,7 +20,7 @@ <%= render @view_module, @view_template, assigns %> -

+

©2020 Plausible Insights. All rights reserved.

diff --git a/lib/plausible_web/views/auth_view.ex b/lib/plausible_web/views/auth_view.ex index 85a62f9e0..f63fe24b2 100644 --- a/lib/plausible_web/views/auth_view.ex +++ b/lib/plausible_web/views/auth_view.ex @@ -6,14 +6,16 @@ defmodule PlausibleWeb.AuthView do "558745" => "100k / monthly", "597485" => "200k / monthly", "597487" => "500k / monthly", - "558746" => "1m / monthly", + "597642" => "1m / monthly", + "558746" => "1m / monthly / grandfathered", "597309" => "2m / monthly", "597311" => "5m / monthly", "572810" => "10k / yearly", "590752" => "100k / yearly", "597486" => "200k / yearly", "597488" => "500k / yearly", - "590753" => "1m / yearly", + "597643" => "1m / yearly", + "590753" => "1m / yearly / grandfathered", "597310" => "2m / yearly", "597312" => "5m / yearly", "free_10k" => "10k / free"