WordPress / wp-autoupdates

Feature plugin building a UI for opting-in to plugin, theme, and core auto-updates.
https://wordpress.org/plugins/wp-autoupdates/
GNU General Public License v2.0
56 stars 18 forks source link

When saving with AJAX, calculate the number of plugins and themes with enablerd autoupdate from js #97

Closed azaozz closed 4 years ago

azaozz commented 4 years ago

This is for updating the "Auto-updates" links at the top:

Screen Shot 2020-05-01 at 16 36 17

Doesn't seem needed to recalculate the enabled/disabled numbers on every AJAX request as the change is either +/-1 or 0.

pbiron commented 4 years ago

Fixed in #99.