Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Add release note for opcache flush option #8240

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/cloud/release-notes/ece-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ See [Upgrades and patches]({{ site.baseurl }}/cloud/project/project-upgrade-pare
## v2002.1.4
*Release date: {{ site.data.var.ece-release-date }}*<br/>

- {:.new}Added support for the `opcache.enable_cli` PHP option to flush the opcache before running the deploy hook. This configuration resets the cache configuration to ensure that the current configuration settings are applied on each deployment.<!--MCLOUD-7015-->

**Environment variable updates**–

- Added the [`REMOTE_STORAGE`]({{site.baseurl}}/cloud/env/variables-deploy.html#remote_storage) environment variable to enable Cloud Projects for remote storage of media files using a storage service such as AWS S3.<!--MCLOUD-7153-->
- {:.new}Added the [`REMOTE_STORAGE`]({{site.baseurl}}/cloud/env/variables-deploy.html#remote_storage) environment variable to enable Cloud Projects for remote storage of media files using a storage service such as AWS S3.<!--MCLOUD-7153-->



## v2002.1.3
*Release date: {{ site.data.var.ece-release-date }}*<br/>
Expand Down