Plugin Directory

Changeset 3048006


Ignore:
Timestamp:
03/08/2024 06:51:25 PM (2 years ago)
Author:
Papin
Message:

Tagging version 3.9.1

Location:
companion-auto-update
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • companion-auto-update/tags/3.9.1/cau_functions.php

    r3030032 r3048006  
    180180function cau_run_custom_hooks_t() {
    181181
    182     // Create array
    183182    $allDates   = array();
    184 
    185     // Where to look for plugins
     183    $totalNum   = 0;
    186184    $dirr       = get_theme_root();
    187185    $listOfAll  = wp_get_themes();
     
    229227    }
    230228
    231     $totalNum = 0;
    232 
    233229    // Count number of updated plugins
    234230    foreach ( $allDates as $key => $value ) $totalNum++;
     
    244240function cau_run_custom_hooks_c() {
    245241
    246     // Create array
    247     $totalNum   = 0;
    248 
    249     // Get data
     242    $totalNum       = 0;
    250243    $fullPath       = ABSPATH.'wp-includes/version.php';
    251244    $fileDate       = date ( 'YmdHi', filemtime( $fullPath ) );
  • companion-auto-update/tags/3.9.1/companion-auto-update.php

    r3030032 r3048006  
    55 * Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/
    66 * Description: This plugin auto updates all plugins, all themes and the wordpress core.
    7  * Version: 3.9.0
     7 * Version: 3.9.1
    88 * Author: Papin Schipper
    99 * Author URI: http://codeermeneer.nl/
  • companion-auto-update/tags/3.9.1/readme.txt

    r3030032 r3048006  
    66Tested up to: 6.4
    77Requires PHP: 5.1
    8 Stable tag: 3.9.0
     8Stable tag: 3.9.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282
    8383== Changelog ==
     84
     85= 3.9.1 (March 8, 2024) =
     86* Fixed: Undefined variable $totalNum
    8487
    8588= 3.9.0 (February 2, 2024) =
  • companion-auto-update/trunk/cau_functions.php

    r3030032 r3048006  
    180180function cau_run_custom_hooks_t() {
    181181
    182     // Create array
    183182    $allDates   = array();
    184 
    185     // Where to look for plugins
     183    $totalNum   = 0;
    186184    $dirr       = get_theme_root();
    187185    $listOfAll  = wp_get_themes();
     
    229227    }
    230228
    231     $totalNum = 0;
    232 
    233229    // Count number of updated plugins
    234230    foreach ( $allDates as $key => $value ) $totalNum++;
     
    244240function cau_run_custom_hooks_c() {
    245241
    246     // Create array
    247     $totalNum   = 0;
    248 
    249     // Get data
     242    $totalNum       = 0;
    250243    $fullPath       = ABSPATH.'wp-includes/version.php';
    251244    $fileDate       = date ( 'YmdHi', filemtime( $fullPath ) );
  • companion-auto-update/trunk/companion-auto-update.php

    r3030032 r3048006  
    55 * Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/
    66 * Description: This plugin auto updates all plugins, all themes and the wordpress core.
    7  * Version: 3.9.0
     7 * Version: 3.9.1
    88 * Author: Papin Schipper
    99 * Author URI: http://codeermeneer.nl/
  • companion-auto-update/trunk/readme.txt

    r3030032 r3048006  
    66Tested up to: 6.4
    77Requires PHP: 5.1
    8 Stable tag: 3.9.0
     8Stable tag: 3.9.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282
    8383== Changelog ==
     84
     85= 3.9.1 (March 8, 2024) =
     86* Fixed: Undefined variable $totalNum
    8487
    8588= 3.9.0 (February 2, 2024) =
Note: See TracChangeset for help on using the changeset viewer.