Skip to content

Commit

Permalink
Merge pull request #7 from plesk/HOTFIX-docs-and-release-updates
Browse files Browse the repository at this point in the history
Documentation and release management updates
  • Loading branch information
laurisb authored Dec 15, 2022
2 parents b5d8aa3 + 96b72fd commit ff55483
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ env:
php_version: '7.4'

on:
push:
tags:
- "**"
branches-ignore:
- "**"
release:
types:
- published

jobs:
build_and_publish:
Expand Down Expand Up @@ -40,17 +38,15 @@ jobs:
- name: Cleanup
run: rm -fr .git .github dev-ops .gitignore Makefile

- name: Create archive
- name: Create binaries
working-directory: ../
run: |
mkdir -p modules/servers
cp -r ${{ github.workspace }} modules/servers/p360monitoring
zip -r whmcs-p360monitoring-${{ github.ref_name }}.zip modules
mv whmcs-p360monitoring-${{ github.ref_name }}.zip ${{ github.workspace }}/
- name: Upload archive
uses: softprops/action-gh-release@v1
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
draft: true
generate_release_notes: true
files: whmcs-p360monitoring-${{ github.ref_name }}.zip
file: whmcs-p360monitoring-${{ github.ref_name }}.zip
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ To allow the customer to choose additional monitors (pay-as-you-grow model), go

![Configurable Options](./docs/configurable-options.png)

## Product upgrades/downgrades

You can also configure product upgrades, but it is only allowed to upgrade from a lower plan to a higher plan (e.g. Pro -> Business -> Enterprise). A downgrade from the higher plan to a lower plan (e.g. Business -> Pro) is restricted by the Plesk Key Administrator.

![Product Upgrades](./docs/product-upgrades.png)

## Email template customization

The 360 Monitoring license can be activated through the client area or by sending the activation link in the "New Product Information", which by default is the "Other Product/Service Welcome Email". To do so:
Expand Down
Binary file added docs/product-upgrades.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff55483

Please sign in to comment.