Skip to content

Commit 8ef824b

Browse files
committed
Added mime type change for .gif files
1 parent 5c0347b commit 8ef824b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).
44

55
## [Unreleased] - TBD
6+
### Added
7+
- Added mime type change to `image/gif` for `.gif` files.
68

79
## [2.0.0] - 2021-08-16
810
This is now a composite Action, meaning that it runs directly on the GitHub Actions runner rather than spinning up its own container and is significantly faster.

deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ svn cp "trunk" "tags/$VERSION"
117117
# https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/
118118
svn propset svn:mime-type image/png assets/*.png || true
119119
svn propset svn:mime-type image/jpeg assets/*.jpg || true
120+
svn propset svn:mime-type image/gif assets/*.gif || true
120121

121122
svn status
122123

0 commit comments

Comments
 (0)