Opened 10 years ago
Closed 7 years ago
#37785 closed defect (bug) (worksforme)
WordPress asks to update to same (or older) plugin
| Reported by: | programmin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: | administration |
Description (last modified by )
Attachments (1)
Change History (9)
#1
@
10 years ago
- Description modified (diff)
- Summary Wordpress asks to update to same (or older) plugin → WordPress asks to update to same (or older) plugin
#3
@
10 years ago
To me this looks like an old transient isn't being cleared because outgoing HTTP requests are being blocked.
#4
@
10 years ago
This is still happening, even on a website with CURL access:
"There is a new version of WP Canvas - Gallery available. View version 1.52 details or update now."
When in the line above I can clearly see it is version 1.52.
#5
@
10 years ago
@programmin What happens when you attempt to update it?
1.53 is the latest version (6 days old). The message is displaying correctly for me on several test sites though.
#6
@
10 years ago
It says "Updated".
In network panel I see it comes back with this data:
success:true data:object: update:"plugin" plugin:"wc-gallery/wc-gallery.php" slug:"wc-gallery" oldVersion:"Version 1.52" newVersion:"Version 1.53"
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

Perhaps a transient that doesn't get cleaned properly? Can anyone reproduce this repeatedly?