diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..f99b693 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -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 }} \ No newline at end of file diff --git a/.wordpress-org/banner-1544x500.png b/.wordpress-org/banner-1544x500.png new file mode 100644 index 0000000..0cde847 Binary files /dev/null and b/.wordpress-org/banner-1544x500.png differ diff --git a/.wordpress-org/banner-772x250.png b/.wordpress-org/banner-772x250.png new file mode 100644 index 0000000..a18f73d Binary files /dev/null and b/.wordpress-org/banner-772x250.png differ diff --git a/.wordpress-org/icon-158x158.png b/.wordpress-org/icon-158x158.png new file mode 100644 index 0000000..78c3528 Binary files /dev/null and b/.wordpress-org/icon-158x158.png differ diff --git a/.wordpress-org/icon-256x256.png b/.wordpress-org/icon-256x256.png new file mode 100644 index 0000000..456f5b2 Binary files /dev/null and b/.wordpress-org/icon-256x256.png differ diff --git a/readme.txt b/readme.txt index 4dfdbed..95ae51b 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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/)