• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

😵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