Fixed release date.
This commit is contained in:
parent
fb523bf028
commit
f9f857b4e2
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
PHP Markdown
|
||||
============
|
||||
|
||||
Version 1.0.1i - Tue 28 Aug 2007
|
||||
Version 1.0.1i - Fri 31 Aug 2007
|
||||
|
||||
by Michel Fortin
|
||||
<http://www.michelf.com/>
|
||||
|
|
@ -203,7 +203,7 @@ expected; (3) the output PHP Markdown actually produced.
|
|||
Version History
|
||||
---------------
|
||||
|
||||
1.0.1i (28 Aug 2007):
|
||||
1.0.1i (31 Aug 2007):
|
||||
|
||||
* Fixed a problem where an escaped backslash before a code span
|
||||
would prevent the code span from being created. This should now
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
|
||||
|
||||
define( 'MARKDOWN_VERSION', "1.0.1i" ); # Tue 28 Aug 2007
|
||||
define( 'MARKDOWN_VERSION', "1.0.1i" ); # Fri 31 Aug 2007
|
||||
|
||||
|
||||
#
|
||||
|
|
@ -1496,7 +1496,7 @@ Version History
|
|||
|
||||
See the readme file for detailed release notes for this version.
|
||||
|
||||
1.0.1i (28 Aug 2007)
|
||||
1.0.1i (31 Aug 2007)
|
||||
|
||||
1.0.1h (3 Aug 2007)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue