Releases: daylightstudio/FUEL-CMS
Releases · daylightstudio/FUEL-CMS
1.5.2
- Added ability to use custom function for file field label preview
- Added ability to customize login screens by
- Added SECURITY.md
- Fixed PHP 8 related issues
- Fixed issue with multiple databases (https://forum.getfuelcms.com/discussion/comment/11697#Comment_11697)
- Fixed issue with allowing PHP code to be evaluated by default (now a config parameter)
- Fixed permission issue with duplicate not having create permission
- Fixed issue with toggling permissions and sending invite checkbox being toggled
- Fixed toggler field to work with values that contain other special characters than a space
- Fixed asset delete if content is AJAXed in
- Fixed for absolute PDF links (https://forum.getfuelcms.com/discussion/3633/http-links-to-pdfs-converted-to-pdf-path)
- Fixed Filtering Fuel Logs
- Fixed Several XSS security issues
- CI 3.13 updated
1.5.1
1.5.0
- Added HTML5Purifier (to allow for more HTML elements to be saved by default). The
fuel/application/config/purifier.php
may need to be adjusted upon upgrade and thus the - Fixed markItUp mailto issue (https://forum.getfuelcms.com/discussion/3505/fuellink-mailto)
- Fixed issue when there are multiple DB connections
- Fixed PHP 7 errors (https://forum.getfuelcms.com/discussion/3515/implode-error-php-7)
- Fixed Menu breadcrumb error
- Security fixes
1.4.13
CRITICAL SECURITY UPDATE
- For those not wanting to do the full update, be sure to implement this security patch b14b294
- Removed
fuel_model
function from default fuel config option listparser_allowed_functions
- Added
allow_inline_actions
configuration item for both the main FUEL configfuel/modules/applications/config/MY_fuel.php
and per module (can be configured infuel/applicaton/config/MY_fuel_modules.php
) to give the ability to turn on action buttons when editing modules inline (in modal window)
1.4.12
- CI 3.1.11 update Improvement to how tabs are (issue #573)
- Improvement to how tabs are (issue #569)
- Fix for issue when no dashboard is set (https://forum.getfuelcms.com/discussion/3479/dashboard-simplepie#latest)
- Fix for issue when encryption key is not set (issue #567)
- Bug and Security fixes (issue #574, issue #575)
1.4.11
- fixed regression bug for sorting lists
- set SQL error page to only display message when in dev mode
1.4.10
- SQL injection security fix
1.4.9
- Security fix
1.4.8
- PHP 7.4 updates
- Several security fixes
1.4.7
- Fix: PHP 7.4 syntax updates
- Security fixes