-
Notifications
You must be signed in to change notification settings - Fork 18
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
1 parent
e85df5e
commit cc9cfa7
Showing
9 changed files
with
46 additions
and
14 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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 |
---|---|---|
|
@@ -42,9 +42,9 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2022-05-23</date> | ||
<date>2023-11-02</date> | ||
<version> | ||
<release>2.3.1</release> | ||
<release>2.3.2</release> | ||
<api>2.0.1</api> | ||
</version> | ||
<stability> | ||
|
@@ -53,8 +53,13 @@ | |
</stability> | ||
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license> | ||
<notes> | ||
* Re-release of version 2.3.0 with require_once statements correctly enabled | ||
https://github.com/pear/HTML_QuickForm2/issues/9 | ||
* Tested on PHP 8.2 and 8.3 | ||
* psalm version 5 is used for static analysis, fixed new-found issues | ||
* JS generated by Length rule now checks whether an element's value itself | ||
is empty, not its length property | ||
* Added missing getter methods for existing setters: | ||
* HTML_QuickForm2_Element_Button::getContent() | ||
* HTML_QuickForm2_Element_Static::getTagName() | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -743,6 +748,22 @@ | |
</filelist> | ||
</phprelease> | ||
<changelog> | ||
<release> | ||
<date>2022-05-23</date> | ||
<version> | ||
<release>2.3.1</release> | ||
<api>2.0.1</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license> | ||
<notes> | ||
* Re-release of version 2.3.0 with require_once statements correctly enabled | ||
https://github.com/pear/HTML_QuickForm2/issues/9 | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2022-04-02</date> | ||
<version> | ||
|