Changeset 3019290
- Timestamp:
- 01/09/2024 12:59:07 PM (2 years ago)
- Location:
- companion-auto-update
- Files:
-
- 2 edited
- 6 copied
-
tags/3.8.9.1 (copied) (copied from companion-auto-update/trunk)
-
tags/3.8.9.1/admin/dashboard.php (copied) (copied from companion-auto-update/trunk/admin/dashboard.php)
-
tags/3.8.9.1/cau_emails.php (copied) (copied from companion-auto-update/trunk/cau_emails.php)
-
tags/3.8.9.1/cau_functions.php (copied) (copied from companion-auto-update/trunk/cau_functions.php) (2 diffs)
-
tags/3.8.9.1/companion-auto-update.php (copied) (copied from companion-auto-update/trunk/companion-auto-update.php) (1 diff)
-
tags/3.8.9.1/readme.txt (copied) (copied from companion-auto-update/trunk/readme.txt)
-
trunk/cau_functions.php (modified) (2 diffs)
-
trunk/companion-auto-update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
companion-auto-update/tags/3.8.9.1/cau_functions.php
r3012122 r3019290 63 63 64 64 foreach ( cau_incompatiblePluginlist() as $key => $value ) { 65 if( is_plugin_active( $key ) ) {65 if( function_exists( 'is_plugin_active' ) && is_plugin_active( $key ) ) { 66 66 $return = true; 67 67 } … … 98 98 if( cau_incompatiblePlugins() ) { 99 99 foreach ( cau_incompatiblePluginlist() as $key => $value ) { 100 if( is_plugin_active( $key ) ) {100 if( function_exists( 'is_plugin_active' ) && is_plugin_active( $key ) ) { 101 101 $count++; 102 102 } -
companion-auto-update/tags/3.8.9.1/companion-auto-update.php
r3019154 r3019290 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.8.9 7 * Version: 3.8.9.1 8 8 * Author: Papin Schipper 9 9 * Author URI: http://codeermeneer.nl/ -
companion-auto-update/trunk/cau_functions.php
r3012122 r3019290 63 63 64 64 foreach ( cau_incompatiblePluginlist() as $key => $value ) { 65 if( is_plugin_active( $key ) ) {65 if( function_exists( 'is_plugin_active' ) && is_plugin_active( $key ) ) { 66 66 $return = true; 67 67 } … … 98 98 if( cau_incompatiblePlugins() ) { 99 99 foreach ( cau_incompatiblePluginlist() as $key => $value ) { 100 if( is_plugin_active( $key ) ) {100 if( function_exists( 'is_plugin_active' ) && is_plugin_active( $key ) ) { 101 101 $count++; 102 102 } -
companion-auto-update/trunk/companion-auto-update.php
r3019154 r3019290 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.8.9 7 * Version: 3.8.9.1 8 8 * Author: Papin Schipper 9 9 * Author URI: http://codeermeneer.nl/
Note: See TracChangeset
for help on using the changeset viewer.