Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare 4.7.0 #1569

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
ChangeLog
=========

4.7.0 (2024-10-29)
-------------------------
* #1074 Add event to allow inspecting and changing multipart responses (@icewind1991)
* #1529 fix typo in comment (@st3iny)
* #1534 remove script for dead Google Code (@Rotzbua)
* #1536 fix typos (@Rotzbua)
* #1539 bump actions/cache from 3 to 4
* #1540 bump codecov/codecov-action from 3 to 4
* #1545 fix getNodeForPath caching (@icewind1991)
* #1550 stop exporting php-cs-fixer config (@phil-davis)
* #1559 Allow for custom iTipBroker (@SebastianKrupinski)
* #1560 Fix PHP 8.4 deprecations (@cedric-anne)

4.6.0 (2023-12-11)
-------------------------
* #1526: feat: add propFindUnfiltered public method to Client (@phil-davis)
Expand Down
2 changes: 1 addition & 1 deletion lib/DAV/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '4.6.0';
public const VERSION = '4.7.0';
}