Skip to content

Commit 816eb89

Browse files
Enable live deploy and update privacy policy
Set 'dry-run' to false in the deploy workflow to allow actual deployments. Added a privacy policy section to readme.txt describing Appsero SDK telemetry data collection and user consent.
1 parent 21869c4 commit 816eb89

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/deploy-org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: WordPress Plugin Deploy
4343
uses: 10up/action-wordpress-plugin-deploy@stable
4444
with:
45-
dry-run: true
45+
dry-run: false
4646
env:
4747
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
4848
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ Project Manager uses the following third-party services to enhance project manag
160160
- [weDevs Terms of Service](https://wedevs.com/terms-and-conditions/)
161161
- [weDevs Privacy Policy](https://wedevs.com/privacy-policy/)
162162

163+
= Privacy Policy
164+
Project Manager uses [Appsero](https://appsero.com/) SDK to collect some telemetry data upon user’s confirmation. This helps us to troubleshoot problems faster & make product improvements.
165+
Appsero SDK does not gather any data by default. The SDK only starts gathering basic telemetry data when a user allows it via the admin notice. We collect the data to ensure great user experience for all our users.
166+
Integrating Appsero SDK DOES NOT IMMEDIATELY start gathering data, without confirmation from users in any case.
167+
163168
== Installation ==
164169
Extract the zip file, then drop the contents into the wp-content/plugins/ directory of your WordPress installation, and activate the Plugin from the Plugins page.
165170

0 commit comments

Comments
 (0)