Skip to content

Commit 925aa12

Browse files
authored
Merge pull request #266 from phil-davis/prepare-7.0.5
chore: prepare release 7.0.5
2 parents a7449a2 + c98a110 commit 925aa12

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

4+
7.0.5 (2025-09-09)
5+
------------------
6+
* #257 properly compute absolute URL (@skjnldsv)
7+
48
7.0.4 (2024-09-06)
59
------------------
610
* #227 Remove redundant PHP doc to make cs-fixer pass ( @phil-davis )
@@ -27,6 +31,11 @@ ChangeLog
2731
------------------
2832
* #198 Allow sabre/uri major version 3 ( @phil-davis )
2933

34+
6.0.4 (2025-09-09)
35+
------------------
36+
37+
* #260 properly compute absolute URL (@skjnldsv)
38+
3039
6.0.3 (2024-09-06)
3140
------------------
3241

@@ -52,6 +61,11 @@ ChangeLog
5261
* #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
5362
* #194 Adjust type declarations a little bit (@phil-davis)
5463

64+
5.1.13 (2025-09-09)
65+
------------------
66+
67+
* #262 properly compute absolute URL (@skjnldsv)
68+
5569
5.1.12 (2024-08-27)
5670
------------------
5771

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"sabre/uri" : "^2.3 || ^3.0"
1414
},
1515
"require-dev" : {
16-
"friendsofphp/php-cs-fixer": "^3.66",
16+
"friendsofphp/php-cs-fixer": "^3.87",
1717
"phpstan/phpstan": "^1.12",
1818
"phpstan/phpstan-phpunit": "^1.4",
1919
"phpstan/phpstan-strict-rules": "^1.6",

lib/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 = '7.0.4';
19+
public const VERSION = '7.0.5';
2020
}

0 commit comments

Comments
 (0)