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
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file, per [the Ke
4
4
5
5
## [Unreleased]
6
6
7
-
## [1.0.5] - TBD
7
+
## [1.0.5] - 2021-03-05
8
8
- Initial public release 🎉.
9
9
10
+
### Added
11
+
- Plugin banner and icon assets (props [@McCallumDillon](https://github.com/McCallumDillon), [@cgoozen](https://profiles.wordpress.org/cgoozen/) via [#8](https://github.com/10up/secure-media/pull/8), [#14](https://github.com/10up/secure-media/pull/14)).
12
+
- Documentation and GitHub Action updates (props [@jeffpaul](https://github.com/jeffpaul), [@dinhtungdu](https://github.com/dinhtungdu) via [#16](https://github.com/10up/secure-media/pull/16), [#17](https://github.com/10up/secure-media/pull/17)).
13
+
14
+
### Changed
15
+
- Code spacing, documentation, translated strings, formatting, and other code cleanup tasks (props [@dkotter](https://github.com/dkotter) via [#15](https://github.com/10up/secure-media/pull/15)).
16
+
17
+
### Security
18
+
- Bump `ini` from 1.3.5 to 1.3.8 (props [@dependabot](https://github.com/apps/dependabot) via [#10](https://github.com/10up/secure-media/pull/10), [#13](https://github.com/10up/secure-media/pull/13)).
19
+
- Update NPM packages for `axios` and `socket.io` to fix vulnerabilities (props [@joshuaabenazer](https://github.com/joshuaabenazer) via [#18](https://github.com/10up/secure-media/pull/18)).
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,16 @@ The `develop` branch is the development branch which means it contains the next
29
29
## Release instructions
30
30
31
31
1. Branch: Starting from `develop`, cut a release branch named `release/X.Y.Z` for your changes.
32
-
1. Version bump: Bump the version number in `composer.json`, `package.json`, `readme.txt`, and `secure-media.php` if it does not already reflect the version being released. Update both the plugin "Version:" property and the plugin `SM_VERSION` constant in `secure-media.php`.
32
+
1. Version bump: Bump the version number in `package.json`, `readme.txt`, and `secure-media.php` if it does not already reflect the version being released. Update both the plugin "Version:" property and the plugin `SM_VERSION` constant in `secure-media.php`.
33
33
1. Changelog: Add/update the changelog in both `readme.txt` and `CHANGELOG.md`.
34
34
1. Props: Update `CREDITS.md` file with any new contributors, confirm maintainers are accurate.
35
35
1. Readme updates: Make any other readme changes as necessary. `README.md` is geared toward GitHub and `readme.txt` contains WordPress.org-specific content. The two are slightly different.
36
36
1. New files: Check to be sure any new files/paths that are unnecessary in the production version are included in `.gitattributes`.
37
37
1. Merge: Make a non-fast-forward merge from your release branch to `develop` (or merge the pull request), then do the same for `develop` into `trunk` (`git checkout trunk && git merge --no-ff develop`). `trunk` contains the stable development version.
38
38
1. Test: While still on the `trunk` branch, test for functionality locally.
39
39
1. Push: Push your `trunk` branch to GitHub (e.g. `git push origin trunk`).
40
-
1. Release: Create a [new release](https://github.com/10up/secure-media/releases/new), naming the tag and the release with the new version number, and targeting the `trunk` branch. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the closed issues on the milestone (e.g. `https://github.com/10up/secure-media/milestone/#?closed=1`).
40
+
1. Release: Create a [new release](https://github.com/10up/secure-media/releases/new), naming the tag and the release with the new version number, and targeting the `trunk` branch. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the closed issues on the milestone (e.g. `https://github.com/10up/secure-media/milestone/#?closed=1`). The release should now appear under [releases](https://github.com/10up/secure-media/releases).
41
41
1. SVN: Wait for the [GitHub Action](https://github.com/10up/secure-media/actions/new) to finish deploying to the WordPress.org repository. If all goes well, users with SVN commit access for that plugin will receive an emailed diff of changes.
42
42
1. Check WordPress.org: Ensure that the changes are live on https://wordpress.org/plugins/secure-media/. This may take a few minutes.
43
43
1. Close milestone: Edit the [milestone](https://github.com/10up/secure-media/milestone/#) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description` field), then close the milestone.
44
-
1. Punt incomplete items: If any open issues or PRs which were milestoned for `X.Y.Z` do not make it into the release, update their milestone to `X.Y.Z+1`, `X.Y+1.0`, `X+1.0.0` or `Future Release`.
44
+
1. Punt incomplete items: If any open issues or PRs which were milestoned for `X.Y.Z` do not make it into the release, update their milestone to `X.Y.Z+1`, `X.Y+1.0`, `X+1.0.0` or `Future Release`.
Copy file name to clipboardExpand all lines: CREDITS.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ The following individuals are responsible for curating the list of issues, respo
12
12
13
13
Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.
[](#support-level)[](https://github.com/10up/secure-media/releases/latest)[](https://github.com/10up/secure-media/blob/develop/LICENSE.md)
6
6
7
7
This plugins stores media associated with non-public posts in S3 with private visibility. Image requests for private media are proxied through WordPress to ensure proper user capabilities. Once a post a published, all it's media is made public and transfered to the WordPress public uploads folder. Media uploaded outside of posts e.g. the media library are made private as well.
@@ -25,6 +25,11 @@ This plugins stores media associated with non-public posts in S3 with private vi
25
25
26
26
= 1.0.5 =
27
27
* Initial public release 🎉.
28
+
* **Added:** Plugin banner and icon assets (props [@McCallumDillon](https://github.com/McCallumDillon), [@cgoozen](https://profiles.wordpress.org/cgoozen/)).
29
+
* **Added:** Documentation and GitHub Action updates (props [@jeffpaul](https://profiles.wordpress.org/jeffpaul/), [@dinhtungdu](https://profiles.wordpress.org/dinhtungdu/)).
30
+
* **Changed:** Code spacing, documentation, translated strings, formatting, and other code cleanup tasks (props [@dkotter](https://profiles.wordpress.org/dkotter/)).
31
+
* **Security:** Bump `ini` from 1.3.5 to 1.3.8 (props [@dependabot](https://github.com/apps/dependabot)).
32
+
* **Security:** Update NPM packages for `axios` and `socket.io` to fix vulnerabilities (props [@joshuaabenazer](https://profiles.wordpress.org/joshuaabenazer/)).
0 commit comments