Title: Last plugin update
Last modified: August 25, 2018

---

# Last plugin update

 *  [trde](https://wordpress.org/support/users/trde/)
 * (@trde)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/last-plugin-update/)
 * I need to check what plugins was updated in last week. Some of updates made few
   problems with working others plugins, and I don’t know which one. How to check
   it?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/last-plugin-update/#post-10624380)
 * This may be a plugin or theme conflict. Please attempt to disable all plugins,
   and use one of the default (Twenty*) themes. If the problem goes away, enable
   them one by one to identify the source of your troubles.
    If you can install 
   plugins, install “Health Check”: [https://wordpress.org/plugins/health-check/](https://wordpress.org/plugins/health-check/)
   On the troubleshooting tab, you can click the button to disable all plugins and
   change the theme for you, while you’re still logged in, **without affecting normal
   visitors to your site**.
 *  Thread Starter [trde](https://wordpress.org/support/users/trde/)
 * (@trde)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/last-plugin-update/#post-10630228)
 * Hey there Rajan! The problem was jquery 3.1.1 that I forced to update in functions.
   php file using this instructions:
 *     ```
       function replace_core_jquery_version() {
           wp_deregister_script( 'jquery' );
           wp_register_script( 'jquery', "https://code.jquery.com/jquery-3.1.1.min.js", array(), '3.1.1' );
       }
       add_action( 'wp_enqueue_scripts', 'replace_core_jquery_version' );
       ```
   
 * There was some kind of conflict maybe with one of the plugins. I’ve changed it
   to 1.9.0 and now is OK!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Last plugin update’ is closed to new replies.

## Tags

 * [update](https://wordpress.org/support/topic-tag/update/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [trde](https://wordpress.org/support/users/trde/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/last-plugin-update/#post-10630228)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
