7.9.6
php8.5
6c970e48d6773e905af5145d0067b304 ./ampache-7.9.6_all_php8.5.zip
19b6f4d4ffbfaf319cb5d32285870114 ./ampache-7.9.6_all_php8.5_squashed.zip
cf316930f61456d89225e66acb609d2d ./ampache-7.9.6_all_php8.5_client.zip
php8.4
d87d06fe3e4fc0355b7f36480fe3983d ./ampache-7.9.6_all_php8.4.zip
c801be48ae6e58f711f4d1428510a5ee ./ampache-7.9.6_all_php8.4_squashed.zip
c8fa083b4cd9839a2f6b836a558de542 ./ampache-7.9.6_all_php8.4_client.zip
php8.3
5e0ff4c2cb75417aad766b2cf6cf892c ./ampache-7.9.6_all_php8.3.zip
719fcc4689de1cebcb83ccabb8bc98ab ./ampache-7.9.6_all_php8.3_squashed.zip
d0252a1a7dad0bed7d333acc77ada2c0 ./ampache-7.9.6_all_php8.3_client.zip
php8.2
235c30c68a6544990b37da4955048246 ./ampache-7.9.6_all_php8.2.zip
0f6ca47a124fccac867f1ab25218ad0f ./ampache-7.9.6_all_php8.2_squashed.zip
1e109079b17f07dbfe1d181ef94d0e57 ./ampache-7.9.6_all_php8.2_client.zip
UNSUPPORTED Code only release. (Requires composer and npm install)
e17b32fbc32a7760386bf873ddf4d453 ./ampache-7.9.6_public.zip
afa0e3362a3296a17a707c52f86b210d ./ampache-7.9.6_squashed.zip
48b7adf5f137701df7b67c03bfbe4b1e ./ampache-7.9.6_client.zip
Zip Version information
If you aren't familiar which the project make sure you know which zip you need to download.
Ampache 7.9.6
Fixes to changes on the backend and a few issues found during code analysis
Changed (7.9.6)
- Update Composer and NPM dependencies
- Add more rules to phpstan
Fixed (7.9.6)
- Parameter
latest_versionmissing on debug page - Art
iderror when unset - Playlist collaborator checks not exploding ints properly
- Subsonic
- updatePlaylist ownership not being checked
- StructuredLyrics value when missing
startin XML
API 6.9.2 Build 1
This version is being released for Ampache7 only
To ensure that there are no issues with clients checking for single int versions
we will keep on 6.9.x and resume build number versioning until Ampache 8
NOTE API8 has been added to the code but is not enabled for use.
Added (692001)
- API8
- New Method: playlist_remove (remove items from a playlist)
- Typing for
array<mixed>JSON objects - Let
search_songsuserule_1_inputto match other search methods
- API6
- Let
search_songsuserule_1_inputto match other search methods
- Let
Changed (692001)
- API8
- Method
playlist_remove_songis deprecated and will be removed in API9 (Use playlist_remove) - Deprecated parameters that will be removed in API9
- catalog_action: parameter
catalog, usefilter - catalog_file: parameter
catalog, usefilter - catalog_folder: parameter
catalog, usefilter - flag: parameter
id, usefilter - rate: parameter
id, usefilter - record_play: parameter
id, usefilter - update_art: parameter
id, usefilter - update_artist:_info parameter
id, usefilter - update_from_tags: parameter
id, usefilter - url_to_song: parameter
url, usefilter - download: parameter
id, usefilter - get_art: parameter
id, usefilter - stream: parameter
id, usefilter - localplay: parameter
oid, usefilter - last_shouts: parameter
username, usefilter - timeline: parameter
username, usefilter - user_delete: parameter
username, usefilter - user_edit: parameter
username, usefilter
- catalog_action: parameter
- Optional parameters
- playlist_add: Use 'song' as default
type
- playlist_add: Use 'song' as default
- Method
Fixed (692001)
- ALL
- download: Type for
formatlisted as int - stream: Type for
formatlisted as int - update_art: Docstring had
overwriteas mandatory - preference object
idnot cast to string - forced string for prefix when it should be null
- video objects being inserted into double video arrays
- download: Type for
- API6
- JSON lists could be doubl filtered incorrectly splicing results
- album, albums, podcast_delete and podcast_episodes output sent to JSON8 classes
- download: Type for
formatlisted as int - toggle_follow using incorrect logic for username
Removed (692001)
- API8
- Remove
get_indexes - Remove
playlist_add_song - Remove
user_update
- Remove