diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 5662b7105..67f5a02bd 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -5,6 +5,7 @@ - fix: AssetPackage.pm would give an error on importing a package through the web interface, but the package would be imported successfully. - fix: 7.5.0 upgrade template for time tracker was corrupt. + - fix: Gallery is now part of the default set of assets - fix: replaced return; with return undef; and changed WGBP. - removed old CS based photo gallery prototype in favor of the new gallery asset diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 0367f5baa..960bd149f 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -217,6 +217,7 @@ "WebGUI::Asset::Wobject::DataForm", "WebGUI::Asset::Wobject::Calendar", "WebGUI::Asset::Wobject::EventManagementSystem", + "WebGUI::Asset::Wobject::Gallery", "WebGUI::Asset::Wobject::HttpProxy", "WebGUI::Asset::Wobject::Navigation", "WebGUI::Asset::Wobject::Matrix",