Title: New versión without bug?
Last modified: April 11, 2019

---

# New versión without bug?

 *  [mad2unknow](https://wordpress.org/support/users/mad2unknow/)
 * (@mad2unknow)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/new-version-without-bug/)
 * 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)

 *  [wpwick](https://wordpress.org/support/users/wpwick/)
 * (@wpwick)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/new-version-without-bug/#post-11416900)
 * I think he is working on this issue. Let’s wait, give some time.
 *  [allagringaus](https://wordpress.org/support/users/allagringaus/)
 * (@allagringaus)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/new-version-without-bug/#post-11426157)
 * I agree, it was a really great piece of functionality. I would love to have it
   fixed.
 *  [wpssionist](https://wordpress.org/support/users/wpssionist/)
 * (@wpssionist)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/new-version-without-bug/#post-11438007)
 * Hi,
 * are there any news? We should wait for new safe version or plugin is closed defenitely?
 *  [brbrbr](https://wordpress.org/support/users/brbrbr/)
 * (@brbrbr)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/new-version-without-bug/#post-11442656)
 * 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 ;
                       }
       ```
   
 *  [algerpixel](https://wordpress.org/support/users/algerpixel/)
 * (@algerpixel)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/new-version-without-bug/#post-11448647)
 * 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.
 *  [Esteban Gonzalez](https://wordpress.org/support/users/estebangonzalez/)
 * (@estebangonzalez)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/new-version-without-bug/#post-11456329)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/yuzo-related-post_42b0d1.svg)
 * [YUZO](https://wordpress.org/plugins/yuzo-related-post/)
 * [Support Threads](https://wordpress.org/support/plugin/yuzo-related-post/)
 * [Active Topics](https://wordpress.org/support/plugin/yuzo-related-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yuzo-related-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yuzo-related-post/reviews/)

## Tags

 * [download](https://wordpress.org/support/topic-tag/download/)
 * [new version](https://wordpress.org/support/topic-tag/new-version/)

 * 6 replies
 * 7 participants
 * Last reply from: [Esteban Gonzalez](https://wordpress.org/support/users/estebangonzalez/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/new-version-without-bug/#post-11456329)
 * Status: not resolved