mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Set Ampache version to 3.8.0
Update CHANGELOG.md Update ACKNOWLEDGEMENTS
This commit is contained in:
parent
47c25fcca8
commit
e8da89de08
3 changed files with 9 additions and 2 deletions
|
@ -28,4 +28,6 @@ Acknowledgements
|
|||
* René Bigler (Razrael)
|
||||
* Kaivo
|
||||
* Ernest Wagner (wagnered)
|
||||
* lotan
|
||||
* lotan
|
||||
* brownl
|
||||
* Deathcow
|
|
@ -3,6 +3,11 @@ CHANGELOG
|
|||
|
||||
3.8.0
|
||||
----------
|
||||
- Added Portuguese (Brasil) language (thanks Ione Souza Junior)
|
||||
- Updated PHPMailer version to 5.2.10
|
||||
- Fixed user stats clear
|
||||
- Added user, followers and last shouts XML API functions
|
||||
- Fixed transcoded process end on some systems (thanks nan4k7)
|
||||
- Added ogg channel streaming support (thanks Deathcow)
|
||||
- Fixed sql connection close before stream (thanks fufroma)
|
||||
- Added support for several ldap filters (thanks T-Rock)
|
||||
|
|
|
@ -65,7 +65,7 @@ if (!empty($link)) {
|
|||
|
||||
$results['load_time_begin'] = $load_time_begin;
|
||||
/** This is the version.... fluf nothing more... **/
|
||||
$results['version'] = '3.8.0-develop';
|
||||
$results['version'] = '3.8.0';
|
||||
$results['int_config_version'] = '29';
|
||||
|
||||
if (!empty($results['force_ssl'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue