Skip to content

Commit ccf8c57

Browse files
committed
Update Changelog.md
1 parent 7c1e37d commit ccf8c57

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### 2.8
55

6-
*<small>not released yet</small>*
6+
*<small>January 26th, 2023</small>*
77

88
* **[Add Custom External Programs for Documents](https://markdownmonster.west-wind.com/docs/_6if1ephjm.htm)**
99
You can now add external programs to launch for active document in the editor or for files and folders in the Folder Browser. Launch individual programs or URLs and specify arguments in a variety of ways. (belatedly fixes [#947](https://github.com/RickStrahl/MarkdownMonster/issues/947))
83.8 KB
Loading

MarkdownMonsterWeb/download.cshtml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@
2727
<meta property="og:url" content="https://markdownmonster.west-wind.com/download" />
2828

2929
<meta name="twitter:card" content="summary_large_image" />
30-
<meta property="og:image" content="https://markdownmonster.west-wind.com/Images/MarkdownMonster-Card-1200x628.png" />
30+
<meta property="og:image" content="https://markdownmonster.west-wind.com/Images/MarkdownMonster-Card-1200x628.png" />
31+
<meta property="og:image:alt" content="Markdown Monster logo image"/>
32+
33+
@* <meta name="twitter:card" content="summary" />
34+
<meta property="og:image" content="https://markdownmonster.west-wind.com/Images/MarkdownMonster-Card-1200x1200.png"/> *@
35+
3136

3237
<style>
3338
dt {
@@ -211,7 +216,7 @@ user folder.">Portable Zip</a> &bull;
211216
Markdown Monster on as many computers you wish with your license.
212217
</p>
213218
<p>
214-
This download provides a fully functional, non-limited version that includes all of
219+
This free download provides a fully functional, non-limited version that includes all of
215220
Markdown Monster's features.<br />
216221
</p>
217222
<p>

MarkdownMonsterWeb/index.cshtml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@
3232
<meta property="og:url" content="https://markdownmonster.west-wind.com" />
3333

3434
<meta name="twitter:card" content="summary_large_image" />
35-
<meta property="og:image" content="https://markdownmonster.west-wind.com/Images/MarkdownMonster-Card-1200x628.png"/>
36-
35+
<meta property="og:image" content="https://markdownmonster.west-wind.com/Images/MarkdownMonster-Card-1200x628.png" />
36+
<meta property="og:image:alt" content="Markdown Monster logo image"/>
37+
38+
@* <meta name="twitter:card" content="summary" />
39+
<meta property="og:image" content="https://markdownmonster.west-wind.com/Images/MarkdownMonster-Card-1200x1200.png"/> *@
40+
3741
<style>
3842
#ActionButtons {
3943
width: 100%;

MarkdownMonsterWeb/purchase.cshtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ If you purchased a license for Markdown Monster 1.x, you can **upgrade your lice
295295

296296
To qualify, you need to have a previous version license that we can verify. If you ordered under the same name and company there's nothing else to do and we'll match your old order to the new order. If we can't match a previous order, we may ask for an order number or your matching name/company from the previous version order.
297297

298-
If you purchased Markdown Monster 1.x **after Jan 1st, 2021 you qualify for a free upgrade**. If you qualify you can place an [upgrade order for v2](https://store.west-wind.com/product/order/markdownmonster_2_up) and use a promo code of *FREE_UPGRADE*. This will create an order with a small charge (US$0.35) to validate your identity. We'll validate your free upgrade request and if valid you'll be registered, and we won't process the small authorization charge. Please note that upgrade requests are manually reviewed so it might take up to full day to process an upgrade order.
299-
298+
**Minor version updates are always free** (ie. `v2.1` to `v2.8`).
300299

301300
#### MVPs, ASP.NET Insiders and Microsoft Employees can get a Free License
302301
Microsoft MVPs, ASP.NET Insiders and Microsoft employees as well as employees of any company offering free tools to

0 commit comments

Comments
 (0)