Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,23 @@ jobs:
run: |
cp LICENSE integrate-rybbit/

- name: Create plugin zip
run: |
zip -r integrate-rybbit.zip integrate-rybbit
- name: Deploy to WordPress.org
uses: 10up/action-wordpress-plugin-deploy@stable
id: deploy
with:
generate-zip: true
dry-run: true
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: integrate-rybbit
VERSION: ${{ env.VERSION }}
BUILD_DIR: integrate-rybbit/
ASSETS_DIR: assets/

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
files: integrate-rybbit.zip
files: ${{ github.workspace }}/${{ steps.deploy.outputs.zip_path }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Rybbit is a privacy-focused and GDPR-compliant web analytics platform.

# Screenshot

![Integrate Rybbit Settings Page](assets/img/tracking.png)
![Integrate Rybbit Settings Page](assets/screenshot-1.png)

## Migration from Rybbit Analytics

Expand Down
Binary file added assets/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.