'.
'See the Wiki for details.';
$os_specific = true;
$versions = array(
new PluginVersionInfo( "5.7.5.0", "0.5.19", "plugins/aercm_0.5.19.jar", "plugins/aercm_0.5.19.jar",
"0.5.19: Don't update max results on interim events, wait for config save.
".
"0.5.18: Added academic torrents website; fixed double template addition." ),
new PluginVersionInfo( "5.7.4.0", "0.5.17", "plugins/aercm_0.5.17.jar", "plugins/aercm_0.5.17.jar",
"0.5.17: Added some subscription JSON RPC support.
".
"0.5.16: Option to edit search.
".
"0.5.15: New IPC method to support subscription creation" ),
new PluginVersionInfo( "5.7.3.0", "0.5.14", "plugins/aercm_0.5.14.jar", "plugins/aercm_0.5.14.jar",
"0.5.14: Translation update.
".
"0.5.13: Extended JSON RPC support.
".
"0.5.12: Translation update.
".
"0.5.11: Added 'search more' to filter options area.
".
"0.5.10: Added anonymous subscription option." ),
new PluginVersionInfo( "5.7.2.0", "0.5.9", "plugins/aercm_0.5.9.jar", "plugins/aercm_0.5.9.jar",
"0.5.9: Fix side-bar spinner sometimes getting stuck active.
".
"0.5.8: Support creation of subscriptions from search results.
".
"0.5.7: Merge tags from duplicate search results.
".
"0.5.6: Improve peer/seed counts" ),
new PluginVersionInfo( "5.6.2.0", "0.5.5", "plugins/aercm_0.5.5.jar", "plugins/aercm_0.5.5.jar",
"0.5.5: Translation updates." ),
new PluginVersionInfo( "5.6.1.0", "0.5.4", "plugins/aercm_0.5.4.jar", "plugins/aercm_0.5.4.jar",
"0.5.4: Pass networks to search; added additional network specific magnet URI copy to right-click menu.
".
"0.5.3: Update to work with changes in 5601_B17.
".
"0.5.2: Fix inability to re-open views for same search after closing them.
".
"0.5.1: Added tag-lookup menu item." ),
new PluginVersionInfo( "5.6.0.0", "0.5", "plugins/aercm_0.5.jar", "plugins/aercm_0.5.jar",
"0.5: Direct access to search-by-expression.
".
"0.4.18: Allows networks to be provided for size based lookups.
".
"0.4.17: Menu tweaks.
".
"0.4.16: Get subscription search working again.
".
"0.4.15: Added tags to generated magnets." ),
new PluginVersionInfo( "5.5.0.0", "0.4.13", "plugins/aercm_0.4.13.jar", "plugins/aercm_0.4.13.jar",
"0.4.13: Added networks column; various network-specific fixes." ),
new PluginVersionInfo( "5.4.0.0", "0.4.12", "plugins/aercm_0.4.12.jar", "plugins/aercm_0.4.12.jar",
"0.4.12: Updated translation.
".
"0.4.11: Added min-size filter.
".
"0.4.10: Updated translation." ),
new PluginVersionInfo( "5.3.0.0", "0.4.9", "plugins/aercm_0.4.9.jar", "plugins/aercm_0.4.9.jar",
"0.4.9: Extended rpc with enable/disable and filtering options.
".
"0.4.8: Added JSON rpc for future use by other plugins." ),
new PluginVersionInfo( "5.2.0.0", "0.4.7", "plugins/aercm_0.4.7.jar", "plugins/aercm_0.4.7.jar",
"0.4.6/7: Fixed up selection bug causing loss of focus.
".
"0.4.5: 5101_B27+ - Fixed up some subscription handling.
".
"0.4.4: Better magnet URIs" ),
new PluginVersionInfo( "5.1.0.0", "0.4.3", "plugins/aercm_0.4.3.jar", "plugins/aercm_0.4.3.jar",
"0.4.3: Fix animations not working.
".
"0.4.2: Disposal check; tidied up rating info.
".
"0.4.1: Added ratings columns - requires ratings plugin to be installed.
".
"0.4.0: Moved sidebar location.
".
"0.3.10: Fixed up progress indicator.
".
"0.3.9: Added file size based discoveries.
".
"0.3.8: 5.0.0.1_B08+ Added discoveries tab to details view and library tab views" ),
new PluginVersionInfo( "4.9.1.0", "0.3.7", "plugins/aercm_0.3.7.jar", "plugins/aercm_0.3.7.jar",
"0.3.7: Fixed sidebar entry closed-state not being remembered.
".
"0.3.6: Moved location in side bar; added tags column.
".
"0.3.5: Remember selection when switching away from and back to view" ),
new PluginVersionInfo( "4.9.0.0", "0.3.4", "plugins/aercm_0.3.4.jar", "plugins/aercm_0.3.4.jar",
"0.3.4: Fix bug that removed context menus.
".
"0.3.3: Added some IPC methods.
".
"0.3.2: Patch surrogate for SSL trust store issue." ),
new PluginVersionInfo( "4.8.2.0", "0.3.0", "plugins/aercm_0.3.0.jar", "plugins/aercm_0.3.0.jar",
"0.3.0: Tracker sources" ),
new PluginVersionInfo( "4.8.1.0", "0.2.0.0", "plugins/aercm_0.2.0.0.jar", "plugins/aercm_0.2.0.0.jar",
"0.2.0.0: Added related by file size." ),
new PluginVersionInfo( "4.8.0.0", "0.1.9", "plugins/aercm_0.1.9.jar", "plugins/aercm_0.1.9.jar",
"0.1.9: Added rank controls to results.
".
"0.1.8: Added right-click option to look up by explicit hash.
".
"0.1.7: Added menu option to library New views.
".
"0.1.6: Added icons to menus.
".
"0.1.4/5: Added hash search and fixed a few bugs.
".
"0.1.3: Set initial column sort; ensure search provider registered before UI attach when enabled.
".
"0.1.2: Added info bar and made filters expandable.
".
"0.1.1: Initial version" )
);
if (isset($_GET['os'])) {
$os = $_GET['os'];
if ( strpos(strtolower(" " . $os), 'mac os') > 0 ){
//if ( rand(0,9) <= 2 ){
//
// $versions = array(
//
// new PluginVersionInfo( "5.4.0.0", "0.4.12.3", "plugins/aercm_0.4.12.3.jar", "plugins/aercm_0.4.12.3.jar",
// "0.4.12.1-3: Fix for extensions." )
// );
//}
}
}
$cvs_version =
new PluginVersionInfo( "5.7.4.1", "0.5.19_CVS", "plugins/aercm_0.5.19.jar", "plugins/aercm_0.5.19.jar",
"" );
fillDetailVarsFromArray($versions, $cvs_version);
?>