Merge branch 'release/0.5.14'
This commit is contained in:
commit
fa15062a4b
2 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace App\Services;
|
namespace App\Services;
|
||||||
use Log;
|
|
||||||
use App\{Media, Note, Place};
|
use App\{Media, Note, Place};
|
||||||
use App\Jobs\{SendWebMentions, SyndicateToFacebook, SyndicateToTwitter};
|
use App\Jobs\{SendWebMentions, SyndicateToFacebook, SyndicateToTwitter};
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ class NoteService
|
||||||
*/
|
*/
|
||||||
public function createNote(array $data): Note
|
public function createNote(array $data): Note
|
||||||
{
|
{
|
||||||
Log::info($data);
|
|
||||||
//check the input
|
//check the input
|
||||||
if (array_key_exists('content', $data) === false) {
|
if (array_key_exists('content', $data) === false) {
|
||||||
throw new \Exception('No content defined'); //we can’t fudge the data
|
throw new \Exception('No content defined'); //we can’t fudge the data
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.5.14 (2017-06-11)
|
||||||
|
- Remove some Log statements in-appropriate for porduction
|
||||||
|
|
||||||
## Version 0.5.13 (2017-06-11)
|
## Version 0.5.13 (2017-06-11)
|
||||||
- Fix issues around using ownyourgram.com
|
- Fix issues around using ownyourgram.com
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue