• 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 v4.5.3 announcement

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
Hello everybody,

Next patch release v4.5.3 will address bugs that have been reported by the community and observed during Chevereto Cloud provisioning.
 
Added CHEVERETO_ENVIRONMENT default value

The silent-error absence of this variable was causing multi-tenant setups to fail to deliver commands, this patch now provides prod as the default value for this variable.
 
Fixed bug affecting PHP page creation/editing

System was failing to set the form values and triggered an exception when trying to add a new PHP page.
 
Fixed bug breaking TenantsConfig

Tenants HTTP configuration was failing due a type error, which caused an error that prevented the configuration file from being generated.
 
Removed support for FTP/SFTP storage APIs in SaaS context

The FTP/SFTP storage APIs won't be available in Chevereto SaaS context, it will remain as a feature exclusive to the self-hosted edition.
 
Fixed bug causing missing support for theme library overrides

As reported, the system was missing theme override support for theme's lib/ directory. Many thanks for the bug report, please keep reporting.
 
Fixed bug with FTP storage API not creating date folder structure

This version fixes a reported bug which was preventing the FTP storage API to create date folder structure.
 
Fixed missing success message after creating a new user from dashboard

Now you have a confirmation message on success when creating a new user.
 
Added CSRF protection to POST /account/* endpoints

POST requests to /account/* endpoints are now protected against Cross-Site Request Forgery (CSRF) attacks.
 
Added CSRF protection to POST /album endpoint (password protected albums)

POST requests to the /album endpoint for password-protected albums are now protected against Cross-Site Request Forgery (CSRF) attacks.
 
Back
Top