Skip to content

Releases: daylightstudio/FUEL-CMS

1.5.2

15 Aug 16:18
Compare
Choose a tag to compare
  • 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

18 Nov 20:04
Compare
Choose a tag to compare
  • Added ability to turn off Purifier in /fuel/application/config/purifier.php enabled config
  • Added ability to customize login screen with /fuel/application/views/_admin/login.php
  • DEPRECATED BASE_URL in the $config[‘base_url’]
  • Fix issue #580
  • Fix issue #582
  • Fix issue #583
  • Fix issue #584
  • Fix issue #588

1.5.0

02 Jul 22:29
Compare
Choose a tag to compare

1.4.13

30 Sep 19:49
Compare
Choose a tag to compare

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 list parser_allowed_functions
  • Added allow_inline_actions configuration item for both the main FUEL config fuel/modules/applications/config/MY_fuel.php and per module (can be configured in fuel/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

23 Sep 16:42
Compare
Choose a tag to compare

1.4.11

04 Sep 20:02
Compare
Choose a tag to compare
  • fixed regression bug for sorting lists
  • set SQL error page to only display message when in dev mode

1.4.10

25 Aug 15:57
Compare
Choose a tag to compare
  • SQL injection security fix

1.4.9

19 Aug 14:45
Compare
Choose a tag to compare
  • Security fix

1.4.8

11 Aug 00:11
Compare
Choose a tag to compare
  • PHP 7.4 updates
  • Several security fixes

1.4.7

04 Jun 20:36
Compare
Choose a tag to compare
  • Fix: PHP 7.4 syntax updates
  • Security fixes