Skip to content

2.2.0 (2012-01-02)

Compare
Choose a tag to compare
@GaryJones GaryJones released this 24 Aug 14:09
· 600 commits to develop since this release
  • Fixed erroneous links for plugins linked to the WordPress Repo
  • Improved UI of plugins by listing them in WordPress' default table layout
  • Improved support for installing plugins if security credentials require FTP information
  • Improved support for MultiSite
  • Added 3 new classes (all extensions of existing WordPress classes): TGMPA_List_Table for outputting required/recommended plugins in a familiar table format, TGM_Bulk_Installer for bulk installing plugins and TGM_Bulk_Installer_Skin for skinning the bulk install process
  • Added extra defensive measures to prevent duplication of classes
  • Added ability to bulk install and bulk activate plugins
  • Added new config options: 'parent_menu_slug', 'parent_menu_url', 'is_automatic', and 'message'
  • Added new string: 'complete' (displayed when all plugins have been successfully installed and activated)
  • Added support for singular/plural strings throughout the library
  • Added permission checks to action links
  • Added new filter tgmpa_default_screen_icon to set the default icon for the plugin table page
  • Added new optional plugin parameters: 'version', 'force_activation', 'force_deactivation' and 'external_url'
  • Removed 'button' string (deprecated with use of plugins table)