We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c646194 + 82b1e5b commit 7c2a140Copy full SHA for 7c2a140
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+5.1.13 (2025-09-09)
5
+------------------
6
+
7
+* #262 properly compute absolute URL (@skjnldsv)
8
9
5.1.12 (2024-08-27)
10
------------------
11
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '5.1.12';
+ public const VERSION = '5.1.13';
20
}
0 commit comments