Skip to content

Commit 2918524

Browse files
committed
Prepare 4.4.0
1 parent 82ac31e commit 2918524

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
22
=========
33

4+
4.4.0 (2022-06-27)
5+
-------------------------
6+
* #1396: Include "before" and "after" copy events (@jvillafanez)
7+
* #1404: Fix encoding detection on PHP 8.1 (@come-nc)
8+
49
4.3.1 (2022-01-20)
510
-------------------------
611
* #1385: fix: ensure first argument on strpos is a string (@DeepDiver1975)

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ http://sabre.io/
1414
Build status
1515
------------
1616

17-
| branch | status | minimum PHP version |
18-
| ------------ | ------ | ------------------- |
19-
| master | [![Build Status](https://travis-ci.org/sabre-io/dav.svg?branch=master)](https://travis-ci.org/sabre-io/dav) | PHP 7.1 |
20-
| 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 |
21-
| 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 |
22-
| 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 |
23-
| 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 |
24-
| 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 |
25-
| 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 |
26-
| 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 |
17+
| branch | status | PHP version |
18+
|------------|---------------------------------------------------------------------------|--------------------|
19+
| master 4.* | ![CI](https://github.com/sabre-io/dav/actions/workflows/ci.yml/badge.svg) | PHP 7.1 up, 8.0 up |
20+
| 3.2 | unmaintained | PHP 5.5 to 7.1 |
21+
| 3.1 | unmaintained | PHP 5.5 |
22+
| 3.0 | unmaintained | PHP 5.4 |
23+
| 2.1 | unmaintained | PHP 5.4 |
24+
| 2.0 | unmaintained | PHP 5.4 |
25+
| 1.8 | unmaintained | PHP 5.3 |
26+
| 1.7 | unmaintained | PHP 5.3 |
27+
| 1.6 | unmaintained | PHP 5.3 |
2728

2829
Documentation
2930
-------------

lib/DAV/Version.php

Lines changed: 1 addition & 1 deletion
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.3.1';
19+
public const VERSION = '4.4.0';
2020
}

0 commit comments

Comments
 (0)