{"id":2189,"date":"2007-10-19T19:17:46","date_gmt":"2007-10-19T19:17:46","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/one-click-plugin-updater\/"},"modified":"2009-09-09T15:30:26","modified_gmt":"2009-09-09T15:30:26","slug":"one-click-plugin-updater","status":"closed","type":"plugin","link":"https:\/\/de.wordpress.org\/plugins\/one-click-plugin-updater\/","author":254159,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.4.14","stable_tag":"2.4.14","tested":"2.9.2","requires":"2.3","requires_php":"","requires_plugins":"","header_name":"One Click Plugin Updater","header_author":"Janis Elsts","header_description":"","assets_banners_color":"","last_updated":"2009-09-09 15:30:26","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/w-shadow.com\/blog\/2007\/10\/19\/one-click-plugin-updater\/","header_author_uri":"http:\/\/w-shadow.com\/blog\/","rating":0,"author_block_rating":0,"active_installs":1000,"downloads":188379,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.1","1.1.1","1.1.2","1.1.3","1.1.5","1.1.6","1.1.7","2.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.0.7","2.0.8","2.0.9","2.1","2.1.1","2.1.2","2.2","2.2.1","2.2.2","2.2.3","2.2.4","2.2.5","2.2.6","2.2.7","2.2.8","2.2.9","2.3","2.4","2.4.1","2.4.10","2.4.11","2.4.12","2.4.13","2.4.14","2.4.2","2.4.3","2.4.4","2.4.5","2.4.6","2.4.7","2.4.8","2.4.9"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[88,4979,1159,259],"plugin_category":[50],"plugin_contributors":[77818],"plugin_business_model":[],"class_list":["post-2189","plugin","type-plugin","status-closed","hentry","plugin_tags-files","plugin_tags-installation","plugin_tags-notification","plugin_tags-upload","plugin_category-media","plugin_contributors-whiteshadow","plugin_committers-whiteshadow"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/one-click-plugin-updater.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Having grown to far exceed it's original aim - to provide easy plugin updates in WordPress - this plugin now deals with various aspects of plugin (and theme) installation and updating. Note that version 2.0 comes with a lot of new features, and, probably, new bugs. The previous version (see the \"Other Versions\" link to the right) is quite stable though.<\/p>\n\n<p><strong>Feature Overview<\/strong><\/p>\n\n<ul>\n<li>Single-click plugin upgrades in WP 2.3 and up. The techniques that this plugin uses are slightly different from the built-in plugin upgrade feature in WP 2.5, so it's possible that on some blogs the plugin updater works and the built-in updater doesn't (or <em>vice versa<\/em>).<\/li>\n<li>Upgrade all plugins with a single click (only in WP 2.5 and up).<\/li>\n<li>Visually identify plugins that have update notifications enabled. They get a yellow-gold marker in the \"Plugin Management\" tab.<\/li>\n<li>Quickly determine if there are any pending updates and how many plugins are active. This plugin displays that information right below the \"Plugin Management\" headline.<\/li>\n<li>Configure how often WordPress checks for plugin and core updates, which module is used to upgrade plugins (this plugin or the built-in updater), and other options. See <em>Plugins -&gt; Upgrade Settings<\/em>.<\/li>\n<li>Easily install new plugins and themes (be sure to read the notes below). The plugin adds two new menus for this - <em>Plugins -&gt; Install a Plugin<\/em> and <em>Design -&gt; Install a Theme<\/em>.<\/li>\n<li>Delete plugins and themes from the Plugins\/Themes tabs.<\/li>\n<li>Compatible with the <a href=\"https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/5503\">OneClick Firefox Extension<\/a> (up to version 2.1.2 of the plugin). Later versions use a new, improved FF addon : <a href=\"https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/7511\">One-Click Installef for WP<\/a><\/li>\n<li>Global plugin update notifications.<\/li>\n<li>You can disable update notifications for inactive plugins.<\/li>\n<li>You can hide the little update count blurb displayed on the \"Plugins\" menu.<\/li>\n<li>Now with extra safety - uses the WordPress nonce mechanism for almost all tasks.<\/li>\n<\/ul>\n\n<p><strong>Important Notes<\/strong><\/p>\n\n<p>Currently this plugin only uses direct file access to update and install plugins\/themes, so you'll need to make the \"\/wp-content\/plugins\/\" and \"\/wp-content\/themes\/\" folders writable by PHP for this to work. See <a href=\"http:\/\/codex.wordpress.org\/Changing_File_Permissions\">Changing File Permissions<\/a> for a general guide on how to do this. Eventually the plugin should use the new filesystem access classes introduced in WP 2.5.<\/p>\n\n<p>If something doesn't work, you can enable \"Debug mode\" in <em>Plugins -&gt; Upgrade Settings<\/em>. This will make the plugin display a detailed execution log when it tries to update or install another plugin.<\/p>\n\n<p>A note for plugin developers - when performing an upgrade, this plugin will first deactivate the target plugin and call the <em>deactivate<\/em> hook, if any. Then it will download the new version. If everything goes well, the new version will be then activated (<em>activate<\/em> hook will be called, if any). This is different from how the built-in updater works - it doesn't call the deactivation hook.<\/p>\n\n<p>More info - <a href=\"http:\/\/w-shadow.com\/blog\/2007\/10\/19\/one-click-plugin-updater\/\" title=\"One Click Plugin Updater Homepage\">One Click Plugin Updater homepage<\/a><\/p>\n\n<!--section=installation-->\n<p><strong>Additional Requirements<\/strong><\/p>\n\n<ul>\n<li>The CURL library installed or \"allow url fopen\" enabled in php.ini <em>or<\/em> WP 2.5 and up. <\/li>\n<li>The <em>plugins<\/em> directory needs to be writable by the webserver (if you plan to use the upgrade\/installer features of this plugin). The exact permission requirements vary by server, though CHMOD 666 should be sufficient.<\/li>\n<\/ul>\n\n<p>To install the plugin follow these steps :<\/p>\n\n<ol>\n<li>Download the one-click-plugin-updater.zip file to your local machine.<\/li>\n<li>Unzip the file <\/li>\n<li>Upload \"one-click-plugin-updater\" folder to the \"\/wp-content\/plugins\/\" directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<p>That's it.<\/p>\n\n<!--section=changelog-->\n<h4>2.4.13<\/h4>\n\n<ul>\n<li>Fix (probably) a rare issue where the update would fail with \"Invalid argument supplied to foreach()...\"<\/li>\n<\/ul>\n\n<h4>2.4.12<\/h4>\n\n<ul>\n<li>The correct menu icons now show up in the Ozh's Admin Menu. Previously the updater plugin would have the default icon due to a (still unresolved) bug in Ozh's plugin.<\/li>\n<li>Hiding the update count blurb thingy works again.<\/li>\n<\/ul>\n\n<h4>2.4.11<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>2.4.10<\/h4>\n\n<ul>\n<li>Maybe fix a situation where redundant update notifications would still show up after an update.<\/li>\n<\/ul>\n\n<h4>2.4.9<\/h4>\n\n<ul>\n<li>Fix some possible post-upgrade issues.<\/li>\n<\/ul>\n\n<h4>2.4.8<\/h4>\n\n<ul>\n<li>Partial compatibility with WP 2.8<\/li>\n<li>Finally fixed mixed update highlights. Now they work 100% correctly at least in WP 2.8.<\/li>\n<li>Fixed a mysterious issue where some update notifications wouldn't show up.<\/li>\n<li>Fixed the bug where updates would show for deleted plugins.<\/li>\n<\/ul>\n\n<h4>2.4.7<\/h4>\n\n<ul>\n<li>Fix a conflict with Ozh's \"Better Plugin Page\"<\/li>\n<li>Fix highlight bars not displaying for active plugins (finally)<\/li>\n<\/ul>\n\n<h4>2.4.6<\/h4>\n\n<ul>\n<li>(Hopefully) Fix problems with internal settings not being initialized properly.<\/li>\n<\/ul>\n\n<h4>2.4.5<\/h4>\n\n<ul>\n<li>Initialize 'update&#095;plugins&#095;enabled' properly.<\/li>\n<li>Note : This plugin is largely obsolete. The update is provided for the benefit of people who still use it for one reason or another.<\/li>\n<\/ul>\n\n<h4>2.4.4<\/h4>\n\n<ul>\n<li>Now only admins will see global plugin update notifications.<\/li>\n<\/ul>\n\n<h4>2.4.3<\/h4>\n\n<ul>\n<li>Another attempt to fix permission issues with temporary files. Gah.<\/li>\n<li>Grr.<\/li>\n<\/ul>\n\n<h4>2.4.2<\/h4>\n\n<ul>\n<li>Fix : Fatal error when using \"Upgrade All\" to update this plugin and another active plugin(s).<\/li>\n<li>New : Menu icons for Ozh's Admin Dropdown Menu. I used icons from the famous FamFamFam; modified some of them.<\/li>\n<\/ul>\n\n<h4>2.4.1<\/h4>\n\n<ul>\n<li>Use the linux command \"unzip\" when PclZip doesn't recognize the .zip file. Previously unzip was used only when <em>PclZip wasn't available<\/em>.<\/li>\n<\/ul>\n\n<h4>2.4<\/h4>\n\n<ul>\n<li>New : Disable update notifications for inactive plugins.<\/li>\n<li>New : Hide update count pop-up\/blurb thing in the dashboard menu.\n(hopefully) Fix : Some cases of \"can't create temporary file\" errors.<\/li>\n<li>Fix : Now the plugin will only load in the admin backend, not on every page load. A tiny performance improvement.<\/li>\n<li>Internal : Added a few more comments and cleaned up some orphaned code (some still left).<\/li>\n<\/ul>\n\n<h4>2.3<\/h4>\n\n<ul>\n<li>New : You can turn off plugin highlights.<\/li>\n<li>Internal : \"Permanent notices\" and related functions. To be used later.<\/li>\n<li>Minor fix : make the activation hook work when called from plugins&#095;loaded<\/li>\n<\/ul>\n\n<h4>2.2.9<\/h4>\n\n<ul>\n<li>Update the after&#095;plugin&#095;row hook to use the second parameter ($plugin&#095;data) introduced in WP 2.6<\/li>\n<\/ul>\n\n<h4>2.2.8<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>2.2.7<\/h4>\n\n<ul>\n<li>Fix some DOM expression stuff for both 2.5 and 2.6 compatibility.<\/li>\n<\/ul>\n\n<h4>2.2.6<\/h4>\n\n<ul>\n<li>Fix: stristr() syntax error in main file.<\/li>\n<li>Fix: \"Delete\" links not appearing for themes in 2.6.<\/li>\n<\/ul>\n\n<h4>2.2.5<\/h4>\n\n<ul>\n<li>Minor modifications for tentative WP 2.6 compatibility (WorksForMe TM)<\/li>\n<\/ul>\n\n<h4>2.2.4<\/h4>\n\n<ul>\n<li>Silly PHP. Making realpath() inconsistent. Phe. <\/li>\n<li>Removed some references to DIRECTORY&#095;SEPARATOR.<\/li>\n<\/ul>\n\n<h4>2.2.3<\/h4>\n\n<ul>\n<li>Fix the \"Delete\" link not appearing on non-English blogs.<\/li>\n<\/ul>\n\n<h4>2.2.2<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>2.2.1<\/h4>\n\n<ul>\n<li>Fix the miniguide option.<\/li>\n<li>Fixed two silly bugs.<\/li>\n<li>Fixed jQuery not properly added to the plugins\/themes pages.<\/li>\n<li>Removed A forgotten debug output statement.<\/li>\n<\/ul>\n\n<h4>2.2<\/h4>\n\n<ul>\n<li>*** Major update ***<\/li>\n<li>New FireFox extension. Not backwards compatible anymore.<\/li>\n<li>Can delete themes.<\/li>\n<li>Some bugs fixed.<\/li>\n<li>Improved security.<\/li>\n<li>Global update notifications now <em>really<\/em> \"global\", i.e. updated on any page, not just the Plugins tab.<\/li>\n<li>Stuff I've already forgotten about.<\/li>\n<li>Fix a typo in readme.txt<\/li>\n<li>Fix handleOneClick(). damn!<\/li>\n<\/ul>\n\n<h4>2.1.2<\/h4>\n\n<ul>\n<li>WP 2.5.1 compatibility note. Probably nothing more.<\/li>\n<\/ul>\n\n<h4>2.1.1<\/h4>\n\n<ul>\n<li>Hopefully fix: \"Update available\" messages still showing after a plugin is upgraded.<\/li>\n<li>Fix a possible bug with update notices disappearing.<\/li>\n<\/ul>\n\n<h4>2.1<\/h4>\n\n<ul>\n<li>New: Global plugin update notices.<\/li>\n<li>New: Ability to delete plugins (experimental).<\/li>\n<\/ul>\n\n<h4>2.0.9<\/h4>\n\n<ul>\n<li>(Hopefully) Fix: PclZip platform independence bug.<\/li>\n<\/ul>\n\n<h4>2.0.8<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>2.0.7<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>2.0.6<\/h4>\n\n<ul>\n<li>Fix: The wrong plugin getting activated when upgrading many plugins of which only one is active.<\/li>\n<li>Fix: Wrong plugin getting activated (see prev. msg.).<\/li>\n<li>Fix: Update notice remains for deleted plugins.<\/li>\n<li>Fix: Not checking for enabled notifications when a plugin is deleted.<\/li>\n<\/ul>\n\n<h4>2.0.5<\/h4>\n\n<ul>\n<li>Temporary workaround for the is&#095;dir() bug.<\/li>\n<\/ul>\n\n<h4>2.0.4<\/h4>\n\n<ul>\n<li>Minor bugfixes + a hidden feature<\/li>\n<\/ul>\n\n<h4>2.0.3<\/h4>\n\n<ul>\n<li>Fix: file&#095;put&#095;contents missing in PHP 4<\/li>\n<\/ul>\n\n<h4>2.0.2<\/h4>\n\n<ul>\n<li>Fix typo<\/li>\n<li>Fix: trying to create a directory with no name.<\/li>\n<li>Fix: WP 2.3.x has no \"upgrade now\" link.<\/li>\n<li>Added: More debug messages.<\/li>\n<li>Damn you WP, foiled again!<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>Lots of new features and bugs!<\/li>\n<li>Hackety-hack!<\/li>\n<li>Fixed tags in readme.txt and such.<\/li>\n<\/ul>\n\n<h4>1.1.7<\/h4>\n\n<ul>\n<li>Fix problems caused by wordpress.org structural change.<\/li>\n<\/ul>\n\n<h4>1.1.6<\/h4>\n\n<ul>\n<li>Alternate temporary file handling - use the plugin's directory.<\/li>\n<\/ul>\n\n<h4>1.1.5<\/h4>\n\n<ul>\n<li>PclZip error reporting fix + debug mode<\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Bugfix : unzip -fod ...<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>New feature : Mark plugins with update notifications enabled.<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Now works in Internet Explorer.<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li><em>There are no release notes for this version<\/em><\/li>\n<\/ul>","raw_excerpt":"Provides single-click plugin upgrades in WP 2.3 and up, visually marks plugins that have update notifications enabled, allows to easily install new pl &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/2189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=2189"}],"author":[{"embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/whiteshadow"}],"wp:attachment":[{"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=2189"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=2189"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=2189"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=2189"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=2189"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=2189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}