We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19506d commit af83fe0Copy full SHA for af83fe0
CHANGELOG.md
@@ -3,6 +3,19 @@
3
Below is a detailed change-log, along with specific tasks completed, for each
4
version released to date.
5
6
+## Version 0.2.0 (18/10/2018)
7
+
8
+- [#new](#new)
9
+ - Loaded dotenv() support to use global variables instead.
10
+ - Using Composer now for third-party libraries.
11
+ - New paths file for using variables for common paths.
12
+ - Added requirements file to check minimum PHP requirements.
13
+ - Index now loads requirements and bootstrap file.
14
+- [#enhancement](#enhancement)
15
+ - Renamed & moved DB schema and dump files.
16
+ - Updated DB connect to use dotenv.
17
+ - New include method for templates.
18
19
## Version 0.1.0 (17/10/2018)
20
21
- [#new](#new)
0 commit comments