All Versions
184
Latest Version
Avg Release Cycle
64 days
Latest Release
640 days ago

Changelog History
Page 1

  • v4.4.0 Changes

    June 27, 2022
    • #1396: Include "before" and "after" copy events (@jvillafanez)
    • #1404: Fix encoding detection on PHP 8.1 (@come-nc)
  • v4.3.1 Changes

    January 20, 2022
    • #1385: fix: ensure first argument on strpos is a string (@DeepDiver1975)
  • v4.3.0 Changes

    December 14, 2021
    • #1284: A more secure and generalized approach for PDO Basic Auth Backend (@lightbluetom)
  • v4.2.3 Changes

    December 09, 2021
    • โช #1375: revert 1365 'add params for put interface' (@phil-davis)
  • v4.2.2 Changes

    December 09, 2021
    • ๐Ÿ”€ #1248: CalDAV to sync properly when limit is set in PDO backend (@nhirokinet)
    • #1365: add params for put interface (@yrong)
    • ๐ŸŒฒ #1372: Allow psr/log major versions 2 and 3 as dependencies (@fezfez)
  • v4.2.1 Changes

    November 30, 2021
    • #1371: Fix phpdoc return type of findByUri in BackendInterface (@come-nc)
  • v4.2.0 Changes

    November 17, 2021
    • โฑ #1317: Add primary key to schedulingobjects table in pgsql.calendars.sql example (@perguth)
    • ๐Ÿ”’ #1335: don't remove lock on dir when deleting a child node (@tbsmark86)
    • #1341: Add new event "afterCreateCollection" like "afterCreateFile" (@woutersamaey)
    • #1344: Fix propfind type of subnodes with depth >= 1 (@n-peugnet)
    • #1355: Make sure a {DAV:}prop is not empty (@kesselb)
    • ๐Ÿ‘ท #1356: Switch CI to GitHub Actions (@kesselb)
    • #1362: Adjust PHPdoc return types (@phil-davis)
    • ๐Ÿ—„ #1354: Fix deprecated usages on PHP 8.1 (@cedric-anne)
  • v4.1.5 Changes

    February 12, 2021
    • ๐Ÿ›  #1322: Fixes for addressbook-query filters (@mstilkerich)
    • #1329: Correctly process a POST with no Content-Type specified plus phpstan level 1 (@phil-davis)
  • v4.1.4 Changes

    January 11, 2021
    • ๐Ÿ“ฆ #1312: Reduce package size by ignoring test and other non-run-time files
    • โœ… #1316: Minor code changes for latest PHP cs-fixer
    • #1319: Fix "Trying to access array offset on value of type bool"
    • #1321: Complete checks for non existing/null/false time-range array keys
  • v4.1.3 Changes

    November 09, 2020

    4.1.3 (2020-11-09)

    • #1306: Return 409 when trying to PUT a file into a non-existent collection