Plugin Directory

Changeset 1906986


Ignore:
Timestamp:
07/10/2018 10:14:15 AM (8 years ago)
Author:
mythemes
Message:

Fix the Network Install Plugins Bug for myTheme Wizard Plugin

Location:
mythemes-wizard/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mythemes-wizard/trunk/includes/mythemes-wizard-plugin.php

    r1880544 r1906986  
    1414     */
    1515
    16     include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    17     include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
     16    include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
     17    include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
    1818
    1919    if( !class_exists( 'mythemes_wizard_plugin' ) ){
  • mythemes-wizard/trunk/mythemes-wizard.php

    r1880544 r1906986  
    44    Plugin URI: http://mythem.es/item/mythemes-wizard/
    55    Description: With myThemes Wizard you can build a custom setup for each WordPress Theme and Plugin. Inspired from WooCommerce Plugin Setup. This is a GPL 2 WordPress plugin.
    6     Version: 0.0.1
     6    Version: 0.0.2
    77    Author: myThem.es
    88    Author URI: http://mythem.es/
     
    100100     */
    101101
    102     new mythemes_wizard();
     102    if( !is_network_admin() )
     103        new mythemes_wizard();
    103104}
    104105
  • mythemes-wizard/trunk/readme.txt

    r1880672 r1906986  
    11=== myThemes Wizard ===
    2 Tags: wizard, setup, developers
    3 Requires at least: 4.6.0
    4 Tested up to: 4.9.6
    5 Stable tag: 0.0.1
     2Contributors: mythemes
     3Tags: wizard, setup, setup themes, setup plugins, developers
     4Requires PHP: 5.3
     5Requires at least: 4.6
     6Tested up to: 4.9
     7Stable tag: 0.0.2
    68License: GPLv2
    79License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3436    }
    3537
    36 add_action( 'mythemes_wizard_setup', 'my_wizard_setup' );
     38    add_action( 'mythemes_wizard_setup', 'my_wizard_setup' );
    3739
    3840In register action function you will include wizard Steps and Fields. You can define recommended plugins ( one of fields type ) and if user will check some of the plugin then on begin of the setup this plugin will be Installed and Activated automatically.
     
    119121= Minimum Requirements =
    120122
    121 * PHP version 5.4
    122 * WordPress 4.6.0
     123* PHP version 5.3
     124* WordPress 4.6
    123125
    124126= Automatic installation =
     
    128130In the search field type “myThemes Wizard” and click Search Plugins. Once you've found our plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking "Install Now".
    129131
     132== Changelog ==
     133
     134= 0.0.2 =
     135* Fix the Network Install Plugins Bug
     136
    130137== Screenshots ==
    131138
Note: See TracChangeset for help on using the changeset viewer.