Skip to content

Commit

Permalink
Merge pull request #1407 from phil-davis/prepare-4.4.0
Browse files Browse the repository at this point in the history
Prepare 4.4.0
  • Loading branch information
phil-davis committed Jun 27, 2022
2 parents 82ac31e + 2918524 commit b65362a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

4.4.0 (2022-06-27)
-------------------------
* #1396: Include "before" and "after" copy events (@jvillafanez)
* #1404: Fix encoding detection on PHP 8.1 (@come-nc)

4.3.1 (2022-01-20)
-------------------------
* #1385: fix: ensure first argument on strpos is a string (@DeepDiver1975)
Expand Down
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ http://sabre.io/
Build status
------------

| branch | status | minimum PHP version |
| ------------ | ------ | ------------------- |
| master | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=master)](https://travis-ci.org/sabre-io/dav) | PHP 7.1 |
| 3.1 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=3.0)](https://travis-ci.org/sabre-io/dav) | PHP 5.5 |
| 3.0 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=3.0)](https://travis-ci.org/sabre-io/dav) | PHP 5.4 |
| 2.1 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=2.1)](https://travis-ci.org/sabre-io/dav) | PHP 5.4 |
| 2.0 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=2.0)](https://travis-ci.org/sabre-io/dav) | PHP 5.4 |
| 1.8 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=1.8)](https://travis-ci.org/sabre-io/dav) | PHP 5.3 |
| 1.7 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=1.7)](https://travis-ci.org/sabre-io/dav) | PHP 5.3 |
| 1.6 | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=1.6)](https://travis-ci.org/sabre-io/dav) | PHP 5.3 |
| branch | status | PHP version |
|------------|---------------------------------------------------------------------------|--------------------|
| master 4.* | ![CI](https://github.com/sabre-io/dav/actions/workflows/ci.yml/badge.svg) | PHP 7.1 up, 8.0 up |
| 3.2 | unmaintained | PHP 5.5 to 7.1 |
| 3.1 | unmaintained | PHP 5.5 |
| 3.0 | unmaintained | PHP 5.4 |
| 2.1 | unmaintained | PHP 5.4 |
| 2.0 | unmaintained | PHP 5.4 |
| 1.8 | unmaintained | PHP 5.3 |
| 1.7 | unmaintained | PHP 5.3 |
| 1.6 | unmaintained | PHP 5.3 |

Documentation
-------------
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.3.1';
public const VERSION = '4.4.0';
}

0 comments on commit b65362a

Please sign in to comment.