Fixed version 1.1.5 release date.
Merge branch 'master' into extra Conflicts: PHP Markdown Extra Readme.text markdown.php
This commit is contained in:
commit
bb0cc19885
2 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
PHP Markdown Extra
|
||||
==================
|
||||
|
||||
Version 1.1.5 - Tue 28 Aug 2007
|
||||
Version 1.1.5 - Fri 31 Aug 2007
|
||||
|
||||
by Michel Fortin
|
||||
<http://www.michelf.com/>
|
||||
|
|
@ -207,9 +207,9 @@ expected; (3) the output PHP Markdown actually produced.
|
|||
Version History
|
||||
---------------
|
||||
|
||||
Extra 1.1.5 (28 Aug 2007):
|
||||
Extra 1.1.5 (31 Aug 2007):
|
||||
|
||||
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
|
||||
|
|
|
|||
10
markdown.php
10
markdown.php
|
|
@ -12,8 +12,8 @@
|
|||
#
|
||||
|
||||
|
||||
define( 'MARKDOWN_VERSION', "1.0.1i" ); # Tue 28 Aug 2007
|
||||
define( 'MARKDOWNEXTRA_VERSION', "1.1.5" ); # Tue 28 Aug 2007
|
||||
define( 'MARKDOWN_VERSION', "1.0.1i" ); # Fri 31 Aug 2007
|
||||
define( 'MARKDOWNEXTRA_VERSION', "1.1.5" ); # Fri 31 Aug 2007
|
||||
|
||||
|
||||
#
|
||||
|
|
@ -2587,11 +2587,11 @@ expected; (3) the output Markdown actually produced.
|
|||
|
||||
|
||||
Version History
|
||||
---------------
|
||||
---------------
|
||||
|
||||
See Readme file for details.
|
||||
See the readme file for detailed release notes for this version.
|
||||
|
||||
Extra 1.1.5 (28 Aug 2007)
|
||||
Extra 1.1.5 (31 Aug 2007)
|
||||
|
||||
Extra 1.1.4 (3 Aug 2007)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue