We're excited to unveil the latest updates to Elgg, packed with powerful new features, performance improvements, and essential bug fixes. Elgg v6.1 is now available for download in the download section! Here's everything you need to know about this release.
:before
and :after
events for relationship actions, ensuring better extensibility.elgg_count_relationships
function simplifies relationship counting.elgg_get_plugin_setting
now correctly returns defaults if the plugin is missing.sort_by
.elgg_plugin_exists
function is now deprecated.elgg-form-alt
styling has been removed.This release is designed to streamline your experience, enhance platform capabilities, and address key issues. Dive into the latest updates and let us know what you think!
You can read the full release notes on Github. Developers should also have a look at the upgrade notes to see which changes might impact their plugins.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Special thanks for this!
There is an inconsistency in the number of characters in the Elgg 6.1 wire plugin. This problem, which was determined to be due to differences in alphabets in previous versions and corrected with changes made to the code, has been overlooked and reoccurred in Elgg 6.1.
@fazli as far as i can tell the 'fix' you are referring to should still be part of the current Elgg 6.1 code. If you can reproduce an issue with the wire, please report a bug at https://github.com/elgg/elgg. If you report a bug, can you also confirm you have enabled the mbstring module in PHP?
Jeroen, the PHP mbstring module seems to be installed and enabled in the setup. In my latest tests, I saw that a line of 250 characters can be sent in its entirety. Also, when I examined the module's "functions.php" file on the server, the correction is there as you said. I think my paragraph had more characters that day. However, during my tests, I noticed something else. The settings for the "Wire" plugin consist of three options in my setup: "no limit", "140" and "250". When I select "no limit" from them and click the "save" link, the setting goes back to 250 after saving. In other words, it is not unlimited. Best regards