From 57412b75a79b777def3405906b28265186cea542 Mon Sep 17 00:00:00 2001 From: Adam Pritchard Date: Sun, 29 Mar 2015 16:45:01 -0400 Subject: [PATCH] Release prep --- src/common/CHANGES.md | 4 +++- src/common/upgrade-notification.html | 5 +++-- src/install.rdf | 6 +++--- src/manifest.json | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/common/CHANGES.md b/src/common/CHANGES.md index ad7a008f..4a9b1223 100644 --- a/src/common/CHANGES.md +++ b/src/common/CHANGES.md @@ -4,7 +4,7 @@ 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) -2015-03-xx: v2.11.5 +2015-03-29: v2.11.5 ------------------- * [Fixed bug #243](https://github.com/adam-p/markdown-here/issues/243): Due to the way paragraphs were styled, there appeared to be a "blank line" inserted at the top when your Markdown-Here-rendered your content. The styling was changed to correct this. @@ -24,6 +24,8 @@ Change Log - French: [H. Salah Eddine](https://crowdin.com/profile/jamesconception) - Turkish: [Yahya Erturan](https://crowdin.com/profile/yahyaerturan) +* And thanks to Erin for looking after Wulfie long enough for me to put this release together. + 2015-02-16: v2.11.4 ------------------- diff --git a/src/common/upgrade-notification.html b/src/common/upgrade-notification.html index f799a140..0b20f54e 100644 --- a/src/common/upgrade-notification.html +++ b/src/common/upgrade-notification.html @@ -67,6 +67,7 @@ } #markdown-here-upgrade-notification-link { + display: block; padding: 5px; } @@ -77,8 +78,8 @@ #markdown-here-upgrade-notification-close { position: absolute; - top: 2px; - right: 3px; + top: 1px; + right: 2px; } #markdown-here-upgrade-notification-close:hover { diff --git a/src/install.rdf b/src/install.rdf index fec9bf8e..f4f5f8da 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -5,14 +5,14 @@ 2 markdown-here@adam.pritchard - 2.11.4 + 2.11.5 {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 11.0 - 35.* + 38.* @@ -30,7 +30,7 @@ toolkit@mozilla.org 6.0 - 35.* + 38.* diff --git a/src/manifest.json b/src/manifest.json index 23bbc51d..39dac56f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_app_name__", - "version": "2.11.4", + "version": "2.11.5", "description": "__MSG_app_slogan__", "homepage_url": "http://markdown-here.com", "minimum_chrome_version": "6",