You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,35 +7,35 @@ All notable changes to this project will be documented in this file, per [the Ke
7
7
8
8
## [2.1.0] - 2022-03-18
9
9
### Added
10
-
-Added mime type change to `image/gif` for `.gif` files. Props[@doekenorg](https://github.com/doekenorg) via [#76](https://github.com/10up/action-wordpress-plugin-deploy/pull/76).
11
-
-Added the new `BUILD_DIR` environment variable to deploy plugin files built into a custom directory. Props[@dinhtungdu](https://github.com/dinhtungdu) via [#83](https://github.com/10up/action-wordpress-plugin-deploy/pull/83) and [#86](https://github.com/10up/action-wordpress-plugin-deploy/pull/86).
10
+
-Mime type change to `image/gif` for `.gif` files (props[@doekenorg](https://github.com/doekenorg) via [#76](https://github.com/10up/action-wordpress-plugin-deploy/pull/76)).
11
+
-Environment variable (`BUILD_DIR`) to deploy plugin files built into a custom directory (props[@dinhtungdu](https://github.com/dinhtungdu) via [#83](https://github.com/10up/action-wordpress-plugin-deploy/pull/83) and [#86](https://github.com/10up/action-wordpress-plugin-deploy/pull/86)).
12
12
13
13
### Fixed
14
-
- Set correct mime type for for `.svg` files. Props[@andrewheberle](https://github.com/andrewheberle) via [#78](https://github.com/10up/action-wordpress-plugin-deploy/pull/78).
15
-
-Fix SVN error when plugin doesn't have any image. Props[@Lewiscowles1986](https://github.com/Lewiscowles1986) via [#82](https://github.com/10up/action-wordpress-plugin-deploy/pull/82).
14
+
- Set correct mime type for for `.svg` files (props[@andrewheberle](https://github.com/andrewheberle) via [#78](https://github.com/10up/action-wordpress-plugin-deploy/pull/78)).
15
+
- SVN error when plugin doesn't have an image (props[@Lewiscowles1986](https://github.com/Lewiscowles1986) via [#82](https://github.com/10up/action-wordpress-plugin-deploy/pull/82)).
16
16
17
17
## [2.0.0] - 2021-08-16
18
18
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.
19
19
20
20
### Added
21
-
- Add `zip-path` output, as the `SLUG` may not match the repository name. Props[@ocean90](https://github.com/ocean90) via [#74](https://github.com/10up/action-wordpress-plugin-deploy/pull/74).
21
+
- Add `zip-path` output, as the `SLUG` may not match the repository name (props[@ocean90](https://github.com/ocean90) via [#74](https://github.com/10up/action-wordpress-plugin-deploy/pull/74)).
22
22
23
23
### Fixed
24
-
- Avoid a Debian image issue where the container could not be built. Props[@helen](https://github.com/helen) via [#74](https://github.com/10up/action-wordpress-plugin-deploy/pull/74).
24
+
- Avoid a Debian image issue where the container could not be built (props[@helen](https://github.com/helen) via [#74](https://github.com/10up/action-wordpress-plugin-deploy/pull/74)).
25
25
26
26
## [1.5.0] - 2020-05-27
27
27
### Added
28
-
- Add optional ZIP file generation from SVN trunk to match content on WordPress.org. Props[@shivapoudel](https://github.com/shivapoudel) via [#37](https://github.com/10up/action-wordpress-plugin-deploy/pull/37).
29
-
- Add example workflow file to attach the ZIP file to a GitHub release. Props[@helen](https://github.com/helen) via [#42](https://github.com/10up/action-wordpress-plugin-deploy/pull/42).
30
-
- Set mime types on images in the SVN `assets` directory to prevent forced downloads on WordPress.org. Props[@nextgenthemes](https://github.com/nextgenthemes) via [#40](https://github.com/10up/action-wordpress-plugin-deploy/pull/40).
28
+
- Add optional ZIP file generation from SVN trunk to match content on WordPress.org (props[@shivapoudel](https://github.com/shivapoudel) via [#37](https://github.com/10up/action-wordpress-plugin-deploy/pull/37)).
29
+
- Add example workflow file to attach the ZIP file to a GitHub release (props[@helen](https://github.com/helen) via [#42](https://github.com/10up/action-wordpress-plugin-deploy/pull/42)).
30
+
- Set mime types on images in the SVN `assets` directory to prevent forced downloads on WordPress.org (props[@nextgenthemes](https://github.com/nextgenthemes) via [#40](https://github.com/10up/action-wordpress-plugin-deploy/pull/40)).
31
31
32
32
## [1.4.1] - 2020-03-12
33
33
### Fixed
34
-
- Ensure previously committed files that are later added to `.distignore` get deleted. Props[@pascalknecht](https://github.com/pascalknecht) via [#26](https://github.com/10up/action-wordpress-plugin-deploy/pull/26).
35
-
- Escape filenames to avoid errors with filenames containing an `@` symbol. Props[@Gaya](https://github.com/Gaya) via [#22](https://github.com/10up/action-wordpress-plugin-deploy/pull/22).
36
-
- Use parameter expansion instead of `sed` to remove `v` from version numbers. Props[@szepeviktor](https://github.com/szepeviktor) via [#24](https://github.com/10up/action-wordpress-plugin-deploy/pull/24).
37
-
- Use `https` for WordPress.org URLs. Props[@dinhtungdu](https://github.com/dinhtungdu) via [#28](https://github.com/10up/action-wordpress-plugin-deploy/pull/28).
38
-
- Correct encrypted secrets documentation link. Props[@felipeelia](https://github.com/felipeelia) via [#20](https://github.com/10up/action-wordpress-plugin-deploy/pull/20).
34
+
- Ensure previously committed files that are later added to `.distignore` get deleted (props[@pascalknecht](https://github.com/pascalknecht) via [#26](https://github.com/10up/action-wordpress-plugin-deploy/pull/26)).
35
+
- Escape filenames to avoid errors with filenames containing an `@` symbol (props[@Gaya](https://github.com/Gaya) via [#22](https://github.com/10up/action-wordpress-plugin-deploy/pull/22)).
36
+
- Use parameter expansion instead of `sed` to remove `v` from version numbers (props[@szepeviktor](https://github.com/szepeviktor) via [#24](https://github.com/10up/action-wordpress-plugin-deploy/pull/24)).
37
+
- Use `https` for WordPress.org URLs (props[@dinhtungdu](https://github.com/dinhtungdu) via [#28](https://github.com/10up/action-wordpress-plugin-deploy/pull/28)).
38
+
- Correct encrypted secrets documentation link (props[@felipeelia](https://github.com/felipeelia) via [#20](https://github.com/10up/action-wordpress-plugin-deploy/pull/20)).
39
39
40
40
## [1.4.0] - 2019-10-21
41
41
### Added
@@ -46,7 +46,7 @@ This is now a composite Action, meaning that it runs directly on the GitHub Acti
46
46
47
47
## [1.3.0] - 2019-08-30
48
48
### Added
49
-
- Added the ability to use `.distignore` to exclude files from deployment instead of `.gitattributes`, which works better when a build step is included. Props[@LeoColomb](https://github.com/LeoColomb) via [#3](https://github.com/10up/action-wordpress-plugin-deploy/pull/3), with additional thanks to [@markjaquith](https://github.com/markjaquith) for consultation.
49
+
- Added the ability to use `.distignore` to exclude files from deployment instead of `.gitattributes`, which works better when a build step is included (props[@LeoColomb](https://github.com/LeoColomb) via [#3](https://github.com/10up/action-wordpress-plugin-deploy/pull/3), with additional thanks to [@markjaquith](https://github.com/markjaquith) for consultation).
0 commit comments