Skip to content
Open
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
8 changes: 4 additions & 4 deletions smtp2go-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
*
* @wordpress-plugin
* Plugin Name: SMTP2GO - Email Made Easy
* Plugin URI: https://github.com/thefold/smtp2go-wordpress-plugin
* Description: Send all email from WordPress via SMTP2GO. Scalable, reliable email delivery. https://www.smtp2go.com/.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was not clickable, already on author.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szepeviktor Should this URL be removed from the Description field then in this PR?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is removed from Description.

* Plugin URI: https://github.com/smtp2go-oss/wordpress-plugin
* Description: Send all email from WordPress via SMTP2GO. Scalable, reliable email delivery.
* Version: 1.12.2
* Author: SMTP2GO
* Author URI: https://www.smtp2go.com
* Author URI: https://www.smtp2go.com/
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
* Text Domain: SMTP2GO-wordpress-plugin
* Domain Path: /languages
*/
Expand Down