Skip to content

Commit

Permalink
Merge pull request #654 from publishpress/release-v3.16.2
Browse files Browse the repository at this point in the history
Release v3.16.2
  • Loading branch information
ojopaul authored May 10, 2022
2 parents 6e94c71 + f52ca37 commit 331411f
Show file tree
Hide file tree
Showing 16 changed files with 598 additions and 341 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/release-free-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ To release the Free plugin please make sure to check all the checkboxes below.
- [ ] Merge the `master` branch into the `development` branch
- [ ] Create the Github release (make sure it is based on the `master` branch and correct tag)

#### SVN Repo
#### SVN Repo\
- [ ] Update your working copy using `$ svn update`
- [ ] Cleanup the `trunk` directory.
- [ ] Unzip the built package and move files to the `trunk`
- [ ] Remove any eventual file that shouldn't be released in the package (if you find anything, make sure to create an issue to fix the build script)
- [ ] Look for new files `$ svn status | grep \?` and add them using `$ svn add <each_file_path>`
- [ ] Look for removed files `$ svn status | grep !` and remove them `$ svn rm <each_file_path>`
- [ ] Create the new tag `$ svn cp trunk tags/<version>`
- [ ] Commit the changes `$ svn ci 'Releasing <version>'`
- [ ] Commit the changes `$ svn ci -m 'Releasing <version>'`
- [ ] Wait until WordPress updates the version number and make the final test updating the plugin in a staging site
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ node_modules
/dist
.env.testing
builder.yml
*.code-workspace
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
{
"type": "git",
"url": "https://github.com/publishpress/wp-browser"
},
{
"type": "git",
"url": "https://github.com/publishpress/publishpress-instance-protection"
}
],
"require": {
Expand All @@ -52,7 +56,8 @@
"psr/container": "1.0.0",
"publishpress/wordpress-version-notices": "^1",
"publishpress/wordpress-reviews": "^1.1",
"publishpress/wordpress-banners": "^1.2"
"publishpress/wordpress-banners": "^1.2",
"publishpress/publishpress-instance-protection": "^1.0"
},
"require-dev": {
"lucatume/wp-browser": "^3",
Expand Down
Loading

0 comments on commit 331411f

Please sign in to comment.