1.11.6 (2016-06-12)
Contributors
Breaking Changes
- The JS function
elgg.security.setToken
is now formally marked private and its parameters are not backwards compatible. (9d8ddecb)
1.11.5 (2015-12-13)
Contributors
- Steve Clay (1)
- Juho Jaakkola (1)
Bug Fixes
- views: Sticky values now get passed into views extending register/extend (Fixes #8873)
- memcache: don't store a copy of $CONFIG in file objects (Fixes #9081)
1.11.4 (2015-07-07)
Contributors
- Ismayil Khayredinov (7)
- Evan Winslow (5)
- Miloš (4)
- Steve Clay (4)
- Jeroen Dalsem (1)
Documentation
- misc: Miscellaneous docs fixes (06e3557c)
- permissions: Fix $params key name for permissions_check:annotate (1af6e3a2)
- web_security: adds security warnings (d47fc5ed)
- web_services: document the use of parameters in method declarations (750e31b9)
Bug Fixes
- legacy_urls:
- adds missing forwarder for groups/forum/$guid (2b555f88, closes #8493)
- unset __elgg_uri to prevent infinite loops (0c7687ac, closes #8494)
- profile: Avatar cropper again can be moved immediately after uploading image (d8cf51b7, closes #8449)
- relationships: Invalid relationship names throw properly (ac976e23)
- ui: prevent button jumping on widget add panel toggle (088de48d)
- web_services: no longer uses deprecated export global (3a818d2b)
1.11.3 (2015-06-14)
Contributors
- Steve Clay (6)
- Evan Winslow (4)
- Juho Jaakkola (1)
- Julien Boulen (1)
- Marcus Povey (1)
- Matt Beckett (1)
Documentation
- code: Permit use of
<?=
PHP shortcut since we're on 5.4+ (453d8dcb)
- hooks: Clarifies docs for the register, user hook (b877f61d, closes #8377)
- install: Update cloud9 install instructions (616f2156, closes #8240)
Bug Fixes
- IDE: Public APIs no longer marked with