From 4f0e737cf1faa28c4bfb208207d5536d345dd99d Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Wed, 26 Sep 2007 14:31:35 -0400 Subject: [PATCH] Added release date and notes for 1.0.1k. --- PHP Markdown Readme.text | 7 +++++++ markdown.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 4490ba1..46cf652 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -203,6 +203,13 @@ expected; (3) the output PHP Markdown actually produced. Version History --------------- +1.0.1k (26 Sep 2007): + +* Fixed a problem introduced in 1.0.1i where three or more identical + uppercase letters, as well as a few other symbols, would trigger + a horizontal line. + + 1.0.1j (4 Sep 2007): * Fixed a problem introduced in 1.0.1i where the closing `code` and diff --git a/markdown.php b/markdown.php index c0e31b0..75122ce 100644 --- a/markdown.php +++ b/markdown.php @@ -12,7 +12,7 @@ # -define( 'MARKDOWN_VERSION', "1.0.1k" ); # Unreleased +define( 'MARKDOWN_VERSION', "1.0.1k" ); # Wed 26 Sep 2007 #