Plugin Directory

Changeset 2200557

Timestamp:
11/25/2019 01:16:10 PM (5 years ago)
Author:
supersoju
Message:

tagging version 2.3.4.1

Location:
wpcommand/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wpcommand/trunk/inc/class-wpcac-core-upgrader-skin.php

    r2195602 r2200557  
    99    }
    1010
    11     function feedback( $feedback, ...$args ) {
    12         $this->feedback = $feedback;
    13     }
    14 
    1511    function before() { }
    1612
    17         function after() { }
     13    function after() { }
    1814
    19         function header() { }
     15    function header() { }
    2016
    21         function footer() { }
     17    function footer() { }
    2218
    2319}
  • wpcommand/trunk/inc/class-wpcac-plugin-upgrader-skin.php

    r2195602 r2200557  
    1010    }
    1111
    12     function feedback( $feedback, ...$args ) {
    13         $this->feedback = $feedback;
    14     }
    15 
    1612    function before() { }
    1713
    18         function after() { }
     14    function after() { }
    1915
    20         function header() { }
     16    function header() { }
    2117
    22         function footer() { }
     18    function footer() { }
    2319}
  • wpcommand/trunk/inc/class-wpcac-theme-upgrader-skin.php

    r2195602 r2200557  
    1010    }
    1111
    12     function feedback( $feedback, ...$args ) {
    13         $this->feedback = $feedback;
    14     }
    15 
    1612    function before() { }
    1713
    18         function after() { }
     14    function after() { }
    1915
    20         function header() { }
     16    function header() { }
    2117
    22         function footer() { }
     18    function footer() { }
    2319
    2420}
  • wpcommand/trunk/plugin.php

    r2195602 r2200557  
    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
     6Version: 2.3.4
    77Author: SoJu Studios
    88Author URI: http://supersoju.com/
     
    7070    }
    7171
    72     function feedback( $feedback, ...$args ) {
    73         $this->feedback = $feedback;
    74     }
    75 
    7672    function before() { }
    7773
    78         function after() { }
    79 
    80         function header() { }
    81 
    82         function footer() { }
     74    function after() { }
     75
     76    function header() { }
     77
     78    function footer() { }
    8379
    8480}
     
    9389    }
    9490
    95     function feedback( $feedback, ...$args ) {
    96         $this->feedback = $feedback;
    97     }
    98 
    9991    function before() { }
    10092
    101         function after() { }
    102 
    103         function header() { }
    104 
    105         function footer() { }
     93    function after() { }
     94
     95    function header() { }
     96
     97    function footer() { }
    10698
    10799}
  • wpcommand/trunk/readme.txt

    r2195605 r2200557  
    44Requires at least: 3.1
    55Tested up to: 5.3
    6 Stable tag: 2.3.4
     6Stable tag: 2.3.4
    77
    88WP Command and Control allows you to manage multiple WordPress installs from a single dashboard.
Note: See TracChangeset for help on using the changeset viewer.