Skip to content

Commit

Permalink
install subversion in release action as it no longer appears to be in…
Browse files Browse the repository at this point in the history
…stalled by default
  • Loading branch information
diosmosis committed Jan 14, 2025
1 parent 7c6113e commit 1b1bbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
with:
script: |
core.setFailed('User is not allowed to release.')
- run: |
sudo apt-get install -y subversion
svn --version
- uses: actions/checkout@v3
with:
lfs: true
Expand Down
2 changes: 0 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Privacy friendly, GDPR compliant and self-hosted. Matomo is the #1 Google Analyt

_Already a Matomo On-Premise or Matomo Cloud user? You need to use the [Connect Matomo plugin](https://wordpress.org/plugins/wp-piwik/) instead of this plugin._

**New in version 5.1.4: fixes for a couple security issues. It is recommended to update to this version.**

[youtube https://www.youtube.com/watch?v=puxi_Ey0iLc]

For all you WordPress website owners wanting an easier way to get customer insights to grow your business, you can now get the solution the professionals use, for free!
Expand Down

0 comments on commit 1b1bbbc

Please sign in to comment.