removed memcached support
added check for new modules
This commit is contained in:
parent
dd8238be2d
commit
a7504f380a
6 changed files with 9 additions and 200 deletions
|
|
@ -19,6 +19,8 @@
|
|||
queries for groupIds by userId (instead of the usual userIds by groupId)
|
||||
- fix: bad javascript string escaping in EMS
|
||||
- fix: Unable to upload images or edit listings for Matrix
|
||||
- Added import/export mechanism for EMS events.
|
||||
- Removed the long depricated Memcached cache module.
|
||||
|
||||
|
||||
7.3.19
|
||||
|
|
|
|||
|
|
@ -22,6 +22,10 @@ save you many hours of grief.
|
|||
the userProfileData table will need to be updated to reflect these
|
||||
changes.
|
||||
|
||||
* WebGUI now requires the following additional perl modules to operate:
|
||||
Config::JSON
|
||||
Text::CSV_XS
|
||||
|
||||
|
||||
7.3.16
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue