Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandstarke committed Nov 4, 2023
1 parent b066b4b commit 87ed27e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## [1.0.7] - 2023-11-04
## [1.0.8] - 2023-11-04

### Fixed

- Resolved an issue where files from the disk could not be loaded without a leading slash.
- The path on the allowed sources now allows an empty string instead of "/". This way you can access files without the leading slash on disks now.

## [1.0.6] - 2022-09-23

Expand Down
2 changes: 1 addition & 1 deletion docs/src.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Returns the `RolandStarke\Thumbnail\Thumbnail` object for method chaining.
## Examples

```php {% raw %}
<img src="{{ Thumbnail::src(cat.jpg', 'public')->smartcrop(64, 64)->url() }}">
<img src="{{ Thumbnail::src('cat.jpg', 'public')->smartcrop(64, 64)->url() }}">

<?php

Expand Down

0 comments on commit 87ed27e

Please sign in to comment.