Skip to content

Commit

Permalink
exchange onboarding-page with the login-page
Browse files Browse the repository at this point in the history
  • Loading branch information
Verdict-as-a-Service Team committed Oct 16, 2024
1 parent 82817b0 commit 1a0b3a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PluginPage/GdataAntivirusMenuPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function enqueue_scripts( $hook_suffix ): void {

public function gdatacyberdefenseag_antivirus_credentials_text() {
?><p><?php esc_html_e('Here you can set all the options for using the API', 'gdata-antivirus'); ?></p>
<p><a href="https://www.gdata.de/vaas-files/vaas-technical-onboarding.html"><?php esc_html_e('Get your credentials here.', 'gdata-antivirus'); ?></a></p>
<p><a href="https://vaas.gdata.de/login"><?php esc_html_e('Get your credentials here.', 'gdata-antivirus'); ?></a></p>
<?php
}

Expand Down
7 changes: 5 additions & 2 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Tags: antivirus, security, vaas, malware, malicious
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.1
Stable tag: 1.0.1
Stable tag: 2.0.2
License: GNU General Public License v3.0
License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE

Welcome to the WordPress Antivirus Plugin with G DATA VaaS integration! It adds an additional layer of security to your WordPress installation.

== Description ==

This plugin is freely available for individual and small business users, providing a high level of security for your WordPress site. For commercial entities, we offer the opportunity to secure your customers' sites. This partnership not only enhances your security offerings but also demonstrates your commitment to customer safety. [You can get your credentials via our landing page](https://www.gdata.de/vaas-files/vaas-technical-onboarding.html)
This plugin is freely available for individual and small business users, providing a high level of security for your WordPress site. For commercial entities, we offer the opportunity to secure your customers' sites. This partnership not only enhances your security offerings but also demonstrates your commitment to customer safety. [You can get your credentials via our landing page](https://vaas.gdata.de/login)

Interested organizations are encouraged to [contact us for more details](mailto:[email protected]) on how to leverage this powerful antivirus solution. This integration ensures that your WordPress website remains protected from potential threats and malware.

Expand Down Expand Up @@ -56,6 +56,9 @@ While the released code is hosted on the WordPress svn, we develop the plugin on

== Changelog ==

= 2.0.2 =
* also fix the bug for another failure case

= 2.0.1 =
* fix a bug with the live view

Expand Down

0 comments on commit 1a0b3a5

Please sign in to comment.