Skip to content

Commit

Permalink
* Fix for #150
Browse files Browse the repository at this point in the history
* Bump version number
  • Loading branch information
JWardee committed Jun 13, 2022
1 parent 4db4ebe commit 317e5ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WpMailCatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion build/grunt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WpMailCatcher",
"version": "2.0.0",
"version": "2.0.1",
"lang_po_directory": "../../languages",
"build_directory": "./..",
"dist_directory": "../../assets",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Views/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
<?php endforeach; ?>

<?php $logs->search_box(__('Search Logs', 'WpMailCatcher'), 'search_id'); ?>
</form>

<?php $logs->display(); ?>
<?php $logs->display(); ?>
</form>

<?php require GeneralHelper::$pluginViewDirectory . '/Footer.php'; ?>
</div>
Expand Down

0 comments on commit 317e5ed

Please sign in to comment.