updates for Pathfinder 2.2.0
This commit is contained in:
parent
e96feb6833
commit
8afa70b554
3 changed files with 4 additions and 4 deletions
|
|
@ -82,7 +82,7 @@ API_CACHE = {{@CACHE}}
|
||||||
; default
|
; default
|
||||||
; - Session data get stored in PHPs default Session handler (php.ini → session.save_handler and session.save_path)
|
; - 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)
|
; PHPs default session.save_handler is `files` and each Session is written to disc (slowest)
|
||||||
SESSION_CACHE = mysql
|
SESSION_CACHE = default
|
||||||
|
|
||||||
; Callback functions ==============================================================================
|
; Callback functions ==============================================================================
|
||||||
ONERROR = {{ @NAMESPACE }}\Controller\Controller->showError
|
ONERROR = {{ @NAMESPACE }}\Controller\Controller->showError
|
||||||
|
|
|
||||||
|
|
@ -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:
|
; 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
|
; e.g. public/js/vX.X.X/app.js
|
||||||
; Syntax: String (current version)
|
; Syntax: String (current version)
|
||||||
; Default: v2.1.4
|
; Default: v2.2.0
|
||||||
VERSION = v2.1.4
|
VERSION = v2.2.0
|
||||||
|
|
||||||
; Contact information [optional]
|
; Contact information [optional]
|
||||||
; Shown on 'licence', 'contact' page.
|
; Shown on 'licence', 'contact' page.
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 740aacb539f06a7a64bc7262bb91ed72afedd504
|
Subproject commit 441f1fd8084751a6318c744787ac08ca9acc4f2f
|
||||||
Loading…
Add table
Add a link
Reference in a new issue