TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 430 forks source link

Issue in plugin listing page after 2.6.0 #587

Closed ernilambar closed 8 years ago

ernilambar commented 8 years ago

When I update TGM to 2.6.0 I got following in the plugin install page. In this line, https://github.com/TGMPA/TGM-Plugin-Activation/blob/develop/class-tgm-plugin-activation.php#L2726 when %1$s is changed to %s, issue is resolved.

Screenshot - http://prnt.sc/b50e6w

jrfnl commented 8 years ago

Hi @ernilambar Thanks for reporting this. Would you mind testing out PR #588 to see if I fixed it correctly ?

ernilambar commented 8 years ago

@jrfnl Yes, I tried that PR and it worked as expected.

jrfnl commented 8 years ago

Great! Thanks for testing.

jrfnl commented 8 years ago

FYI: we just released v 2.6.1 which contains the fix for this issue. Website & Custom Generator will be updated within the next few hours.