Skip to content

WebEngine 1.2.6

Latest
Compare
Choose a tag to compare
@lautaroangelico lautaroangelico released this 06 Mar 20:04
  • Removed leftover PHP short open tags
  • Fixed PHP deprecation warnings for creation of dynamic property
  • Replaced usage of check_value() to isset() for superglobal variables
  • Added password encryption configuration to connection settings module in admincp
  • Added support for Season 19 and Season 20 classes
  • Added avatar and profile graphic for Season 20 Alchemist class
  • Added full support for PHP 8.4
  • Increased minimum required PHP version to 8.1
  • Fixed various PHP warnings
  • Optimized online characters cron task
  • Optimized characters country cron task
  • Fixed update news cache admincp function
  • Fixed implicit conversion of float to integer in guild logo api
  • ReCAPTCHA Updated to v1.3.0 (PHP ^8.0 support)
  • PHPMailer Updated to v6.9.3 (PHP 8.4 support)
  • Fixed display issue with Gens ranking position
  • Changed contact page to use the configured system email as sender
  • Fixed downloads page variable initialization from string to array (issue #62)
  • Added setting to encode character and guild names in profiles url's to support special characters
  • Added support for Season 19 and Season 20 maps
  • Updated error reporting mode to also show notices
  • Updated SHA256 password encryption for enhanced compatibility
  • Cleaned up old code
  • Added events timer API
  • Added a new home module with news, rankings, event timers and login
  • Changed the default module from news to home
  • Updated default configurations
  • Adjusted account country cron to comply with IP-API requests per minute limit
  • Removed sidebar from all modules except usercp
  • Added a new User CP menu
  • Updated User CP icons to higher quality
  • Updated default theme from red to blue
  • Added missing language phrase to login widget in sidebar
  • Replaced AdminCP JS and CSS files to be loaded via CDN
  • Reorganized AdminCP JS files
  • Replaced CKEditor with TinyMCE for editing news
  • Updated AdminCP WebEngineCMS logo
  • Removed Facebook block from AdminCP home and replaced with official links
  • Updated default configurations
  • Updated default theme bootstrap version from 3.3.7 to 3.4.1 (CDN)
  • Removed ODBC driver option (use sqlsrv instead)
  • Fixed news display in the home module
  • Updated player profiles online character check method
  • Small code fixes