Skip to content

Commit ed901a9

Browse files
committed
chore: prepare 4.7.0
1 parent a6ff593 commit ed901a9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
ChangeLog
22
=========
33

4+
4.7.0 (2024-10-29)
5+
-------------------------
6+
* #1074 Add event to allow inspecting and changing multipart responses (@icewind1991)
7+
* #1529 fix typo in comment (@st3iny)
8+
* #1534 remove script for dead Google Code (@Rotzbua)
9+
* #1536 fix typos (@Rotzbua)
10+
* #1539 bump actions/cache from 3 to 4
11+
* #1540 bump codecov/codecov-action from 3 to 4
12+
* #1545 fix getNodeForPath caching (@icewind1991)
13+
* #1550 stop exporting php-cs-fixer config (@phil-davis)
14+
* #1559 Allow for custom iTipBroker (@SebastianKrupinski)
15+
* #1560 Fix PHP 8.4 deprecations (@cedric-anne)
16+
417
4.6.0 (2023-12-11)
518
-------------------------
619
* #1526: feat: add propFindUnfiltered public method to Client (@phil-davis)

lib/DAV/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
public const VERSION = '4.6.0';
19+
public const VERSION = '4.7.0';
2020
}

0 commit comments

Comments
 (0)