Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mainwp/mainwp-child
Browse files Browse the repository at this point in the history
  • Loading branch information
thanghv committed Jun 23, 2021
2 parents a95ffe1 + c2b7ea1 commit 71f77a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docproc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: SSH Execute Commands
uses: JimCronqvist/[email protected]
with:
hosts: '[email protected].com'
hosts: '[email protected].dev'
privateKey: ${{ secrets.PRIVATE_KEY }}
command: sh ~/scripts/docproc.sh
command: |
rm -rf ~/Source/mainwp-child/
git clone https://github.com/mainwp/mainwp-child.git ~/Source/mainwp-child/
sleep 3
sh ~/scripts/docproc.sh
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ Sure we have a quick FAQ with a lot more questions and answers [here](https://ma

== Changelog ==

= 4.1.7-beta2 - 6-4-21 =

* Updated: Support for the new Vulnerability Checker API

= 4.1.7-beta1 - 5-11-21 =
* Added: Support for the new Vulnerability Checker API

Expand Down

0 comments on commit 71f77a3

Please sign in to comment.