updated webgui to run with Config::JSON 2.04
This commit is contained in:
parent
fb434a8b3a
commit
34fd8c9245
20 changed files with 56 additions and 51 deletions
|
|
@ -9,6 +9,7 @@
|
|||
- fix: Gallery is now part of the default set of assets
|
||||
- fix: replaced return; with return undef; and changed WGBP.
|
||||
- Default maximum attachment size is now 100kB
|
||||
- Updated to work with the new JSON 2.04 module. See gotcha.txt for details.
|
||||
- removed old CS based photo gallery prototype in favor of the new gallery
|
||||
asset
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,13 @@ save you many hours of grief.
|
|||
located at:
|
||||
WebGUI/docs/upgrades/packages-7.5.0/root_import_timetracking_user.wgpkg
|
||||
|
||||
* WebGUI requires newer versions of some existing modules. Be sure to
|
||||
install them BEFORE upgrading. They are:
|
||||
|
||||
JSON 2.04
|
||||
Config::JSON 1.1.2
|
||||
|
||||
|
||||
7.5.0
|
||||
--------------------------------------------------------------------
|
||||
* Event related links are now displayed using a template loop
|
||||
|
|
@ -25,12 +32,14 @@ save you many hours of grief.
|
|||
upgrade to the beta. If you upgrade past 7.4.21 then you cannot
|
||||
use the beta.
|
||||
|
||||
|
||||
7.4.12
|
||||
--------------------------------------------------------------------
|
||||
* Any customizations made to the Matrix default Search, Compare or
|
||||
Detailed listing templates will be lost. Please back up your
|
||||
custom templates before running the upgrade.
|
||||
|
||||
|
||||
7.4.11
|
||||
--------------------------------------------------------------------
|
||||
* The 7.4.8 upgrade script had an error for sites using Dashboards.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue