You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
IMPORTANT NOTES:
The minimum PHP version as of 2.2.0 is now set to 5.6. Using PHP 7.1+ is recommended.
If you use any PHP version lower than 5.6, your website may break!
Bootstrap 4 Library has been updated to latest version: 4.3.1. See examples in the bootstrap4 theme
FontAwesome has been updated to the latest version 5.7.2. See examples in the _blank theme (theme.xml and theme.php)
db_Fetch() in e_LEGACY_MODE permanently removed. Old plugins should use e107::getDb->fetch('both'); if this is still required.
Changes to comments: Any reference to #comments-container (div ID) in the theme must be changed to .comments-container (div class) (#1944)
New features:
GDPR features: added "Privacy Policy" and "Terms and conditions" preferences. Added {SIGNUP_GDPR_PRIVACYPOLICY_LINK} and {SIGNUP_GDPR_TERMSANDCONDITIONS_LINK} shortcodes. (#3175 and #3579).
Admin Login with email address is now functional
Chatbox plugin: new default templates added (#3630)
Constants SITENAMESITEDESCRIPTION can be overridden using English_custom.php or English_global.php plugin LAN files.
Added more styling functionality to {SIGNUP_IMAGES} and {SIGNUP_SIGNUP_TEXT} (#3582) and {LOGIN_*} shortcodes (#3466)
Added event triggers for rate/like functionality: user_like_submitted & user_rate_submitted (#3552)
Added load() method for the e_admin addon. See _blank plugin for examples. (#3695)
New MySQL database export method integrated to increase performance when creating a backup
"Under the hood" preparations to clean-up existing code (improving code quality) and introduction of new (database) interfaces for better support of up-to-date technology and easier 'hookings' of other/external interfaces (e.g. databases)
For developers: automated tests added in e107-test repository https://github.com/e107inc/e107-test (to prevent bugs from being introduced, rather than having to fix them after they are an issue)
FontAwesome is now used by the NextPrev
New method added e107::getUserClass()->getUsersInClass
Several fixes to the Forum plugin: not being able to move a forum post (#3619), forum moderators permissions (#3490), deleting of last post (#3490), forum pagination, newforumposts plugin (#3757), inline editing of forum name was changing SEF URL (#3798)