File tree Expand file tree Collapse file tree 6 files changed +1812
-935
lines changed Expand file tree Collapse file tree 6 files changed +1812
-935
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,7 @@ node_modules/
1212* .code-workspace
1313
1414# Local History for Visual Studio Code.
15- .history /
15+ .history /
16+
17+ # Mac
18+ .DS_Store
Original file line number Diff line number Diff line change 33 * PHP Microsite Boilerplate
44 * +++++++++++++++++++++++++
55 *
6- * Version: 2.0.13
7- * Creator: Jens Kuerschner (https://jenskuerschner.de )
6+ * Version: 2.0.14
7+ * Creator: Jens Kuerschner (https://jekuer.com )
88 * Project: https://github.com/jekuer/php-microsite-boilerplate
99 * License: GNU General Public License v3.0 (gpl-3.0)
1010 *
Original file line number Diff line number Diff line change 66
77// Current version of the website.
88// Will be used to control css and js caching.
9- $ version_nr = '2.0.13 ' ;
9+ $ version_nr = '2.0.14 ' ;
1010
1111// Multilanguage
1212$ language ['default ' ] = 'en ' ; // Use a key from the array below.
Original file line number Diff line number Diff line change 55 * PHP Microsite Boilerplate
66 * +++++++++++++++++++++++++
77 *
8- * Version: 2.0.13
9- * Creator: Jens Kuerschner (https://jenskuerschner.de)
8+ * Version: 2.0.14
9+ * Creator: Jens Kuerschner (https://jekuer.com
1010 * Project: https://github.com/jekuer/php-microsite-boilerplate
1111 * License: GNU General Public License v3.0 (gpl-3.0)
1212 */
You can’t perform that action at this time.
0 commit comments