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
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,38 @@ All notable changes to this project will be documented in this file, per [the Ke
4
4
5
5
## [Unreleased] - TBD
6
6
7
+
8
+
## [2.1.0] - 2022-04-12
9
+
### Added
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
+
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
+
- 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
+
7
17
## [2.0.0] - 2021-08-16
8
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.
9
19
10
20
### Added
11
-
- 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)).
12
22
13
23
### Fixed
14
-
- 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)).
15
25
16
26
## [1.5.0] - 2020-05-27
17
27
### Added
18
-
- 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).
19
-
- 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).
20
-
- 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)).
21
31
22
32
## [1.4.1] - 2020-03-12
23
33
### Fixed
24
-
- 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).
25
-
- 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).
26
-
- 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).
27
-
- Use `https` for WordPress.org URLs. Props[@dinhtungdu](https://github.com/dinhtungdu) via [#28](https://github.com/10up/action-wordpress-plugin-deploy/pull/28).
28
-
- 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)).
29
39
30
40
## [1.4.0] - 2019-10-21
31
41
### Added
@@ -36,7 +46,7 @@ This is now a composite Action, meaning that it runs directly on the GitHub Acti
36
46
37
47
## [1.3.0] - 2019-08-30
38
48
### Added
39
-
- 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).
The following acknowledges the Maintainers for this repository, those who have Contributed to this repository (via bug reports, code, design, ideas, project management, translation, testing, etc.), and any Libraries utilized.
2
+
3
+
## Maintainers
4
+
5
+
The following individuals are responsible for curating the list of issues, responding to pull requests, and ensuring regular releases happen.
6
+
7
+
[Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul).
8
+
9
+
## Contributors
10
+
11
+
Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.
This Action commits the contents of your Git tag to the WordPress.org plugin repository using the same tag name. It can exclude files as defined in either `.distignore` or `.gitattributes`, and moves anything from a `.wordpress-org` subdirectory to the top-level `assets` directory in Subversion (plugin banners, icons, and screenshots).
4
8
5
9
### ☞ For updating the readme and items in the assets directory between releases, please see our [WordPress.org Plugin Readme/Assets Update Action](https://github.com/10up/action-wordpress-plugin-asset-update)
6
10
11
+
### ☞ Check out our [collection of WordPress-focused GitHub Actions](https://github.com/10up/actions-wordpress)
12
+
7
13
## Configuration
8
14
9
15
### Required secrets
@@ -16,6 +22,7 @@ This Action commits the contents of your Git tag to the WordPress.org plugin rep
16
22
*`SLUG` - defaults to the repository name, customizable in case your WordPress repository has a different slug or is capitalized differently.
17
23
*`VERSION` - defaults to the tag name; do not recommend setting this except for testing purposes.
18
24
*`ASSETS_DIR` - defaults to `.wordpress-org`, customizable for other locations of WordPress.org plugin repository-specific assets that belong in the top-level `assets` directory (the one on the same level as `trunk`).
25
+
*`BUILD_DIR` - defaults to `false`. Set this flag to the directory where you build your plugins files into, then the action will copy and deploy files from that directory. Both absolute and relative paths are supported. The relative path if provided will be concatenated with the repository root directory. All files and folders in the build directory will be deployed, `.disignore` or `.gitattributes` will be ignored.
19
26
20
27
### Inputs
21
28
*`generate-zip` - Generate a ZIP file from the SVN `trunk` directory. Outputs a `zip-path` variable for use in further workflow steps. Defaults to false.
@@ -130,7 +137,9 @@ Want to help? Check out our [contributing guidelines](CONTRIBUTING.md) to get st
130
137
131
138
Our GitHub Actions are available for use and remix under the MIT license.
132
139
133
-
### ☞ Check out our [collection of WordPress-focused GitHub Actions](https://github.com/10up/actions-wordpress)
140
+
## Support Level
141
+
142
+
**Active:** 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
0 commit comments