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
5 changes: 5 additions & 0 deletions .github/workflows/update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ jobs:
runs-on: ['hyperenv', 'medium-eu-west-1']
steps:
- uses: actions/checkout@v4
- name: Copy README.txt to root
run: |
cp plugin/README.txt .
- uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
ASSETS_DIR: '.wordpress-org'
README_NAME: 'README.txt'
IGNORE_OTHER_FILES: true
SLUG: attachmentav
6 changes: 3 additions & 3 deletions plugin/README.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=== attachmentAV - Antivirus powered by Sophos ===
=== attachmentAV - Virus and Malware Scan powered by Sophos ===
Contributors: andreaswittig,michaelwittig
Tags: virus,malware,scan,protection
Tags: antivirus,virus,malware,scan,protection
Requires at least: 6.0
Tested up to: 6.9
Stable tag: 1.7
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Virus and malware scanning for media uploads. Protect your WordPress site from viruses, trojans, and other kinds of malware.
Protect your WordPress site from viruses, trojans, ransomware, and other kinds of malware. Antivirus powered by Sophos.

== Description ==

Expand Down