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
28 additions
and
8 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,20 +10,22 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2021-12-16</date> | ||
<time>12:05:00</time> | ||
<date>2022-05-20</date> | ||
<time>10:20:00</time> | ||
<version> | ||
<release>3.3.4</release> | ||
<api>3.3.4</api> | ||
<release>3.3.5</release> | ||
<api>3.3.5</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP</license> | ||
<notes> | ||
- Fixed build with PHP8.1 | ||
- change to using stub.php generated arginfos | ||
- Fixed ISSUE #566 (bootstrap method named "_init" is not be called) | ||
- Fixed ISSUE #569 (Yaf_Application::getInstance is not static) | ||
- Fixed ISSUE #570 (call_args parsing error in static_route) | ||
- Fixed ISSUE #571 (Yaf_Request::setController failed if format arg is false) | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -285,6 +287,25 @@ | |
<providesextension>yaf</providesextension> | ||
<extsrcrelease /> | ||
<changelog> | ||
<release> | ||
<date>2022-05-20</date> | ||
<version> | ||
<release>3.3.5</release> | ||
<api>3.3.5</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
- Fixed ISSUE #566 (bootstrap method named "_init" is not be called) | ||
- Fixed ISSUE #569 (Yaf_Application::getInstance is not static) | ||
- Fixed ISSUE #570 (call_args parsing error in static_route) | ||
- Fixed ISSUE #571 (Yaf_Request::setController failed if format arg is false) | ||
</notes> | ||
</release> | ||
|
||
<release> | ||
<date>2021-12-16</date> | ||
<version> | ||
|
@@ -301,7 +322,6 @@ | |
- change to using stub.php generated arginfos | ||
</notes> | ||
</release> | ||
|
||
<release> | ||
<date>2021-07-01</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