mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Update version
This commit is contained in:
parent
07c49547f6
commit
9f0d4ab958
4 changed files with 4 additions and 4 deletions
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"tag_name": "v3.1.0"
|
"tag_name": "v3.1.1"
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
define('HTMLY', true);
|
define('HTMLY', true);
|
||||||
define('HTMLY_VERSION', 'v3.1.0');
|
define('HTMLY_VERSION', 'v3.1.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';
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@ prev = "Previous"
|
||||||
prev_post = "Previous Post"
|
prev_post = "Previous Post"
|
||||||
preview = "Preview"
|
preview = "Preview"
|
||||||
profile_for = "Profile for"
|
profile_for = "Profile for"
|
||||||
proudly_powered_by = "Proudly powered by"
|
proudly_powered_by = "Powered by"
|
||||||
publish = "Publish"
|
publish = "Publish"
|
||||||
publish_draft = "Publish draft"
|
publish_draft = "Publish draft"
|
||||||
published = "Published"
|
published = "Published"
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@ prev = "Sebelumnya"
|
||||||
prev_post = "Artikel sebelumnya"
|
prev_post = "Artikel sebelumnya"
|
||||||
preview = "Pratayang"
|
preview = "Pratayang"
|
||||||
profile_for = "Profil untuk"
|
profile_for = "Profil untuk"
|
||||||
proudly_powered_by = "Dengan bangga ditenagai"
|
proudly_powered_by = "Ditenagai oleh"
|
||||||
publish = "Terbitkan"
|
publish = "Terbitkan"
|
||||||
publish_draft = "Terbitkan konsep"
|
publish_draft = "Terbitkan konsep"
|
||||||
published = "Telah terbit"
|
published = "Telah terbit"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue