Skip to content

Commit

Permalink
Prepare 4.1.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 15, 2019
1 parent bb251a1 commit ee88eed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/installer`.

## 4.1.0

Released: 2019-12-15

### Added

* Added `orchestra:configure-email` artisan command to allow reconfigurate e-mail configuration using Laravel default configuration and custom sender information (email and name).

## 4.0.0

Released: 2019-09-14
Expand Down
1 change: 1 addition & 0 deletions src/Console/ConfigureMailCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class ConfigureMailCommand extends Command
* Handle the command.
*
* @param \Orchestra\Contracts\Foundation\Foundation $foundation
*
* @return int
*/
public function handle(Foundation $foundation)
Expand Down
2 changes: 0 additions & 2 deletions tests/Feature/Console/ConfigureMailCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Mockery as m;
use Orchestra\Contracts\Foundation\Foundation;
use Orchestra\Contracts\Memory\Provider as MemoryProvider;
use Orchestra\Installation\Tests\Feature\TestCase;

class ConfigureMailCommandTest extends TestCase
{
Expand All @@ -22,7 +21,6 @@ public function it_cant_sync_configuration_when_orchestra_is_not_installed()
->assertExitCode(1);
}


/** @test */
public function it_cant_sync_configuration_when_orchestra_is_installed()
{
Expand Down

0 comments on commit ee88eed

Please sign in to comment.