mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 10:49:37 +02:00
Finalise 3.6-alpha4
This commit is contained in:
parent
4e247196ff
commit
8444fd6b1e
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,9 @@
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
v.3.6-future
|
v.3.6-Alpha4 2012-11-27
|
||||||
|
- Removed lyric support, which was broken and ugly
|
||||||
|
- Removed tight coupling to the PHP mysql extension
|
||||||
- Fixed an issue with adding catalogs on Windows caused by inconsistent
|
- Fixed an issue with adding catalogs on Windows caused by inconsistent
|
||||||
behaviour of is_readable() (reported by Lockzi)
|
behaviour of is_readable() (reported by Lockzi)
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ if ($link) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** This is the version.... fluf nothing more... **/
|
/** This is the version.... fluf nothing more... **/
|
||||||
$results['version'] = '3.6-Alpha3-DEV';
|
$results['version'] = '3.6-Alpha4-DEV';
|
||||||
$results['int_config_version'] = '11';
|
$results['int_config_version'] = '11';
|
||||||
|
|
||||||
if ($results['force_ssl']) {
|
if ($results['force_ssl']) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue