From 317e5ed7a7420c7d7fc4f54396938f4b477b11f9 Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 13 Jun 2022 21:02:00 +0100 Subject: [PATCH] * Fix for #150 * Bump version number --- WpMailCatcher.php | 2 +- build/grunt/package.json | 2 +- readme.txt | 2 +- src/Views/Log.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WpMailCatcher.php b/WpMailCatcher.php index e38f572..d323d85 100644 --- a/WpMailCatcher.php +++ b/WpMailCatcher.php @@ -6,7 +6,7 @@ Domain Path: /languages Description: Logging your mail will stop you from ever losing your emails again! This fast, lightweight plugin (under 140kb in size!) is also useful for debugging or backing up your messages. Author: James Ward -Version: 2.0.0 +Version: 2.0.1 Author URI: https://jamesward.io Donate link: https://paypal.me/jamesmward */ diff --git a/build/grunt/package.json b/build/grunt/package.json index 752a371..1121c24 100644 --- a/build/grunt/package.json +++ b/build/grunt/package.json @@ -1,6 +1,6 @@ { "name": "WpMailCatcher", - "version": "2.0.0", + "version": "2.0.1", "lang_po_directory": "../../languages", "build_directory": "./..", "dist_directory": "../../assets", diff --git a/readme.txt b/readme.txt index a4515e6..0dcfd13 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: mail logging, email log, email logger, logging, email logging, mail, crm Requires at least: 4.7 Tested up to: 6.0 Requires PHP: 7.2 -Stable tag: 2.0.0 +Stable tag: 2.0.1 License: GNU General Public License v3.0 License URI: https://raw.githubusercontent.com/JWardee/wp-mail-catcher/master/LICENSE Donate link: https://paypal.me/jamesmward diff --git a/src/Views/Log.php b/src/Views/Log.php index d1184e9..e70f0d0 100644 --- a/src/Views/Log.php +++ b/src/Views/Log.php @@ -91,9 +91,9 @@ search_box(__('Search Logs', 'WpMailCatcher'), 'search_id'); ?> - - display(); ?> + display(); ?> +