Skip to content

Commit 050eff8

Browse files
committed
Prepare for next version
1 parent 2acf9e1 commit 050eff8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@ P H I N G
22
=========================
33

44

5+
Dec. 21, 2025 - Phing 3.1.1
6+
---------------------------
7+
8+
The following issues and pull requests were closed in this release:
9+
10+
* Removing unnecessary xdg-open [\#1972](https://github.com/phingofficial/phing/pull/1972)
11+
* Fix option help message of `-inputhandler` [\#1970](https://github.com/phingofficial/phing/pull/1970)
12+
* Use PHP_CodeSniffer-specific annotations as needed [\#1968](https://github.com/phingofficial/phing/pull/1968)
13+
* Adopt PHP 8.5 [\#1964](https://github.com/phingofficial/phing/issues/1964)
14+
* Outdated Symfony version in V3.1.0 [\#1961](https://github.com/phingofficial/phing/issues/1961)
15+
* Fix deprecation warning for $searchForThis [\#1950](https://github.com/phingofficial/phing/pull/1950)
16+
* deprecation warning when shell-completion runs (PR with fix provided) [\#1949](https://github.com/phingofficial/phing/issues/1949)
17+
* Fix Grammar for fail element [\#1948](https://github.com/phingofficial/phing/pull/1948)
18+
* Fix Grammar for delete [\#1947](https://github.com/phingofficial/phing/pull/1947)
19+
* Fix Grammar for XsltTask - be a real child of CopyTask and fix missing verbose attribute [\#1946](https://github.com/phingofficial/phing/pull/1946)
20+
* Fix Grammar for runtarget: add missing element [\#1945](https://github.com/phingofficial/phing/pull/1945)
21+
* Fix Grammar for Fileset element: selector element made optional and selectors added [\#1944](https://github.com/phingofficial/phing/pull/1944)
22+
* Fix echoxml definition in phing-grammar.rng [\#1942](https://github.com/phingofficial/phing/pull/1942)
23+
* Fix Grammar: composerTask attributes are each optional [\#1941](https://github.com/phingofficial/phing/pull/1941)
24+
* phing-grammar.rng: Fix optional attributes in different tasks [\#1940](https://github.com/phingofficial/phing/pull/1940)
25+
* Allow Symfony 7 for required Symfony components [\#1939](https://github.com/phingofficial/phing/pull/1939)
26+
527
Jul. 25, 2025 - Phing 3.1.0
628
---------------------------
729

etc/VERSION.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.1.1

0 commit comments

Comments
 (0)