Plugin Directory

Changeset 1961038


Ignore:
Timestamp:
10/23/2018 04:37:37 AM (7 years ago)
Author:
mythemes
Message:

Fixed bug on install plugins for myThemes Wizard Plugin

Location:
mythemes-wizard/trunk
Files:
3 edited

Legend:

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

    r1906986 r1961038  
    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
     18    if( isset( $_SERVER ) && $_SERVER[ 'SCRIPT_NAME' ] !== '/wp-admin/plugin-install.php' ){
     19        include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
     20    }
    1821
    1922    if( !class_exists( 'mythemes_wizard_plugin' ) ){
  • mythemes-wizard/trunk/mythemes-wizard.php

    r1910871 r1961038  
    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.3
     6    Version: 0.0.4
    77    Author: myThem.es
    88    Author URI: http://mythem.es/
  • mythemes-wizard/trunk/readme.txt

    r1910871 r1961038  
    11=== myThemes Wizard ===
    22Contributors: mythemes
     3Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4LFP5SLC6PV98
    34Tags: wizard, setup, setup themes, setup plugins, developers
    45Requires PHP: 5.3
    56Requires at least: 4.6
    67Tested up to: 4.9
    7 Stable tag: 0.0.3
     8Stable tag: 0.0.4
    89License: GPLv2
    910License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    132133== Changelog ==
    133134
     135= 0.0.4 =
     136* Fixed bug on install plugins
     137
    134138= 0.0.3 =
    135139* Replace php shortcode "<?" with "<?php"
Note: See TracChangeset for help on using the changeset viewer.