Plugin Directory

Changeset 2579160


Ignore:
Timestamp:
08/06/2021 07:56:22 AM (5 years ago)
Author:
Designed4Pixels
Message:

Fix for frontend PHP error

Location:
wp-cloud-server/trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • wp-cloud-server/trunk/wp-cloud-server.php

    r2572344 r2579160  
    55 * Plugin URI:        https://wpcloudserver.dev/
    66 * Description:       Create a Powerful Cloud Server Platform from within WordPress.
    7  * Version:           3.0.7
     7 * Version:           3.0.8
    88 * Author:            DesignedforPixels
    99 * Author URI:        https://designedforpixels.com/
     
    6969         */
    7070        public $shortcodes;
    71 
    72         /**
    73          * WPCS Query Object.
    74          *
    75          * @var object|WPCS_Query
    76          * @since 1.0.0
    77          */
    78         public $query;
    7971
    8072        /**
     
    109101                self::$instance->dashboard  = new WP_Cloud_Server_Dashboard();
    110102                self::$instance->shortcodes = new WP_Cloud_Server_ShortCodes();
    111                 self::$instance->query      = new WP_Cloud_Server_Query();
    112103   
    113104            }
     
    131122            // Plugin version.
    132123            if ( ! defined( 'WPCS_VERSION' ) ) {
    133                 define( 'WPCS_VERSION', '3.0.7' );
     124                define( 'WPCS_VERSION', '3.0.8' );
    134125            }
    135126
     
    163154            }
    164155
    165             require_once WPCS_PLUGIN_DIR . 'includes/class-wp-cloud-server-query.php';
    166156            require_once WPCS_PLUGIN_DIR . 'includes/functions/functions.php';
    167157            require_once WPCS_PLUGIN_DIR . 'includes/functions/github-functions.php';
Note: See TracChangeset for help on using the changeset viewer.