Skip to content

Commit

Permalink
images for wordpress.org
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed May 6, 2022
1 parent c9cda1b commit 253fbbc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Binary file added .wordpress-org/banner-1544x500.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 .wordpress-org/banner-772x250.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 .wordpress-org/icon-158x158.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 .wordpress-org/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.
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Version: 0.1
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Check the security of the WordPress site with the [WordPress Vulnerability Database](https://www.wpvulnerability.com/) information. Analyzes vulnerabilities in core, plugins and themes.
Check the security of the WordPress site with the [WordPress Vulnerability Database](https://vulnerability.wpsysadmin.com/) information. Analyzes vulnerabilities in core, plugins and themes.

== Description ==

This plugin and the free and unlimited [WordPress Vulnerability Database](https://www.wpvulnerability.com/), allows to analyze all published vulnerabilities directly from your WordPress.
This plugin and the free and unlimited [WordPress Vulnerability Database](https://vulnerability.wpsysadmin.com/), allows to analyze all published vulnerabilities directly from your WordPress.

* The current version of your WordPress will be checked.
* All the plugins you have, whether from the repository or external or premium, will be checked.
Expand Down Expand Up @@ -45,7 +45,7 @@ Extract the contents of the ZIP and upload the contents to the `/wp-content/plug

== Links ==

* [WPVulnerability](https://www.wpvulnerability.com/)
* [WPVulnerability](https://vulnerability.wpsysadmin.com/)
* [Close·technology WordPress Plugins](https://close.technology/)
* [WPSysAdmin](https://www.wpsysadmin.com/)

Expand Down

0 comments on commit 253fbbc

Please sign in to comment.