2017 © Pedro Peláez
 

library edd-theme-updater

Used for activating the theme and offering automatic updates to the users via the EDD shop.

image

proteusthemes/edd-theme-updater

Used for activating the theme and offering automatic updates to the users via the EDD shop.

  • Wednesday, November 23, 2016
  • by primozcigler
  • Repository
  • 5 Watchers
  • 0 Stars
  • 221 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

EDD Theme updater - composer package

Used for activating the theme and offering automatic updates to the users via the EDD shop., (*1)

Instructions

For each theme you have to define some parameters for the updater. You can hook it to the after_setup_theme:, (*2)

/**
 * Load EDD theme updater.
 */
public function enable_edd_theme_updater() {
    $config = array(
        'remote_api_url' => 'https://www.your_site.com', // Site where EDD is hosted.
        'item_name'      => 'Theme name', // Name of theme.
        'theme_slug'     => 'themename-slug', // Theme slug.
        'version'        => '1.0.0', // The current version of this theme.
        'author'         => 'Author', // The author of this theme.
        'download_id'    => '', // Optional, used for generating a license renewal link.
        'renew_url'      => '', // Optional, allows for a custom license renewal link.
    );
    $edd_updater = new ProteusThemes\EDDThemeUpdater\EDDThemeUpdaterConfig( $config );
}
add_action( 'after_setup_theme', 'enable_edd_theme_updater' );

The Versions

23/11 2016

dev-master

9999999-dev

Used for activating the theme and offering automatic updates to the users via the EDD shop.

  Sources   Download

GPL-2.0+

by Primoz Cigler
by Gregor Capuder
by Marko Prelec

wordpress wp theme updates edd proteusthemes

23/11 2016

v0.2.1

0.2.1.0

Used for activating the theme and offering automatic updates to the users via the EDD shop.

  Sources   Download

GPL-2.0+

by Primoz Cigler
by Gregor Capuder
by Marko Prelec

wordpress wp theme updates edd proteusthemes

23/11 2016

v0.2.0

0.2.0.0

Used for activating the theme and offering automatic updates to the users via the EDD shop.

  Sources   Download

GPL-2.0+

by Primoz Cigler
by Gregor Capuder
by Marko Prelec

wordpress wp theme updates edd proteusthemes

22/11 2016

v0.1

0.1.0.0

Used for activating the theme and offering automatic updates to the users via the EDD shop.

  Sources   Download

GPL-2.0+

by Primoz Cigler
by Gregor Capuder
by Marko Prelec

wordpress wp theme updates edd proteusthemes