Skip to content

Commit

Permalink
Merge pull request #1570 from phil-davis/changelog-of-4.7.0
Browse files Browse the repository at this point in the history
forward-port to master of chore: prepare 4.7.0
  • Loading branch information
phil-davis authored Oct 29, 2024
2 parents a6ff593 + ed901a9 commit efa1d9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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';
}

0 comments on commit efa1d9e

Please sign in to comment.