Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksleight committed May 31, 2022
1 parent 0a531e8 commit fb72706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## 0.3.0 ()
## 1.0.0 (2022-05-31)

- [new] Add container option to enable linking to assets (3.2.38+)
- [new] Add container option to enable linking to assets
- [new] Add preset for linking to specific pages of PDF documents
- The `entry::collection/blueprint` pattern is now deprecated, use `entry::collection::blueprint` instead

## 0.2.3 (2021-11-22)

Expand Down
1 change: 1 addition & 0 deletions src/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public function parseLink($value, $includeType = false)

public function normalizeUrl($url)
{
// @deprecated old entry format
if (Str::startsWith($url, 'entry::')) {
$url = Str::replaceFirst('/', '::', $url);
}
Expand Down

0 comments on commit fb72706

Please sign in to comment.