Skip to content

Commit 29601f3

Browse files
committed
add changelog entry
1 parent 65842dc commit 29601f3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111
- Add logic to set the node's link from the <guid> element when isPermaLink="true" and no link is present. (#12)
1212

13-
1413
### Fixed
15-
14+
- Fix: Analysis of relative links for the Atom feed (#10)

src/FeedIo/Feed/Node.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Node implements NodeInterface, ElementsAwareInterface, ArrayableInterface
3030

3131
protected ?string $host = null;
3232

33-
protected ?string $linkLinkForAnalysis = null;
33+
protected ?string $linkForAnalysis = null;
3434

3535
public function __construct()
3636
{

0 commit comments

Comments
 (0)