Merge branch 'release/0.5.2'
This commit is contained in:
commit
20385551bf
2 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,11 @@ class MicropubClientController extends Controller
|
|||
*/
|
||||
public function create(Request $request)
|
||||
{
|
||||
//initiate varaibles
|
||||
$indiewebUser = null;
|
||||
$syndication = null;
|
||||
$mediaEndpoint = null;
|
||||
$mediaURLs = null;
|
||||
$url = $request->session()->get('me');
|
||||
if ($url) {
|
||||
$indiewebUser = IndieWebUser::where('me', $url)->first();
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Version 0.5.2 (2017-05-18)
|
||||
- Fix variable issues in making client page
|
||||
|
||||
## Version 0.5.1 (2017-05-18)
|
||||
- Fix issue on micropub create page when not logged in
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue