• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

😵Chevereto v3.12.0.beta.5

Status
Not open for further replies.

Rodolfo

⭐ Chevereto Godlike
Chevereto Staff
Administrator
Chevereto 3.12.0.beta.5 (2018-10-10)
- Added support for subdomain wildcards for languages and user profiles [10441]
- Added support for hreflang [9695]
- Fixed bug in isSafeToExecute function
- PHP minimum version supported 5.6
- *fixes all the bugs found in the previous beta release*

Affected files and folders (from 3.11.1)
- app/app.php
- app/install/
- app/lib/
- app/routes/
- app/themes/Peafowl/
- lib/

Check README.txt file and http://chevereto.com/docs for install or update instructions. If you edited some or part of the affected files merge your changes.

NOTE
The subdomain wildcards should be considered as a work in progress. Don't hesitate to mention if it doesn't work as expected or if cookies are being missed or any issue you may detect. Please note that to enable subdomain wildcards you have to enable CORS in your subdomains.

Code:
# Enable CORS across all your subdomains (replace dev\.local with your domain\.com)
SetEnvIf Origin ^(https?://.+\.dev\.local(?::\d{1,5})?)$   CORS_ALLOW_ORIGIN=$1
Header append Access-Control-Allow-Origin  %{CORS_ALLOW_ORIGIN}e   env=CORS_ALLOW_ORIGIN
Header merge  Vary "Origin"
 
Status
Not open for further replies.
Back
Top