Skip to content

Commit ae87fa8

Browse files
committed
Review fixes - Content-Type, EOL space, command descripition fixed for 4.6
1 parent be62073 commit ae87fa8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/update_and_migration/from_3.3/update_from_3.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Fastly users are not affected.
479479
Update your Varnish VCL file to align it with the [`vendor/ezsystems/ezplatform-http-cache/docs/varnish/vcl/varnish7.vcl`](https://github.com/ezsystems/ezplatform-http-cache/blob/2.3/docs/varnish/vcl/varnish7.vcl) file.
480480
```
481481

482-
If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed Content Type in the web server configuration.
482+
If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed `Content-Type` in the web server configuration.
483483
For more information, see the [updated Apache and nginx template configuration](https://github.com/ibexa/post-install/pull/86/files).
484484

485485
##### Outdated version of jQuery in ibexa/ezcommerce-shop package

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ If the new bundle `ibexa/core-search` has not been added by the recipes, enable
147147

148148
## v4.6.13
149149

150-
This release comes with a command to clean up the duplicated entries in the `ezcontentobject_attribute` table, caused by the issue described in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562).
150+
This release comes with a command to clean up duplicated entries in the `ezcontentobject_attribute` table, which were created due to an issue described in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562).
151151

152-
If you're affected you can remove the duplicated entries by running the following command:
152+
If you're affected, remove the duplicated entries by running the following command:
153153
``` bash
154154
php bin/console ibexa:content:remove-duplicate-fields
155155
```
@@ -161,7 +161,7 @@ php bin/console ibexa:content:remove-duplicate-fields
161161
You can customize the behavior of the command with the following options:
162162

163163
- `batch-size` or `b` - number of attributes affected per iteration. Default value = 10000.
164-
- `max-iterations` or `i` - max. iterations count (default or -1: unlimited). Default value = -1.
164+
- `--max-iterations` or `-i` - maximum iterations count. Default value = -1 (unlimited).
165165
- `sleep` or `s` - wait time between iterations, in milliseconds. Default value = 0.
166166

167167
## v4.6.14
@@ -170,7 +170,7 @@ You can customize the behavior of the command with the following options:
170170

171171
This release contains security fixes.
172172
For more information, see [the published security advisory](https://developers.ibexa.co/security-advisories/ibexa-sa-2024-006-vulnerabilities-in-content-name-pattern-commerce-shop-and-varnish-vhost-templates).
173-
For each of the following fixes, evaluate the vulnerability to determine whether you might have been affected.
173+
For each of the following fixes, evaluate the vulnerability to determine whether you might have been affected.
174174
If so, take appropriate action, for example by [revoking passwords](https://doc.ibexa.co/en/latest/users/passwords/#revoking-passwords) for all affected users.
175175

176176
#### <abbr title="Browser Reconnaissance & Exfiltration via Adaptive Compression of Hypertext">BREACH</abbr> vulnerability
@@ -201,7 +201,7 @@ Fastly users are not affected.
201201
Update your Varnish VCL file to align it with the [`vendor/ibexa/http-cache/docs/varnish/vcl/varnish7.vcl`](https://github.com/ibexa/http-cache//blob/4.6/docs/varnish/vcl/varnish7.vcl) file.
202202
```
203203

204-
If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed Content Type in the web server configuration.
204+
If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed `Content-Type` in the web server configuration.
205205
For more information, see the [updated Apache and nginx template configuration](https://github.com/ibexa/post-install/pull/86/files).
206206

207207
#### XSS in Content name pattern

0 commit comments

Comments
 (0)