mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Change version
This commit is contained in:
parent
b71e8cf4e5
commit
e5e87717f4
3 changed files with 3 additions and 3 deletions
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"tag_name": "v2.9.0"
|
"tag_name": "v2.9.1"
|
||||||
}
|
}
|
||||||
|
|
@ -136,7 +136,7 @@ cache.timestamp = "false"
|
||||||
multi.site = "false"
|
multi.site = "false"
|
||||||
|
|
||||||
; Set the theme here
|
; Set the theme here
|
||||||
views.root = "themes/twentyfifteen"
|
views.root = "themes/doks"
|
||||||
|
|
||||||
; Framework config. No need to edit.
|
; Framework config. No need to edit.
|
||||||
views.layout = "layout"
|
views.layout = "layout"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
define('HTMLY', true);
|
define('HTMLY', true);
|
||||||
define('HTMLY_VERSION', 'v2.9.0');
|
define('HTMLY_VERSION', 'v2.9.1');
|
||||||
$config_file = 'config/config.ini';
|
$config_file = 'config/config.ini';
|
||||||
require 'system/vendor/autoload.php';
|
require 'system/vendor/autoload.php';
|
||||||
require 'system/htmly.php';
|
require 'system/htmly.php';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue