Elgg v2.0.0-rc.2 Release Notes

Release Date: 2015-11-29 // over 8 years ago
  • Contributors

    • Steve Clay (10)
    • Ismayil Khayredinov (4)
    • Juho Jaakkola (4)

    ๐ŸŽ Performance

    • river: no longer needlessly render river responses (97df230f, closes #9046)

    ๐Ÿ› Bug Fixes

    • files: make sure method is callable on a concrete object instance (740d3108, closes #9010)
    • i18n: avoids using mbstring.internal_encoding in PHP >= 5.6 (c0ff79de, closes #9031)
    • likes: count is updated after liking/unliking (dae30cb7, closes #9100)
    • memcache: don't store a copy of $CONFIG in file objects (beb90891, closes #9081)
    • pages: removes deprecated notices regarding input/write_access (fdcab74b, closes #8327)
    • river: floated river selector no longer breaks layout (2745c914, closes #9091)

    ๐Ÿ’ฅ Breaking Changes

    • The report content icon is now a FontAwesome icon, however the GIF used in 1.x is still available. (96d258fa)
    • ๐Ÿ”Œ Plugins that override the input/autocomplete view will need to include the source URL in the data-source attribute of the input element, require the ๐Ÿ†• new elgg/autocomplete AMD module, and call its init method. The 1.x javascript library elgg.autocomplete is no longer used. (2a0cf9a5)