Skip to content

Commit f675e78

Browse files
authored
Merge pull request #985 from ExpressionEngine/7.dev
ExpressionEngine 7.5.11
2 parents 052af5d + 33dc3cf commit f675e78

File tree

2 files changed

+48
-3
lines changed

2 files changed

+48
-3
lines changed

docs/development/constants.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,32 @@ The ExpressionEngine core defines a variety of constants to ensure consistency i
1515

1616
## Path Constants
1717

18-
- `SELF` - Name of the bootstrap file
19-
- `FCPATH` - Path to the bootstrap file
18+
- `SELF` - Name of the admin file
19+
- Example: `admin.php`
20+
- `FCPATH` - Path to the admin file
21+
- Example: `/var/www/html/website.com/public/`
2022
- `SYSDIR` - Name of the system directory
23+
- Example: `system`
2124
- `SYSPATH` - Path of the system directory
25+
- Example: `/var/www/html/website.com/system/`
2226
- `APPPATH` and `BASEPATH` - Path to the `system/ee/legacy` directory
27+
- Example: `/var/www/html/website.com/system/ee/legacy/`
2328
- `PATH_ADDONS` - Path to the first-party add-ons directory
29+
- Example: `/var/www/html/website.com/system/ee/ExpressionEngine/Addons/`
2430
- `PATH_THEMES` - Path to the themes directory
25-
- `PATH_RTE` - Path to the first party RTE tools directory
31+
- Example: `/var/www/html/website.com/public/themes/ee/`
2632
- `PATH_MBR_THEMES` - Path to the member themes directory
33+
- Example: `/var/www/html/website.com/public/themes/ee/member/`
2734
- `PATH_CP_GBL_IMG` - Path to the global image directory
35+
- Example: `https://website.com/themes/ee/asset/img/`
2836
- `PATH_JAVASCRIPT` - Path to the javascript directory
37+
- Example: `/var/www/html/website.com/public/themes/ee/asset/javascript/compressed/`
2938
- `PATH_JQUERY` - Path to the jQuery directory
39+
- Example: `/var/www/html/website.com/public/themes/ee/asset/javascript/compressed/jquery/`
3040
- `PATH_THIRD` - Path to third-party add-ons directory
41+
- Example: `/var/www/html/website.com/system/user/addons/`
3142
- `PATH_THIRD_THEMES` - Path to the third-party themes directory
43+
- Example: `/var/www/html/website.com/public/themes/user/`
3244

3345
## Version Constants
3446

docs/installation/changelog.md

+33
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,39 @@
88
-->
99
# ExpressionEngine v7 Change Log
1010

11+
## Version 7.5.11
12+
(Release: May 5th, 2025)
13+
14+
<div class="max-w-7xl mx-autotext-center">
15+
<div class="space-y-8 sm:space-y-12">
16+
<ul role="list" class="mx-auto grid grid-cols-2 gap-x-4 gap-y-1 sm:grid-cols-4 md:gap-x-6 lg:max-w-5xl lg:gap-x-8 lg:gap-y-1 xl:grid-cols-5">
17+
<li><div class="space-y-4 text-center"><img class="mx-auto h-20 w-20 rounded-full lg:w-24 lg:h-24" src="https://avatars.githubusercontent.com/u/752126?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Yuri Salimovskiy</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=intoeetive" target="_BLANK">@intoeetive</a></p></div></div></div></li>
18+
<li><div class="space-y-4 text-center"><img class="mx-auto h-20 w-20 rounded-full lg:w-24 lg:h-24" src="https://avatars.githubusercontent.com/u/23382425?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Yulya Lebed</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=Yulyaswan" target="_BLANK">@Yulyaswan</a></p></div></div></div></li>
19+
<li><div class="space-y-4 text-center"><img class="mx-auto h-20 w-20 rounded-full lg:w-24 lg:h-24" src="https://avatars.githubusercontent.com/u/17785714?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Jonathan Hardisty</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=jHards" target="_BLANK">@jHards</a></p></div></div></div></li>
20+
<li><div class="space-y-4 text-center"><img class="mx-auto h-20 w-20 rounded-full lg:w-24 lg:h-24" src="https://avatars.githubusercontent.com/u/11818941?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Matt Johnson</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=matthewjohns0n" target="_BLANK">@matthewjohns0n</a></p></div></div></div></li>
21+
<li><div class="space-y-4 text-center"><img class="mx-auto h-20 w-20 rounded-full lg:w-24 lg:h-24" src="https://avatars.githubusercontent.com/u/563996?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Bryan Nielsen</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=bryannielsen" target="_BLANK">@bryannielsen</a></p></div></div></div></li>
22+
</ul>
23+
</div>
24+
</div>
25+
26+
**Bug Fixes** 💃🐛
27+
28+
- Resolved [#4798](https://github.com/ExpressionEngine/ExpressionEngine/issues/4798) where RedactorX text in dark mode is unreadable
29+
- Resolved [#4793](https://github.com/ExpressionEngine/ExpressionEngine/issues/4793) where member password reset email could have a repeated forward slash in the reset_url
30+
- Resolved [#4344](https://github.com/ExpressionEngine/ExpressionEngine/issues/4344) where Structure links in RTE could have been missing a trailing slash
31+
- Resolved [#4783](https://github.com/ExpressionEngine/ExpressionEngine/issues/4783) where sometimes not all custom fields were fetched when using SQL caching
32+
- Resolved [#4004](https://github.com/ExpressionEngine/ExpressionEngine/issues/4004) where CRLF setting was not properly set to handle quoted-printable emails
33+
- Resolved [#4632](https://github.com/ExpressionEngine/ExpressionEngine/issues/4632) where test email was not sent using some SMTP servers
34+
- Resolved [#3768](https://github.com/ExpressionEngine/ExpressionEngine/issues/3768) where `{index}` and `{absolute_index}` variables were missing from `{exp:channel:entries}` tag
35+
- Resolved [#4762](https://github.com/ExpressionEngine/ExpressionEngine/issues/4762) where in some cases it was not possible to change a site's 404 template
36+
- Resolved [#4697](https://github.com/ExpressionEngine/ExpressionEngine/issues/4697) where replacing a file did not update dimensions info
37+
- Resolved [#4366](https://github.com/ExpressionEngine/ExpressionEngine/issues/4366) where Multiple "Save" clicks create multiple identical entries
38+
- Resolved [#4368](https://github.com/ExpressionEngine/ExpressionEngine/issues/4368) where there is no "Edit entry" button on a newly added related entry
39+
- Resolved [#4185](https://github.com/ExpressionEngine/ExpressionEngine/issues/4185) where the page scrolled up when the file field modal window was opened
40+
- Updated textarea validation to send fewer AJAX requests
41+
- Added ability to edit metadata on images/files for Pro Variables page
42+
- Standardized forgotten password redirect behavior in Member module
43+
1144
## Version 7.5.10
1245
(Release: April 3rd, 2025)
1346

0 commit comments

Comments
 (0)