Skip to content

Commit 78f6d43

Browse files
Merge branch 'develop' into patch-1
2 parents ea9046f + baea4b3 commit 78f6d43

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
svn propset svn:mime-type image/svg+xml assets/*.svg || true
121122

122123
svn status

0 commit comments

Comments
 (0)