forked from laruence/yaf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,21 +10,21 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2012-09-26</date> | ||
<time>11:45:02</time> | ||
<date>2012-10-08</date> | ||
<time>10:21:46</time> | ||
<version> | ||
<release>2.2.3</release> | ||
<api>2.2.3</api> | ||
<release>2.2.4</release> | ||
<api>2.2.4</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP</license> | ||
<notes> | ||
- Call autoRender, flushInstantly, returnResponse of Yaf_Dispatcher without args return current state now (Demon) | ||
- Fixed bug that Yaf_Application::environ is undefined on windows | ||
- Improve warning message while script can not be loaded | ||
- Improving warning info while failed opening template script | ||
- Fixed bug that $this is not Yaf_View_Simple in render method which was introduced in 2.2.3 | ||
- Fixed memleak in Yaf_View_Simple::display() | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -174,6 +174,24 @@ | |
<providesextension>yaf</providesextension> | ||
<extsrcrelease /> | ||
<changelog> | ||
<release> | ||
<date>2012-10-08</date> | ||
<version> | ||
<release>2.2.4</release> | ||
<api>2.2.4</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
- Improving warning info while failed opening template script | ||
- Fixed bug that $this is not Yaf_View_Simple in render method which was introduced in 2.2.3 | ||
- Fixed memleak in Yaf_View_Simple::display() | ||
</notes> | ||
</release> | ||
|
||
<release> | ||
<date>2012-09-26</date> | ||
<version> | ||
|
@@ -191,7 +209,6 @@ | |
- Improve warning message while script can not be loaded | ||
</notes> | ||
</release> | ||
|
||
<release> | ||
<date>2012-09-14</date> | ||
<version> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters