• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Chevereto 2.2.2

Status
Not open for further replies.

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
Chevereto 2.2.2 (2012-06-22) release notes
- Fixed bug in viewer page (not working viewer/direct switch)
- Fixed bug in API (not working selectable storage)
- Added CloudFlare workaround to get the real user IP

Update from 2.2.1 | Affected files & folders
- api.php
- includes/config.php (*)
- includes/chevereto.php
- includes/functions.php
- content/system/js/peafowl.php

Download Chevereto 2.2.2

The change in config.php is the add of this code (only care about this if you are using CloudFlare):
Code:
/*** CloudFlare IP workaround ***/
// Uncomment this line if you are using CloudFlare
//$_SERVER['REMOTE_ADDR'] = (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER["REMOTE_ADDR"];
 
Yeah I get the same problem as spud above gets.

It's just showing the 2.2.1 download, with the exact same size as 2.2.2 (so I am pretty sure its the same).
 
Status
Not open for further replies.
Back
Top