• Hi,

    I have the plug-in installed in one site, but I un-install when I read a security alert.

    I see that is a new versión, I want to know if this versión is bug free, and in this case, where it can be downloaded?

    I regret the problem that this plug-in has suffered, for me it is the best for related post and I hope that Lenin Zapata continues its development. The wordpress community will thank him.

    Best Regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • I think he is working on this issue. Let’s wait, give some time.

    I agree, it was a really great piece of functionality. I would love to have it fixed.

    Hi,

    are there any news? We should wait for new safe version or plugin is closed defenitely?

    I disabled the save function for the time being

    
    #assets/ilenframework/core.php
    function save_options(){
    
                    $this->save_status = false;
                    return;
    

    I think you can also the fix the problem by adding a check on the menu creation.
    None-administrators won’t see the menu any more and can’t save either

    
    #assets/ilenframework/core.php
    function menu_free() {
    
                    if ( !current_user_can('administrator') ) {
                            return ;
                    }
    

    I’ve been kinda freaking out as my site depended heavily on this plugin. But, at least a temp fix (until this one is fixed or replaced by the dev) I selected the “Related Posts by Taxonomy” plugin – as it produces similar results – although it is shortcode based, so I had to mess with it a bit. But it worked. For now anyway.

    No entiendo que está pasando. elimine yuzo y mi sitio ha desaparecido la herramienta agregar nuevo pluning

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘New versión without bug?’ is closed to new replies.