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
- Added Members fieldtype to select one or multiple members in channel entry; [#1080](https://github.com/ExpressionEngine/ExpressionEngine/issues/1080)
34
+
- Introduced ability for custom fieldtypes to be used in Member profiles; [#715](https://github.com/ExpressionEngine/ExpressionEngine/issues/715)
35
+
- Introduced new Member Manager with configurable column display
36
+
- Added global variables for logged in user's avatar; [#2583](https://github.com/ExpressionEngine/ExpressionEngine/issues/2583)
37
+
- Enabled logging in using email address; [#2931](https://github.com/ExpressionEngine/ExpressionEngine/issues/2931)
38
+
- Added more variables to address position of field in group inside Fluid field
39
+
- Enabled editing HTML source in RTE with CKEditor
40
+
- Added RTE configuration to use custom CKEditor build
41
+
- Added Styles plugin for CKEditor in RTE; [#3136](https://github.com/ExpressionEngine/ExpressionEngine/issues/3136)
42
+
- Added RedactorX as editing engine for RTE
43
+
- Deprecated Redactor editing engine
44
+
- Enabled showing field short names on Entry Publish page; [#3340](https://github.com/ExpressionEngine/ExpressionEngine/issues/3340)
45
+
- Enabled passing through valid HTML form attributes to forms in ExpressionEngine as tag parameters; [#441](https://github.com/ExpressionEngine/ExpressionEngine/issues/441)
46
+
- Improved getting real IP address of visitor when using load balancers
47
+
- Added ability to edit file metadata from file field; [#2855](https://github.com/ExpressionEngine/ExpressionEngine/issues/2855)
48
+
- Added `primary_role_id` parameter for `exp:channel:entries` to work same as older `group_id`; [#1353](https://github.com/ExpressionEngine/ExpressionEngine/issues/1353)
49
+
- Enabled synchronizing upload directory via CLI; [#3044](https://github.com/ExpressionEngine/ExpressionEngine/issues/3044)
50
+
- Added CLI command to run Content Reindex; [#3428](https://github.com/ExpressionEngine/ExpressionEngine/issues/3428)
51
+
- Added styles to Toggle, Slider, Radio, Grid, Date, Selectable Buttons fieldtypes for better use with Channel Form
52
+
- Enabled `{exp:member:has_role}` to check against multiple roles; [#2749](https://github.com/ExpressionEngine/ExpressionEngine/issues/2749)
53
+
- Improved updater script to ensure that built-in roles are always present; [#3200](https://github.com/ExpressionEngine/ExpressionEngine/issues/3200)
54
+
- Improved Entry Date field to make it user-friendly to pick different time; [#3021](https://github.com/ExpressionEngine/ExpressionEngine/issues/3021)
55
+
- Added `{exp:member:role_groups}` template tag
56
+
- Allow making category group required for channel
57
+
- Allow restricting category selection to single category per group; [#2865](https://github.com/ExpressionEngine/ExpressionEngine/issues/2865)
58
+
- Improved performance of Structure tab on entry publish page
59
+
- Improved synchronization of conditional fields status
60
+
61
+
**Bug Fixes** 💃🐛
62
+
63
+
- Resolved [#3489](https://github.com/ExpressionEngine/ExpressionEngine/issues/3489) where `member_rows` variable in `exp:member:memberlist` did not support backspace parameter
64
+
- Resolved [#2806](https://github.com/ExpressionEngine/ExpressionEngine/issues/2806) where relationships field data was not saved if that was the only change for ChannelEntry model
65
+
- Resolved [#3865](https://github.com/ExpressionEngine/ExpressionEngine/issues/3865) where cloning entries with field groups in Fluid field did not retain grouping
66
+
- Resolved [#2703](https://github.com/ExpressionEngine/ExpressionEngine/issues/2703) where legacy member template could be shown when placing empty member tag
67
+
- Resolved [#243](https://github.com/ExpressionEngine/ExpressionEngine/issues/243) where email length was limited to maximum username length
68
+
- Resolved [#3841](https://github.com/ExpressionEngine/ExpressionEngine/issues/3841) where some characters in entry title might cause automatic url_title generation to not work
69
+
- Resolved [#3973](https://github.com/ExpressionEngine/ExpressionEngine/issues/3973) where cloned channel might been not shown as option when saving entry
70
+
- Resolved PHP compatibility issue in Channel Calendar tags
71
+
72
+
**Developers** 💻
73
+
74
+
- Enable passing through MySQL PDO configuration from config file; [#2989](https://github.com/ExpressionEngine/ExpressionEngine/issues/2989); [#3427](https://github.com/ExpressionEngine/ExpressionEngine/issues/3427)
75
+
- Only set MySQL collation explicitely if it's different than default
76
+
- Skip performing SQL JOIN on field data tables, if no custom fields exist on model
77
+
- Added `cli_boot` and `cli_before_handle` extension hooks to run on each CLI request; [#2846](https://github.com/ExpressionEngine/ExpressionEngine/issues/2846)
78
+
- Added `before_response_send_output` and `after_response_send_output` extension hooks
79
+
11
80
## Version 7.3.15
12
81
(Release: January 18, 2024)
13
82
@@ -33,15 +102,14 @@ NOTE: **Important:** This version includes important security updates.
33
102
- Resolved [#3884](https://github.com/ExpressionEngine/ExpressionEngine/issues/3884) where error could be shown using CLI `sync:conditional-fields` command when using PHP 8.2
34
103
- Resolved issue where saving entry with Fluid field using groups could throw PHP error if field was removed from group
@@ -166,7 +234,7 @@ NOTE: **Important:** This version includes important security updates.
166
234
- Resolved issue where navigating subfolders in File Manager did not retain filers and sorting
167
235
- Fixed issue when styling in Grid field was not accurate when sorting
168
236
- Resolved [#532](https://github.com/ExpressionEngine/ExpressionEngine/issues/532) where index template could be deleted but then immediately recreated
169
-
- Resolved [#3667](https://github.com/ExpressionEngine/ExpressionEngine/issues/3667) where all members with access to Template Manager could access System Templates
237
+
- Resolved [#3667](https://github.com/ExpressionEngine/ExpressionEngine/issues/3667) where all members with access to Template Manager could access System Templates
170
238
171
239
## Version 7.3.10
172
240
(Release: August 11, 2023)
@@ -210,8 +278,8 @@ NOTE: **Important:** This version includes important security updates.
210
278
211
279
**Bug Fixes** 💃🐛
212
280
213
-
- Resolved issue where it was not possible to save loaded revision if Fluid field has some fields deleted;
214
-
- Resolved [#3639](https://github.com/ExpressionEngine/ExpressionEngine/issues/3639) where is was not possible to save loaded revision with removed Grid rows;
281
+
- Resolved issue where it was not possible to save loaded revision if Fluid field has some fields deleted;
282
+
- Resolved [#3639](https://github.com/ExpressionEngine/ExpressionEngine/issues/3639) where is was not possible to save loaded revision with removed Grid rows;
215
283
- Resolved [#3529](https://github.com/ExpressionEngine/ExpressionEngine/issues/3529) where records for Grid and Relationship fields were still left in database after removing from Fluid
216
284
- Resolved [#2666](https://github.com/ExpressionEngine/ExpressionEngine/issues/2666) where using Dynamic query caching caused pagination on Structure listing being inaccurate
217
285
- Resolved issue where field group names were made lowercase in Fluid
0 commit comments