updates for Pathfinder 2.2.0

This commit is contained in:
Sam ONeill 2022-02-04 11:32:56 +13:00
parent e96feb6833
commit 8afa70b554
3 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ API_CACHE = {{@CACHE}}
; default
; - Session data get stored in PHPs default Session handler (php.ini → session.save_handler and session.save_path)
; PHPs default session.save_handler is `files` and each Session is written to disc (slowest)
SESSION_CACHE = mysql
SESSION_CACHE = default
; Callback functions ==============================================================================
ONERROR = {{ @NAMESPACE }}\Controller\Controller->showError

View file

@ -13,8 +13,8 @@ NAME = Pathfinder Community Edition
; Version is used for CSS/JS cache busting and is part of the URL for static resources:
; e.g. public/js/vX.X.X/app.js
; Syntax: String (current version)
; Default: v2.1.4
VERSION = v2.1.4
; Default: v2.2.0
VERSION = v2.2.0
; Contact information [optional]
; Shown on 'licence', 'contact' page.