Skip to content

Commit

Permalink
Prepping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed May 22, 2015
1 parent 328034a commit abc8408
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
6 changes: 4 additions & 2 deletions src/common/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Change Log
==========

**The new logo is happening! Graphically-inclined people needed!** Submit your design, and the MDH users will vote on the next logo. Exciting! [Details are on the website.](http://markdown-here.com/logo.html)
### **Time to pick the new logo! [Cast your vote!](https://goo.gl/forms/XTrT6FwnFo)**


2015-xx-yy: v2.11.8
2015-05-21: v2.11.8
-------------------

* [Fixed bug #251](https://github.com/adam-p/markdown-here/issues/251): Improved HTML-to-plaintext processing, in order to make newline handling better. Fixes some cases where tables get messed up. Thanks to [hchaase](https://github.com/hchaase).
Expand All @@ -13,6 +13,8 @@ Change Log

* Fixed [Pale Moon](http://www.palemoon.org/) compatibility. Thanks to Ismani Nieuweboer.

* Partially [fixed bug #104](https://github.com/adam-p/markdown-here/issues/104): Pre-rendered links (especially auto-links) in code were getting converted to Markdown when rendering (so you end up with raw Markdown in your code). This is now fixed for backtick-style code (inline and block), but not for indented code blocks.


2015-04-06: v2.11.7
-------------------
Expand Down
6 changes: 6 additions & 0 deletions src/common/upgrade-notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
<a id="markdown-here-upgrade-notification-link" class="markdown-here-reset" target="_blank" href="{{optionsURL}}" title="{{upgrade_notification_changes_tooltip}}">
<img id="markdown-here-upgrade-notification-logo" class="markdown-here-reset" style="width:16px" src="data:image/png;base64,{{logoBase64}}"/>
{{upgrade_notification_text}}

<!-- LOGOTEMP: A one-release override of the upgrade notification. We won't have a translation done, so the text will just be here directly.
-->
<br><br>
<b>Vote for the new logo!</b>

</a>
<a id="markdown-here-upgrade-notification-close" class="markdown-here-reset" href="#" title="{{upgrade_notification_dismiss_tooltip}}">&#215;</a>
</div>
8 changes: 4 additions & 4 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<Description about="urn:mozilla:install-manifest">
<em:type>2</em:type> <!-- 2 : Extension -->
<em:id>[email protected]</em:id>
<em:version>2.11.7</em:version>
<em:version>2.11.8</em:version>

<em:targetApplication>
<Description>
<!-- Firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>11.0</em:minVersion>
<em:maxVersion>38.*</em:maxVersion>
<em:maxVersion>40.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -21,7 +21,7 @@
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>3.*</em:maxVersion>
<em:maxVersion>4.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -30,7 +30,7 @@
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>6.0</em:minVersion>
<em:maxVersion>38.*</em:maxVersion>
<em:maxVersion>40.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_app_name__",
"version": "2.11.5",
"version": "2.11.8",
"description": "__MSG_app_slogan__",
"homepage_url": "http://markdown-here.com",
"minimum_chrome_version": "6",
Expand Down
1 change: 1 addition & 0 deletions utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "markdown-here-utils",
"version": "0.0.0",
"private": true,
"dependencies": {
"markdown-it": "~3.0.5",
"metascript": "~1.0.0",
Expand Down

0 comments on commit abc8408

Please sign in to comment.