From dcfecdb36a9f9b2e172967114d9f41c5d27023a9 Mon Sep 17 00:00:00 2001 From: Stephen Harris Date: Tue, 1 Sep 2015 22:53:44 +0100 Subject: [PATCH] Update Readme, bump to 1.0.0 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e765d32..90d5898 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ grunt.initConfig({ #### screenshot_url Type: `String` -Default value: `http://s.wordpress.org/extend/plugins/{plugin}/{screenshot}.png` +Default value: `http://ps.w.org/{plugin}/assets/{screenshot}.png` The url used for the screenshot images. `{plugin}` is replaced by the plug-in name (as determined by the readme) and `{screenshot}` is replaced by `screenshot-X` where `X` is a number indexing the screenshots (starting from 1). @@ -62,6 +62,10 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. ## Release History +### 1.0.0 +- Changed the default value of the screen short URL +- Fix for the fact lines with colons are being parsed as if they were readme tags. Fixes [#3](https://github.com/stephenharris/wp-readme-to-markdown/issues/3). ). Thanks to @marcochiesi. + ### 0.9.0 Add support for code blocks in WordPress readme (with caveat, see [#7](https://github.com/stephenharris/wp-readme-to-markdown/issues/7). )