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.75k stars 431 forks source link

Issue after update custom plugin! #736

Closed notrealdev closed 4 years ago

notrealdev commented 6 years ago

Hi, i have a custom plugin version 1.0, when i update my custom plugin on Bitbucket ( public repository ) with version 1.1

Return to Required Plugins Installer button not worked for me!

1

Sorry, you are not allowed to access this page.

2

How i can replace Return to Required Plugins Installer button with Return to Dashboard when update successfully?

Here my code

array(
    'name'               => esc_html__( 'Maintain', 'domain' ),
    'slug'               => 'my-maintain',
    'source'             => 'https://bitbucket.org/my-team/my-maintain/get/1.0.zip',
    'required'           => true,
    'version'            => '1.0'
),