Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/laravel-pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 16, 2024
2 parents c7bfa29 + a61514c commit 704e545
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,24 @@

All notable changes to `laravel-pdf` will be documented in this file.

## 1.1.1 - 2024-01-16

- fix required PHP version

**Full Changelog**: https://github.com/spatie/laravel-pdf/compare/1.1.0...1.1.1

## 1.1.0 - 2024-01-14

### What's Changed

* Add ->paperSize()-method by @jeffreyvanhees in https://github.com/spatie/laravel-pdf/pull/33

### New Contributors

* @jeffreyvanhees made their first contribution in https://github.com/spatie/laravel-pdf/pull/33

**Full Changelog**: https://github.com/spatie/laravel-pdf/compare/1.0.1...1.1.0

## 1.0.1 - 2024-01-08

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"illuminate/contracts": "^10.0",
"spatie/browsershot": "^4.0",
"spatie/laravel-package-tools": "^1.16.1",
Expand Down

0 comments on commit 704e545

Please sign in to comment.