mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 13:36:22 +05:30
Update version
This commit is contained in:
parent
c4b57162e2
commit
7e19c6bad8
3 changed files with 5 additions and 5 deletions
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tag_name": "v3.0.0"
|
||||
"tag_name": "v3.0.1"
|
||||
}
|
||||
|
|
@ -110,12 +110,12 @@ teaser.behave = "default"
|
|||
; Teaser character count
|
||||
teaser.char = "200"
|
||||
|
||||
; rss description type. body or meta
|
||||
rss.description = "body"
|
||||
|
||||
; Description character count
|
||||
description.char = "150"
|
||||
|
||||
; rss description type. body or meta
|
||||
rss.description = "body"
|
||||
|
||||
; RSS feed count
|
||||
rss.count = "10"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
define('HTMLY', true);
|
||||
define('HTMLY_VERSION', 'v3.0.0');
|
||||
define('HTMLY_VERSION', 'v3.0.1');
|
||||
$config_file = 'config/config.ini';
|
||||
require 'system/vendor/autoload.php';
|
||||
require 'system/htmly.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue