Skip to content

Commit bf5ab16

Browse files
committed
Fix and prep for 1.0.3
1 parent 2388930 commit bf5ab16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.3
2+
date: 2016-12-05
3+
changes:
4+
- Fix missing `landing_page` quotes in `config/builder.php`.
5+
16
1.0.2
27
date: 2016-10-03
38
changes:

template/resources/config/builder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
|
151151
*/
152152

153-
'landing_page' => {{landing_page}},
153+
'landing_page' => '{{landing_page}}',
154154

155155
/*
156156
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)