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
Copy file name to clipboardExpand all lines: docs/update_and_migration/from_3.3/update_from_3.3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -479,7 +479,7 @@ Fastly users are not affected.
479
479
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.
480
480
```
481
481
482
-
If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed ContentType 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.
483
483
For more information, see the [updated Apache and nginx template configuration](https://github.com/ibexa/post-install/pull/86/files).
484
484
485
485
##### Outdated version of jQuery in ibexa/ezcommerce-shop package
Copy file name to clipboardExpand all lines: docs/update_and_migration/from_4.6/update_from_4.6.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,9 +147,9 @@ If the new bundle `ibexa/core-search` has not been added by the recipes, enable
147
147
148
148
## v4.6.13
149
149
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).
151
151
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:
You can customize the behavior of the command with the following options:
162
162
163
163
- `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).
165
165
- `sleep`or `s` - wait time between iterations, in milliseconds. Default value = 0.
166
166
167
167
## v4.6.14
@@ -170,7 +170,7 @@ You can customize the behavior of the command with the following options:
170
170
171
171
This release contains security fixes.
172
172
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.
174
174
If so, take appropriate action, for example by [revoking passwords](https://doc.ibexa.co/en/latest/users/passwords/#revoking-passwords) for all affected users.
175
175
176
176
#### <abbr title="Browser Reconnaissance & Exfiltration via Adaptive Compression of Hypertext">BREACH</abbr> vulnerability
@@ -201,7 +201,7 @@ Fastly users are not affected.
201
201
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.
202
202
```
203
203
204
-
If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed ContentType 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.
205
205
For more information, see the [updated Apache and nginx template configuration](https://github.com/ibexa/post-install/pull/86/files).
0 commit comments