2017 © Pedro Peláez
 

library envato-automatic-plugin-update

WordPress plugin library for providing automatic plugin updates to CodeCanyon plugins

image

kasparsd/envato-automatic-plugin-update

WordPress plugin library for providing automatic plugin updates to CodeCanyon plugins

  • Friday, December 11, 2015
  • by kasparsd
  • Repository
  • 5 Watchers
  • 21 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Automatic Updates for CodeCanyon WordPress Plugins

This is a library for WordPress plugin developers who sell their plugins on CodeCanyon and would like to provide automatic plugin updates to their users., (*1)

Requirements

User must install the Envato WordPress Toolkit plugin., (*2)

Instructions

In your plugin, attach an action to plugins_loaded:, (*3)

add_action( 'plugins_loaded', 'my_envato_updates_init' );

function my_envato_updates_init() {

    include plugin_dir_path( __FILE__ ) . 'lib/envato-plugin-update.php';

    PresetoPluginUpdateEnvato::instance()->add_item( array(
            'id' => NNNNNNN,
            'basename' => plugin_basename( __FILE__ )
        ) );

}

where the id is the product ID of your plugin. For example, the product ID of this plugin:, (*4)

http://codecanyon.net/item/storage-for-contact-form-7-/7806229

is, (*5)

7806229

Example

This library is used by the Storage for Contact Form 7 plugin., (*6)

The Versions

11/12 2015

dev-master

9999999-dev https://github.com/kasparsd/envato-automatic-plugin-update

WordPress plugin library for providing automatic plugin updates to CodeCanyon plugins

  Sources   Download

GPL-2.0+

wordpress library plugins updates

27/08 2014

1.0

1.0.0.0 https://github.com/kasparsd/envato-automatic-plugin-update

WordPress plugin library for providing automatic plugin updates to CodeCanyon plugins

  Sources   Download

GPL-2.0+

wordpress library plugins updates