mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed the conflict with Disable Blog plugin (made download_routing callback more prior);
This commit is contained in:
@@ -39,7 +39,7 @@ if ( ! class_exists( 'um\core\Files' ) ) {
|
||||
|
||||
$this->setup_paths();
|
||||
|
||||
add_action( 'template_redirect', array( &$this, 'download_routing' ) );
|
||||
add_action( 'template_redirect', array( &$this, 'download_routing' ), 1 );
|
||||
|
||||
$this->fonticon = array(
|
||||
'pdf' => array('icon' => 'um-faicon-file-pdf-o', 'color' => '#D24D4D' ),
|
||||
|
||||
@@ -162,6 +162,7 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
||||
|
||||
* Bugfixes:
|
||||
- Fixed: PHP notice when the admin filtering field has the not array default value (e.g. bool)
|
||||
- Fixed: The conflict with [Disable Blog](https://wordpress.org/plugins/disable-blog/) plugin regarding this [issue](https://wordpress.org/support/topic/ultimate-member-file-image-download/). `download_routing` callback has the highest priority now.
|
||||
|
||||
= 2.1.16: March 10, 2021 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user