Plugin Directory

Changeset 2911983

Timestamp:
05/13/2023 12:55:05 PM (15 months ago)
Author:
supersoju
Message:

php 8x compatatibility

Location:
wpcommand/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpcommand/trunk/plugin.php

    r2200557 r2911983  
    44Plugin Name: WP Command and Control
    55Description: Manage your WordPress site with <a href="https://wpcommandcontrol.com/">WP Command and Control</a>. <strong>Deactivate to clear your API Key.</strong>
    6 Version: 2.3.4.1
     6Version: 2.3.
    77Author: SoJu Studios
    88Author URI: http://supersoju.com/
     
    105105 */
    106106
    107 if ( ! class_exists( 'AdminPageFramework' ) ) {
    108     include_once( dirname( __FILE__ ) . '/library/admin-page-framework.min.php' );
     107if ( ! class_exists( 'AdminPageFramework' ) ) {
     108    include_once( dirname( __FILE__ ) . '/library/admin-page-framework.php' );
    109109};
    110110
    111 class WPCAC_CreatePageGroup extends AdminPageFramework {
     111class WPCAC_CreatePageGroup extends AdminPageFramework {
    112112    // Define the setUp() method to set how many pages, page titles and icons etc.
    113113    public function setUp() {
  • wpcommand/trunk/readme.txt

    r2200557 r2911983  
    33Tags: wpcommand, wpcontrol, remote administration, multiple wordpress
    44Requires at least: 3.1
    5 Tested up to: 5.3
    6 Stable tag: 2.3.4.1
     5Tested up to:
     6Stable tag: 2.3.
    77
    88WP Command and Control allows you to manage multiple WordPress installs from a single dashboard.
     
    3333== Changelog ==
    3434
     35
     36
     37
     38
    3539#### 2.0
    3640
Note: See TracChangeset for help on using the changeset viewer.