Browse Source

Bump version to 2.8.3

Fully support PHP 8.x
pull/558/merge
danpros 2 years ago
parent
commit
40181f0de6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      cache/installedVersion.json
  2. +1
    -1
      config/config.ini.example

+ 1
- 1
cache/installedVersion.json View File

@ -1,4 +1,4 @@
{
"id": 782014,
"tag_name": "v2.8.2"
"tag_name": "v2.8.3"
}

+ 1
- 1
config/config.ini.example View File

@ -4,7 +4,7 @@ site.url = ""
; Your timezone
timezone = "Asia/Jakarta"
; Date format. See: https://www.php.net/manual/en/function.strftime
; Date format.
date.format = "d F Y"
; Your language (example "en_US" for English or "de_DE" for German. See lang directory for available language)


Loading…
Cancel
Save