Skip to content

Commit

Permalink
Merge pull request #20 from alleyinteractive/browserlist
Browse files Browse the repository at this point in the history
Extend the browserlist to support Safari 13
  • Loading branch information
srtfisher authored Aug 24, 2023
2 parents 3428599 + 2ba49e9 commit ebca0b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `WP Page Cache Control` will be documented in this file.

## v0.1.1 - 2023-08-24

### Added

- Adjusted Browserlist config to support Safari 13.

## v0.1.0 - 2023-08-03

- Initial release
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"private": false,
"browserslist": [
"defaults",
"not IE 11"
"safari >= 13",
"iOS >= 12",
">0.3%"
],
"scripts": {
"build": "wp-scripts build",
Expand Down

0 comments on commit ebca0b6

Please sign in to comment.