We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2388930 commit bf5ab16Copy full SHA for bf5ab16
CHANGELOG
@@ -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
+
6
1.0.2
7
date: 2016-10-03
8
changes:
template/resources/config/builder.php
@@ -150,7 +150,7 @@
150
|
151
*/
152
153
- 'landing_page' => {{landing_page}},
+ 'landing_page' => '{{landing_page}}',
154
155
/*
156
|--------------------------------------------------------------------------
0 commit comments