Same issue
Appears the problem was in the template code.
Helped changing
global $dlm_download;
to
if ( ! defined( 'ABSPATH' ) ) {
exit;
} // Exit if accessed directly
Unfortunately there was no warning about that after update….
Please, warn us about changes like this next time.
Seems fixed after 1.11.1 update. Great 🙂