Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/web/lib/fog/system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function __construct()
// installer reads this to pick which release to download, so a given
// FOG release ships a known set of plugins rather than whatever the
// default branch held on the day someone installed.
define('FOG_PLUGINS_VERSION', 'v1.6.13');
define('FOG_PLUGINS_VERSION', 'v1.6.14');
// GH-850: FOG_BASE_DIR is now installer-driven. Initiator loads
// commons/fogpaths.php (written from the installer's $fogprogramdir)
// before the autoloader runs, so in a normal boot these are already
Expand Down
Loading