Skip to content

Releases: ExpressionEngine/ExpressionEngine

ExpressionEngine 6.4.12

13 Jun 18:15
6.4.12
55ce678
Compare
Choose a tag to compare

Enhancements 🚀

  • Improved counting members on role
  • Optimize member stats sync on update

Bug Fixes 💃🐛

  • Resolved #3123 where having template records without template group in database would case PHP notices in template editor
  • Resolved #3371 where Grid fields could show PHP error when ExpressionEngine was updated from older version
  • Resolved #3350 where PHP notice might be shown when parsing empty member field
  • Resolved #3402 where PHP 8.1 deprecation noticed were shown when bulk editing entries without Pages URL set but Pages module installed
  • Resolved #3397 where Template Routes page was showing deprecation notices when using PHP 8.2
  • Resolved #3259 where certain coditionals in templates could generate PHP warning
  • Resolved #3112 where checkboxes could have been duplicated in long checkboxes lists
  • Bug/6.x/channel sets
  • Resolved #1795 Where display of negative numerical field has - placed incorrectly for RTL text direction
  • Bug/6.x/status update (see description)
  • Resolved #758 where installation wizard did not work when PHP was configured to have no memory limit
  • Resolved #2112 where deleting too many logs could cause the system go out of memory
  • Resolved issue where it was impossible to edit Categories when using phone
  • Resolved #3429 where channel="not X parameter did not work correctly if channel X did not exist

ExpressionEngine 7.3.2

09 Jun 15:04
d3e4e3b
Compare
Choose a tag to compare

Bug Fixes 💃🐛

  • Resolved issue where Fluid field from older ExpressionEngine versions did not display the data in CP

ExpressionEngine 7.3.1

08 Jun 19:30
7.3.1
44040cc
Compare
Choose a tag to compare

Bug Fixes 💃🐛

  • Resolved issue where Entry Manager could show PHP error when some add-on was missing
  • Resolved issue where it was impossible to edit Categories when using phone
  • Resolved #3259 where certain coditionals in templates could generate PHP warning

ExpressionEngine 7.3.0

08 Jun 13:26
1cdd24f
Compare
Choose a tag to compare

Enhancements 🚀

  • Raised required MySQL version to 5.6.4 in order to support InnoDB engine for Pro Search indexes
  • Allowed cloning of channel fields, layouts, member roles and categories; #2032, #561
  • Added per-channel setting to enforce automatic URL titles for entries; #952; #2645; #183
  • Allowed making upload directories available for all MSM sites; #78
  • Added visual status indicator to Relationship field; #2522
  • Added Template Variables, Template Partials and System Templates to Search and Replace utility; #1384
  • Added setting for the day of week start
  • Updated date fieldtype to allow hiding localization buttons and not including time; #652
  • Allowed variables to use multiple modifiers; #136
  • Enable field groups to be used in Fluid fields
  • Added CLI commands for add-ons management
  • Added CLI commands to modify system configuration
  • Added CLI command to backup database
  • Added CLI commands to synchronize file usage data
  • Updated underscore.js library to latest version
  • Added Publish prolet to enable creating entries on front-end

Bug Fixes 💃🐛

  • Resolved #2691 where FLoC header was still sent which is not used anymore
  • Resolved issue when not all server requirements were checked when installing ExpressionEngine for the first time
  • Resolved issue where Control Panel links could sometimes break after submitting idle login popup
  • Resolved #83 where 'xhtml' string could mistakenly appear in Fluid field search excerpt
  • Resolved #458 where variable modifiers were not fully available in search results
  • Resolved #1085 where having variables in searchable fields could break search results
  • Resolved #1851 where some custom fields could be excluded from search
  • Resolved #1869 where unnecessary search term sanitization was performed making the results inaccurate
  • Resolved #1862 where search results could not display more than 100 entries when not using pagination
  • Resolved #66 where sorting search results was limited
  • Resolved #3402 where PHP 8.1 deprecation noticed were shown when bulk editing entries without Pages URL set but Pages module installed
  • Resolved #3397 where Template Routes page was showing deprecation notices when using PHP 8.2
  • Resolved #3123 where having template records without template group in database would case PHP notices in template editor
  • Resolved #3371 where Grid fields could show PHP error when ExpressionEngine was updated from older version
  • Resolved #3350 where PHP notice might be shown when parsing empty member field

Developers 💻

  • Allowed module tabs to be displayed as columns in Entry Manager; #645
  • Enabled additional variable modifiers to be registered by add-ons; #1203
  • Added config overrides for user and Control Panel session length; #3114

ExpressionEngine 7.2.17

02 May 16:00
745f21f
Compare
Choose a tag to compare

Enhancements 🚀

  • Improved counting members on role
  • Added extra information on RTE advanced configuration
  • Resolved issue where icons on Channels page were not self-evident
  • Enabled File field to be used as Pro Variable; #2498
  • Added separate list with selected categories for Entry page Category tab #2807
  • Added more information to template debugger when using search parameter in exp:channel:entries; #2670

Bug Fixes 💃🐛

  • Wrap Structure global functions to avoid conflict
  • Resolved #3261 where empty Grid row could have been added in Fluid upon saving
  • Resolved #2148 where entry status was not updated after change of status name
  • Resolved #477 where no information was provided when editing entry with status that's not accessible to member
  • Resolved #3331 Where Categories tab shows empty alert when no category groups assigned
  • Resolved #758 where installation wizard did not work when PHP was configured to have no memory limit
  • Resolved #1795 Where display of negative numerical field has - placed incorrectly for RTL text direction
  • Resolved issue where setting member field type might not work properly when called programmatically
  • Resolved #3224 where descending sorting order did not persist when using pagination in File Manager
  • Resolved #2609 where the permissions for Guests role could be incorrect and Guest could log in
  • Resolved #2570 where saving empty "Select Entries" Pro Variable was throwing SQL error
  • Resolved #2843 where Channel Form was saving file field data in old format
  • Resolved #2112 where deleting too many logs could cause the system go out of memory
  • Resolved #2387 where PHP error could be shown when several developer logs are existing
  • Resolved #3286 when warning was shown when using member fields with PHP 8.2

Developers 💻

  • Added GridColumn model
  • Improve error reporting when instantiating non-existent model
  • Added relationships to model definitions that were missing
  • Improve string-to-boolean conversion; #1959

ExpressionEngine 7.2.16

24 Apr 13:42
7.2.16
d413dd3
Compare
Choose a tag to compare

Enhancements 🚀

  • Optimize logging developer messages; #3057
  • Add keyboard shortcut for saving Pro Variables

Bug Fixes 💃🐛

  • Resolved #3191 where PHP errors could be shown when installing add-on that has fieldtype and module
  • Resolved #3302 where Structure was showing deprecation notices when using PHP 8.2
  • Resolved #3222 where File icon in File field does not match field type
  • Resolved #3174 where min height of RTE field could be wrong when using different CKEditor configurations for same entry
  • Resolved #3272 where parsing order was not correct for add-ons that contain both module and plugin file
  • Resolved #846, #1840 where scroll immediately closes the sidebar on mobile screen
  • Resolved #2417 where PHP error could been shown when saving channel layout
  • Resolved #3274 where special characters in URL for on-the-fly manipulated images were encoded twice
  • Resolved #3245 where 0 could be displayed as empty string in template variables provided by add-ons
  • Resolved #3246 where not all checks for empty Grid or Fluid field worked correctly in templates when using PHP 8.1
  • Resolved #3190 where pagination in File Manager did not respect permissions for upload directories

ExpressionEngine 6.4.11

24 Apr 13:15
6.4.11
69b7533
Compare
Choose a tag to compare

Enhancements 🚀

  • Optimize logging developer messages; #3057

Bug Fixes 💃🐛

  • Resolved #3272 where parsing order was not correct for add-ons that contain both module and plugin file
  • Resolved #846, #1840 where scroll immediately closes the sidebar on mobile screen
  • Resolved #2417 where PHP error could been shown when saving channel layout
  • Resolved #510 where existing entries did not have correct value for toggle field after adding it and no prompt for update were made
  • Resolved #3245 where 0 could be displayed as empty string in template variables provided by add-ons
  • Resolved #3246 where not all checks for empty Grid or Fluid field worked correctly in templates when using PHP 8.1
  • Resolved #3174 where min height of RTE field could be wrong when using different CKEditor configurations for same entry

ExpressionEngine 7.2.15

12 Apr 13:59
7.2.15
fda8e00
Compare
Choose a tag to compare

Bug Fixes 💃🐛

  • Resolved #1899 Where the "link" HTML button didn't work as intended
  • Resolved #3202 where searching in Categories filter in File Manager category did not work after changing another filter
  • Resolved #3157 where the list of authors to reassign the entries when deleting member could be wrong
  • Resolved #3101 where autosaves table for new entry included entries from other channels
  • Resolved #3162 where in RTE field using CKEditor the links to images in subfolder were not correct
  • Resolved #3152 where settings for RTE Pro Variables field were not saved
  • Resolved #3147 where templates export did not work when using PHP 8.1
  • Resolved #1099 where File Menu Width Remains Too Narrow
  • Resolved #3027 where upload directories with angle brackets were not displayed correctly in file manager filters

ExpressionEngine 6.4.10

12 Apr 13:25
397f5b0
Compare
Choose a tag to compare

Bug Fixes 💃🐛

  • Resolved #3147 where templates export did not work when using PHP 8.1
  • Resolved issue where built-in RTE field was giving error when using with Low Variables
  • Resolved #3157 where the list of authors to reassign the entries when deleting member could be wrong
  • Resolved #3202 where searching in Categories filter in File Manager category did not work after changing another filter
  • Resolved #1899 Where the "link" HTML button didn't work as intended

ExpressionEngine 7.2.14

06 Apr 13:11
d00fe08
Compare
Choose a tag to compare

Bug Fixes 💃🐛

  • Resolved issue where login form on front-end was showing incorrect error