Skip to content

Commit 7faeedc

Browse files
authored
Merge pull request #20 from 10up/release/1.0.5
Release/1.0.5
2 parents e512c99 + 019ad0f commit 7faeedc

File tree

9 files changed

+58
-17
lines changed

9 files changed

+58
-17
lines changed

.gitattributes

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Directories
2+
/.git export-ignore
3+
/.github export-ignore
4+
/.wordpress-org export-ignore
5+
6+
# Files
7+
/.babelrc export-ignore
8+
/.browserslistrc export-ignore
9+
/.DS_Store export-ignore
10+
/.editorconfig export-ignore
11+
/.eslintignore export-ignore
12+
/.eslintrc export-ignore
13+
/.gitattributes export-ignore
14+
/.gitignore export-ignore
15+
/CHANGELOG.md export-ignore
16+
/CODE_OF_CONDUCT.md export-ignore
17+
/composer.json export-ignore
18+
/composer.lock export-ignore
19+
/CONTRIBUTING.md export-ignore
20+
/CREDITS.md export-ignore
21+
/LICENSE.md export-ignore
22+
/package-lock.json export-ignore
23+
/package.json export-ignore
24+
/phpcs.xml export-ignore
25+
/postcss.config.js export-ignore
26+
/README.md export-ignore

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file, per [the Ke
44

55
## [Unreleased]
66

7-
## [1.0.5] - TBD
7+
## [1.0.5] - 2021-03-05
88
- Initial public release 🎉.
99

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)).
20+
1021
## [1.0.4] - 2021-01-04
1122
### Fixed
1223
- Better S3 error logging (props [@tlovett1](https://github.com/tlovett1)).

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ The `develop` branch is the development branch which means it contains the next
2929
## Release instructions
3030

3131
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`.
3333
1. Changelog: Add/update the changelog in both `readme.txt` and `CHANGELOG.md`.
3434
1. Props: Update `CREDITS.md` file with any new contributors, confirm maintainers are accurate.
3535
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.
3636
1. New files: Check to be sure any new files/paths that are unnecessary in the production version are included in `.gitattributes`.
3737
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.
3838
1. Test: While still on the `trunk` branch, test for functionality locally.
3939
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).
4141
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.
4242
1. Check WordPress.org: Ensure that the changes are live on https://wordpress.org/plugins/secure-media/. This may take a few minutes.
4343
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`.

CREDITS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The following individuals are responsible for curating the list of issues, respo
1212

1313
Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.
1414

15-
[Taylor Lovett (@tlovett1)](https://github.com/tlovett1), [Junaid Bhura (@junaidbhura)](https://github.com/junaidbhura), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Dillon McCallum (@McCallumDillon)](https://github.com/McCallumDillon), [Cassi Goozen (@cgoozen)](https://profiles.wordpress.org/cgoozen/).
15+
[Taylor Lovett (@tlovett1)](https://github.com/tlovett1), [Junaid Bhura (@junaidbhura)](https://github.com/junaidbhura), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Dillon McCallum (@McCallumDillon)](https://github.com/McCallumDillon), [Cassi Goozen (@cgoozen)](https://profiles.wordpress.org/cgoozen/), [Joshua Abenazer (@joshuaabenazer)](https://github.com/joshuaabenazer), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu).
1616

1717
## Libraries
1818

1919
The following software libraries are utilized in this repository.
2020

21-
N/A.
21+
N/A.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Store private media securely in WordPress.
44
5-
[![Support Level](https://img.shields.io/badge/support-beta-blueviolet.svg)](#support-level) [![GPLv2 License](https://img.shields.io/github/license/10up/secure-media.svg)](https://github.com/10up/secure-media/blob/develop/LICENSE.md)
5+
[![Support Level](https://img.shields.io/badge/support-beta-blueviolet.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/10up/secure-media.svg)](https://github.com/10up/secure-media/releases/latest) ![WordPress tested up to version](https://img.shields.io/badge/WordPress-v5.6%20tested-success.svg) [![GPLv2 License](https://img.shields.io/github/license/10up/secure-media.svg)](https://github.com/10up/secure-media/blob/develop/LICENSE.md)
66

77
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.
88

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "10up/secure-media",
33
"description": "Store private media securely in WordPress.",
4-
"version": "1.0.4",
54
"type": "wordpress-plugin",
65
"homepage": "https://10up.com",
76
"license": ["GPL-2.0-or-later"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secure-media",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Store private media securely in WordPress.",
55
"author": {
66
"name": "10up",

readme.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
=== Secure Media ===
2-
Contributors: 10up, tlovett1
3-
Tags: AWS, S3, secure, private, media
2+
Contributors: 10up, tlovett1
3+
Tags: AWS, S3, secure, private, media
44
Requires at least:
5-
Tested up to: 5.6
6-
Requires PHP:
7-
Stable tag: 1.0.4
8-
License: GPLv2 or later
9-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
5+
Tested up to: 5.6
6+
Requires PHP: 5.6
7+
Stable tag: 1.0.5
8+
License: GPLv2 or later
9+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

1111
Store private media securely in WordPress.
1212

@@ -25,6 +25,11 @@ This plugins stores media associated with non-public posts in S3 with private vi
2525

2626
= 1.0.5 =
2727
* 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/)).
2833

2934
= 1.0.4 =
3035
* **Fixed:** Better S3 error logging (props [@tlovett1](https://profiles.wordpress.org/tlovett1/)).

secure-media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Store private media securely in WordPress
66
* Version: 1.0.5
77
* Requires at least:
8-
* Requires PHP:
8+
* Requires PHP: 5.6
99
* Author: 10up
1010
* Author URI: https://10up.com
1111
* License: GPLv2 or later

0 commit comments

Comments
 (0)