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

Rodolfo

⭐ Chevereto Godlike
Chevereto Staff
Administrator
Hey there,

I'm confirming the fifth revision for Macanudo (4.0), this one is about fixing bugs and incremental improvements.

πŸ‘‰ If you are experiencing bugs check hot-fixes and don't hesitate to use Bug Tracking.
 
βœ… Added more environment variables

This will enable to provide better scoped instances. The following toggles have been added:

PHP:
'CHEVERETO_ENABLE_API_GUEST' => '1',
'CHEVERETO_ENABLE_BANNERS' => '1',
'CHEVERETO_ENABLE_CAPTCHA' => '1',
'CHEVERETO_ENABLE_CDN' => '1',
'CHEVERETO_ENABLE_CONSENT_SCREEN' => '1',
'CHEVERETO_ENABLE_COOKIE_COMPLIANCE' => '1',
'CHEVERETO_ENABLE_EXPOSE_PAID_FEATURES' => '1',
'CHEVERETO_ENABLE_EXTERNAL_SERVICES' => '1',
'CHEVERETO_ENABLE_EXTERNAL_STORAGE' => '1',
'CHEVERETO_ENABLE_FLOOD_PROTECTION' => '1',
'CHEVERETO_ENABLE_FOLLOWERS' => '1',
'CHEVERETO_ENABLE_IP_BANS' => '1',
'CHEVERETO_ENABLE_LIKES' => '1',
'CHEVERETO_ENABLE_LOGIN_PROVIDERS' => '1',
'CHEVERETO_ENABLE_MODERATION' => '1',
'CHEVERETO_ENABLE_NOTIFICATIONS' => '1',
'CHEVERETO_ENABLE_PAGES' => '1',
'CHEVERETO_ENABLE_POWERED_BY_FOOTER_SITE_WIDE' => '0',
'CHEVERETO_ENABLE_ROUTING' => '1',
'CHEVERETO_ENABLE_SERVICE_AKISMET' => '1',
'CHEVERETO_ENABLE_SERVICE_MODERATECONTENT' => '1',
'CHEVERETO_ENABLE_SERVICE_PROJECTARACHNID' => '1',
'CHEVERETO_ENABLE_SERVICE_STOPFORUMSPAM' => '1',
'CHEVERETO_ENABLE_UPLOAD_PLUGIN' => '1',
'CHEVERETO_ENABLE_USERS' => '1',
'CHEVERETO_MAX_UPLOADER_QUEUE' => '0',

Most of the added toggles are for stuff that can be already configured via Dashboard panel. This addition is because the environment configuration gets priority over the database, enabling to hard-remove these features.
 
βœ… Renamed dashboard/settings/api to dashboard/settings/guest-api

The "API" at Dashboard is no longer "the API" as V4.0 introduced user-based API. I renamed it to "Guest API" to avoid more confusion.
 
βœ… Renamed website modes (community, personal)

Website mode "personal" is now Single profile and website mode "community" is now Multi-user. The new naming is more predictable and it describes what exactly you get.
 
🐞 Fixed bug with exif metadata removal

When enabling "remove exif data" the system was failing to process requests. This revision fixes that bug.

πŸ‘ Many thanks to @rdn for the bug report.
 
🐞 Fixed bug with single image redirect

When removing elements from the queue the single upload redirection was failing. This revision fixes that bug.

πŸ‘ Many thanks to @Zartax for the bug report.
 
🐞 Fixed bug with selectable items on iPad

When using iPad the system was enabling the multi-select tool which is meant to be used by desktop devices. This revision fixes that bug.

πŸ‘ Many thanks to @Zartax for the bug report.
 
🐞 Fixed bug with login page

When removing all cover images the login screen was throwing an error. This revision fixes that bug.

πŸ‘ many thanks to @lxj12328 for the bug report.
 
🐞 Fixed bug with missing timestamp on upload

There was an ErrorException in the image class. This revision fixes that bug.

πŸ‘ Many thanks to @Showfom for the bug report.
 
🐞 Fixed bug with ModerateContent

There was an ErrorException in the image class. This revision fixes that bug.

πŸ‘ Many thanks to @evil for the bug report.
 
Back
Top