From e12ae9784faedb452398045a9fbcb4938b618d84 Mon Sep 17 00:00:00 2001 From: Javier Casares Date: Thu, 29 Jan 2026 10:10:21 +0000 Subject: [PATCH] v2.0.1 --- changelog.txt | 4 ++++ robotstxt-smtp-newsletter.php | 5 ++--- update.json | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 59416c4..c27954e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ += 2.0.1 = + +* Removed Network requirement from plugin headers to allow single-site activation. + = 2.0.0 = * Updated compatibility with SMTP (by ROBOTSTXT) plugin 2.0.0. diff --git a/robotstxt-smtp-newsletter.php b/robotstxt-smtp-newsletter.php index f1f9109..690a8ab 100644 --- a/robotstxt-smtp-newsletter.php +++ b/robotstxt-smtp-newsletter.php @@ -3,10 +3,9 @@ * Plugin Name: Newsletter - SMTP (by ROBOTSTXT) * Plugin URI: https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-newsletter * Description: Integrates ROBOTSTXT SMTP configuration with Newsletter plugin for efficient bulk email delivery with SMTPKeepAlive support. - * Version: 2.0.0 + * Version: 2.0.1 * Requires at least: 4.7 * Requires PHP: 7.2 - * Network: true * Security: robotstxt@robotstxt.es * Author: ROBOTSTXT * Author URI: https://www.robotstxt.es/ @@ -26,7 +25,7 @@ if ( ! defined( 'ABSPATH' ) ) { } // Plugin constants. -define( 'ROBOTSTXT_SMTP_NEWSLETTER_VERSION', '2.0.0' ); +define( 'ROBOTSTXT_SMTP_NEWSLETTER_VERSION', '2.0.1' ); define( 'ROBOTSTXT_SMTP_NEWSLETTER_FILE', __FILE__ ); define( 'ROBOTSTXT_SMTP_NEWSLETTER_PATH', plugin_dir_path( __FILE__ ) ); define( 'ROBOTSTXT_SMTP_NEWSLETTER_URL', plugin_dir_url( __FILE__ ) ); diff --git a/update.json b/update.json index 12ac4f7..4b7776d 100644 --- a/update.json +++ b/update.json @@ -1,13 +1,13 @@ { "name": "Newsletter - SMTP (by ROBOTSTXT)", "slug": "robotstxt-smtp-newsletter", - "version": "2.0.0", + "version": "2.0.1", "author": "ROBOTSTXT", "homepage": "https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-newsletter", - "download_url": "https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-newsletter/releases/download/2.0.0/robotstxt-smtp-newsletter-2.0.0.zip", + "download_url": "https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-newsletter/releases/download/2.0.1/robotstxt-smtp-newsletter-2.0.1.zip", "requires": "4.7", "tested": "6.9", "requires_php": "7.2", "description": "Integrates ROBOTSTXT SMTP configuration with Newsletter plugin for efficient bulk email delivery with SMTPKeepAlive support. Achieves 20-30x faster bulk sending compared to standard wp_mail().", - "changelog": "

2.0.0 - 2026-01-29

1.0.0 - 2026-01-29

" + "changelog": "

2.0.1 - 2026-01-29

2.0.0 - 2026-01-29

1.0.0 - 2026-01-29

" }