Changeset 3048006
- Timestamp:
- 03/08/2024 06:51:25 PM (2 years ago)
- Location:
- companion-auto-update
- Files:
-
- 6 edited
- 1 copied
-
tags/3.9.1 (copied) (copied from companion-auto-update/trunk)
-
tags/3.9.1/cau_functions.php (modified) (3 diffs)
-
tags/3.9.1/companion-auto-update.php (modified) (1 diff)
-
tags/3.9.1/readme.txt (modified) (2 diffs)
-
trunk/cau_functions.php (modified) (3 diffs)
-
trunk/companion-auto-update.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
companion-auto-update/tags/3.9.1/cau_functions.php
r3030032 r3048006 180 180 function cau_run_custom_hooks_t() { 181 181 182 // Create array183 182 $allDates = array(); 184 185 // Where to look for plugins 183 $totalNum = 0; 186 184 $dirr = get_theme_root(); 187 185 $listOfAll = wp_get_themes(); … … 229 227 } 230 228 231 $totalNum = 0;232 233 229 // Count number of updated plugins 234 230 foreach ( $allDates as $key => $value ) $totalNum++; … … 244 240 function cau_run_custom_hooks_c() { 245 241 246 // Create array 247 $totalNum = 0; 248 249 // Get data 242 $totalNum = 0; 250 243 $fullPath = ABSPATH.'wp-includes/version.php'; 251 244 $fileDate = date ( 'YmdHi', filemtime( $fullPath ) ); -
companion-auto-update/tags/3.9.1/companion-auto-update.php
r3030032 r3048006 5 5 * Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/ 6 6 * Description: This plugin auto updates all plugins, all themes and the wordpress core. 7 * Version: 3.9. 07 * Version: 3.9.1 8 8 * Author: Papin Schipper 9 9 * Author URI: http://codeermeneer.nl/ -
companion-auto-update/tags/3.9.1/readme.txt
r3030032 r3048006 6 6 Tested up to: 6.4 7 7 Requires PHP: 5.1 8 Stable tag: 3.9. 08 Stable tag: 3.9.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 83 83 == Changelog == 84 85 = 3.9.1 (March 8, 2024) = 86 * Fixed: Undefined variable $totalNum 84 87 85 88 = 3.9.0 (February 2, 2024) = -
companion-auto-update/trunk/cau_functions.php
r3030032 r3048006 180 180 function cau_run_custom_hooks_t() { 181 181 182 // Create array183 182 $allDates = array(); 184 185 // Where to look for plugins 183 $totalNum = 0; 186 184 $dirr = get_theme_root(); 187 185 $listOfAll = wp_get_themes(); … … 229 227 } 230 228 231 $totalNum = 0;232 233 229 // Count number of updated plugins 234 230 foreach ( $allDates as $key => $value ) $totalNum++; … … 244 240 function cau_run_custom_hooks_c() { 245 241 246 // Create array 247 $totalNum = 0; 248 249 // Get data 242 $totalNum = 0; 250 243 $fullPath = ABSPATH.'wp-includes/version.php'; 251 244 $fileDate = date ( 'YmdHi', filemtime( $fullPath ) ); -
companion-auto-update/trunk/companion-auto-update.php
r3030032 r3048006 5 5 * Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/ 6 6 * Description: This plugin auto updates all plugins, all themes and the wordpress core. 7 * Version: 3.9. 07 * Version: 3.9.1 8 8 * Author: Papin Schipper 9 9 * Author URI: http://codeermeneer.nl/ -
companion-auto-update/trunk/readme.txt
r3030032 r3048006 6 6 Tested up to: 6.4 7 7 Requires PHP: 5.1 8 Stable tag: 3.9. 08 Stable tag: 3.9.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 83 83 == Changelog == 84 85 = 3.9.1 (March 8, 2024) = 86 * Fixed: Undefined variable $totalNum 84 87 85 88 = 3.9.0 (February 2, 2024) =
Note: See TracChangeset
for help on using the changeset viewer.