Add EOL notice to README & issue correction in Upgrade modal (#1726)
This commit is contained in:
parent
bbac83e485
commit
8fc789b753
2 changed files with 19 additions and 7 deletions
10
README.md
10
README.md
|
@ -1,3 +1,13 @@
|
||||||
|
## ⚠ Cider Classic has approached its End-of-Life status.
|
||||||
|
This application is now no longer being actively maintained.
|
||||||
|
No support will be given on Windows.
|
||||||
|
|
||||||
|
Thanks for your continued support.
|
||||||
|
|
||||||
|
[Get Cider 2 today.](https://www.microsoft.com/store/productId/9PL8WPH0QK9M)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://cider.sh"><img src="./resources/banner.png" width="80%" height="60%" alt="Banner"></a>
|
<a href="https://cider.sh"><img src="./resources/banner.png" width="80%" height="60%" alt="Banner"></a>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
@contextmenu.self="closePromo">
|
@contextmenu.self="closePromo">
|
||||||
<div class="modal-window">
|
<div class="modal-window">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<div class="modal-title">Cider 2 Upgrade 50% Off - Last Call!</div>
|
<div class="modal-title">Cider 2 Free Upgrade — Last Call!</div>
|
||||||
<button
|
<button
|
||||||
class="close-btn"
|
class="close-btn"
|
||||||
@click="closePromo"
|
@click="closePromo"
|
||||||
|
@ -23,15 +23,17 @@
|
||||||
class="p-3"
|
class="p-3"
|
||||||
style="font-size: 14px">
|
style="font-size: 14px">
|
||||||
Earlier this year, we released Cider 2, a complete rewrite of Cider.
|
Earlier this year, we released Cider 2, a complete rewrite of Cider.
|
||||||
<br />Cider 2 is a paid upgrade, but we're offering it for 50% Discount to all Cider users who purchased Cider 1 <b>on or before November 30th, 2022.</b>
|
<br />Cider 2 is a paid upgrade, but we're offering it <b>for free</b> to Cider users who have purchased Cider 1.
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
If you are eligible for a 50% Discount on the upgrade, you can download Cider 2 from the Microsoft Store.
|
Download Cider 2 from the Microsoft Store today!
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<b> The cutoff date for this upgrade is: <br />June, 30th 2023. </b>
|
<b>This limited offer is valid until June 4th, 2023.</b>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<i>Upon opening the website, please click "Get in Store app" to continue.</i>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<label>
|
<label>
|
||||||
|
@ -39,7 +41,7 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
style="accent-color: var(--keyColor)"
|
style="accent-color: var(--keyColor)"
|
||||||
v-model="showOnStartup" />
|
v-model="showOnStartup" />
|
||||||
Show this offer again on next startup
|
Show this reminder again on next startup
|
||||||
</label>
|
</label>
|
||||||
<template v-if="hasSeen">
|
<template v-if="hasSeen">
|
||||||
<br />
|
<br />
|
||||||
|
@ -48,7 +50,7 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
style="accent-color: var(--keyColor)"
|
style="accent-color: var(--keyColor)"
|
||||||
v-model="removeItemFromMainMenu" />
|
v-model="removeItemFromMainMenu" />
|
||||||
Remove upgrade item from Main Menu
|
Remove upgrade button from Quick Navigation/Main Menu
|
||||||
</label>
|
</label>
|
||||||
</template>
|
</template>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue