Skip to content

Commit 9583e0f

Browse files
authored
Merge pull request #1080 from ExpressionEngine/7.dev
Change Log 7.5.17 and a few other updates on RSS and Watermarks
2 parents 916ec99 + dffcbae commit 9583e0f

File tree

3 files changed

+46
-3
lines changed

3 files changed

+46
-3
lines changed

docs/add-ons/rss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ID number of the channel (not the channel entry, the actual channel).
100100

101101
The code for the language the channel is in (en-us, etc.).
102102

103-
### `channel_name}`
103+
### `{channel_name}`
104104

105105
The name of the channel.
106106

docs/control-panel/file-manager/watermarks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Text Watermarks have the following extra options:
3131

3232
Image Watermarks have the following extra options:
3333

34-
- **Path** -- If you wish to test your watermark settings, then you may specify the server path to a test image. This will allow you to see how it would actually appear on a real image. A server path is typically something similar to `/home/domain.com/http_docs/cp_images/watermark_test.jpg`. The specific setting will vary from server to server, so you may need to contact your Host or server admin to determine what your correct "server path" is.
34+
- **Path** -- The path to the image to use in the watermark, including the image name. **Note:** SVG images will not work as watermarks.
3535
- **Opacity** -- The opacity (i.e. transparency) of the watermark image. This allows the watermark to be faint and not completely obscure details from the original image behind it. A 50% opacity is typical.
36-
- **Image transparency map** -- Specify a color on the image to be "transparent" for PNG or GIF images. This works by specifying the "X" and "Y" coordinate pixel (measured from the upper left) within the image that corresponds to a pixel representative of the color you want to be transparent.
36+
- **Image transparency map** -- Specify a color on the image to be "transparent" for PNG or GIF images. This works by specifying the "X" and "Y" coordinate pixel (measured from the upper left) within the image that corresponds to a pixel representative of the color you want to be transparent.

docs/installation/changelog.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,49 @@
88
-->
99
# ExpressionEngine v7 Change Log
1010

11+
## Version 7.5.17
12+
(Release: October 27th, 2025)
13+
<div class="max-w-7xl mx-autotext-center">
14+
<div class="space-y-8 sm:space-y-12">
15+
<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">
16+
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/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>
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/6020323?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Doug Black Jr</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=dougblackjr" target="_BLANK">@dougblackjr</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/422821?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Tom Jaeger</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=TomJaeger" target="_BLANK">@TomJaeger</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/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>
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/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>
22+
<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/1181219?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">robinsowell</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=robinsowell" target="_BLANK">@robinsowell</a></p></div></div></div></li>
23+
</ul>
24+
</div>
25+
</div>
26+
27+
**Bug Fixes** 🐛
28+
29+
- Resolved [#5022](https://github.com/ExpressionEngine/ExpressionEngine/issues/5022) where Store fieldtype used as an excerpt could throw an error [#5027](https://github.com/ExpressionEngine/ExpressionEngine/pull/5027)
30+
- Resolved [#5012](https://github.com/ExpressionEngine/ExpressionEngine/issues/5012) where searching for files with 3 digit IDs did not work [#5015](https://github.com/ExpressionEngine/ExpressionEngine/pull/5015)
31+
- Fixed a Pro Variable bug where date setting options did not stick [#5000](https://github.com/ExpressionEngine/ExpressionEngine/pull/5000)
32+
- Fixed [#4979](https://github.com/ExpressionEngine/ExpressionEngine/issues/4979) where Live preview button did not trigger when closing preview [#4981](https://github.com/ExpressionEngine/ExpressionEngine/pull/4981)
33+
- Fixed bug where using `entry_status` in Comment form threw a PHP error [#4986](https://github.com/ExpressionEngine/ExpressionEngine/pull/4986)
34+
- Resolved [#4900](https://github.com/ExpressionEngine/ExpressionEngine/issues/4900) where `maxlength` for text field in Channel Form could have been set to 0 [#4965](https://github.com/ExpressionEngine/ExpressionEngine/pull/4965)
35+
- Resolved [#4881](https://github.com/ExpressionEngine/ExpressionEngine/issues/4881) where "No access redirect" was not performed if a restricted template is used as layout [#4883](https://github.com/ExpressionEngine/ExpressionEngine/pull/4883)
36+
- Resolved [#4346](https://github.com/ExpressionEngine/ExpressionEngine/issues/4346) where double slashes could appear in URLs [#4347](https://github.com/ExpressionEngine/ExpressionEngine/pull/4347)
37+
- Addressed [#4996](https://github.com/ExpressionEngine/ExpressionEngine/issues/4996) by removing unintended spaces in channel notifications [#4997](https://github.com/ExpressionEngine/ExpressionEngine/pull/4997)
38+
39+
**Enhancements**
40+
41+
- Improved performance of forms displaying many nested categories [#5014](https://github.com/ExpressionEngine/ExpressionEngine/pull/5014)
42+
- Improved performance of the author filter on the Entry listing page [#5009](https://github.com/ExpressionEngine/ExpressionEngine/pull/5009)
43+
- Improved performance of the category filter on the Entry listing page [#5008](https://github.com/ExpressionEngine/ExpressionEngine/pull/5008)
44+
- Improved performance of the Categories column on the Entry listing page [#5007](https://github.com/ExpressionEngine/ExpressionEngine/pull/5007)
45+
- Refactored Pro Variable "Select Entries" to use the Relationship field [#4999](https://github.com/ExpressionEngine/ExpressionEngine/pull/4999)
46+
- Improved delete member flow with explicit confirmation toggle [#5002](https://github.com/ExpressionEngine/ExpressionEngine/pull/5002), addressing [#4998](https://github.com/ExpressionEngine/ExpressionEngine/issues/4998)
47+
- Hid text to show only icons for default HTML buttons [#4980](https://github.com/ExpressionEngine/ExpressionEngine/pull/4980)
48+
- Made Notes fieldtype compatible with Grid and third-party fieldtypes [#4964](https://github.com/ExpressionEngine/ExpressionEngine/pull/4964), addressing [#4955](https://github.com/ExpressionEngine/ExpressionEngine/issues/4955)
49+
50+
**Developers** 💻
51+
52+
- Added unit tests for Template library; small fixes in Template and Api libraries [#5021](https://github.com/ExpressionEngine/ExpressionEngine/pull/5021)
53+
1154
## Version 7.5.16
1255
(Release: September 15th, 2025)
1356
<div class="max-w-7xl mx-autotext-center">

0 commit comments

Comments
 (0)