Skip to content

Commit

Permalink
Merge branch 'release/1.10.37'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 5, 2022
2 parents 50d5785 + ca8ba3f commit 6d05188
Show file tree
Hide file tree
Showing 16 changed files with 190 additions and 129 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v1.10.37
## 10/05/2022

1. [](#improved)
* Updated vendor libraries to latest versions
* Removed a reference to `SwiftMailer` library to support new **Email** plugin v4.0

# v1.10.36
## 09/08/2022

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Admin Panel
slug: admin
type: plugin
version: 1.10.36
version: 1.10.37
description: Adds an advanced administration panel to manage your site
icon: empire
author:
Expand Down
5 changes: 1 addition & 4 deletions classes/plugin/Controllers/Login/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,8 @@ public function taskForgot(): ResponseInterface
throw new \RuntimeException('Sending email failed');
}

// For testing only!
//Admin::DEBUG && Admin::addDebugMessage(sprintf('Email sent to %s', $to), $body);

$this->setMessage($this->translate('PLUGIN_ADMIN.FORGOT_INSTRUCTIONS_SENT_VIA_EMAIL'));
} catch (\RuntimeException|\Swift_SwiftException $e) {
} catch (\Exception $e) {
$rateLimiter->resetRateLimit($username);

/** @var Debugger $debugger */
Expand Down
Loading

0 comments on commit 6d05188

Please sign in to comment.