Skip to content

Commit

Permalink
bumped up 0.3.5
Browse files Browse the repository at this point in the history
fix #19 Autolink is broken for emails

[added constants]:
Sundown\Render\MKDA_NORMAL
Sundown\Render\MKDA_EMAIL

[changed signature]:
Sundown\Render\Base::autolink(string$link, int $type)
  type should be Sundown\Render\MKDA_NORMAL or Sundown\Render\MKDA_EMAIL
  • Loading branch information
chobie committed May 16, 2012
1 parent 517619a commit 6a46fcd
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 15 deletions.
34 changes: 29 additions & 5 deletions Changelog
@@ -1,11 +1,35 @@
2010-04-22 Shuhei Tanuma <chobieeee@php.net>
2012-05-17 Shuhei Tanuma <chobieeee@php.net>

* bumped up 0.3.5

fix #19 Autolink is broken for emails

[added constants]:
Sundown\Render\MKDA_NORMAL
Sundown\Render\MKDA_EMAIL

[changed signature]:
Sundown\Render\Base::autolink(string$link, int $type)
type should be Sundown\Render\MKDA_NORMAL or Sundown\Render\MKDA_EMAIL

2012-05-14 Shuhei Tanuma <chobieeee@php.net>

* bumped up 0.3.4

[summary]
* add Sundown\Render\HTML_TOC render.
* add Sundown\Markdown::setRender(Sundown\Render\Base $render);
* improve build script.
* add Changelog, adjust package.xml

2012-04-22 Shuhei Tanuma <chobieeee@php.net>

* bumped up 0.3.3:

[summary]
* fix #16 missing space_after_headers extension

2010-04-02 Shuhei Tanuma <chobieeee@php.net>
2012-04-02 Shuhei Tanuma <chobieeee@php.net>

* bumped up 0.3.1:

Expand All @@ -14,7 +38,7 @@
* fixed segfault when calling render method more than once.
* implement more test cases.

2010-03-04 Shuhei Tanuma <chobieeee@php.net>
2012-03-04 Shuhei Tanuma <chobieeee@php.net>

* bumped up 0.3.0:

Expand All @@ -30,7 +54,7 @@
* fix memory leaks
* implement more test cases.

2010-03-04 Shuhei Tanuma <chobieeee@php.net>
2012-03-04 Shuhei Tanuma <chobieeee@php.net>

* bumped up 0.2.0:

Expand All @@ -55,7 +79,7 @@
* hanging whitespace breaks tables


2010-02-05 Shuhei Tanuma <chobieeee@php.net>
2012-02-05 Shuhei Tanuma <chobieeee@php.net>

* bumped up 0.2.0:
- Initial PECL Sundown release.
44 changes: 34 additions & 10 deletions package.xml
Expand Up @@ -15,25 +15,29 @@ PECL Sundown provides straight forward object oriented Markdown API and customiz
<email>chobieeee@php.net</email>
<active>yes</active>
</lead>
<date>2012-05-14</date>
<date>2012-05-16</date>
<version>
<release>0.3.4</release>
<api>0.3.4</api>
<release>0.3.5</release>
<api>0.3.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
bumped up 0.3.4
* bumped up 0.3.5

[summary]
* add Sundown\Render\HTML_TOC render.
* add Sundown\Markdown::setRender(Sundown\Render\Base $render);
* improve build script.
* add Changelog, adjust package.xml
</notes>
fix #19 Autolink is broken for emails

[added constants]:
Sundown\Render\MKDA_NORMAL
Sundown\Render\MKDA_EMAIL

[changed signature]:
Sundown\Render\Base::autolink(string$link, int $type)
type should be Sundown\Render\MKDA_NORMAL or Sundown\Render\MKDA_EMAIL
</notes>
<contents>
<dir name="/">
<file role="doc" name="CREDITS" />
Expand Down Expand Up @@ -123,6 +127,26 @@ bumped up 0.3.4
<providesextension>sundown</providesextension>
<extsrcrelease/>
<changelog>
<release>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<version>
<release>0.3.4</release>
<api>0.3.4</api>
</version>
<date>2012-05-14</date>
<notes>
* bumped up 0.3.4

[summary]
* add Sundown\Render\HTML_TOC render.
* add Sundown\Markdown::setRender(Sundown\Render\Base $render);
* improve build script.
* add Changelog, adjust package.xml
</notes>
</release>
<release>
<stability>
<release>beta</release>
Expand Down

0 comments on commit 6a46fcd

Please sign in to comment.