Changeset 3306826
- Timestamp:
- 06/05/2025 06:22:57 AM (10 months ago)
- Location:
- iwp-client/trunk
- Files:
-
- 3 edited
-
backup.class.multicall.php (modified) (1 diff)
-
init.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iwp-client/trunk/backup.class.multicall.php
r3241863 r3306826 1059 1059 $tables = $wpdb->get_results('SHOW TABLES LIKE "'.$this_prefix.'%"', ARRAY_N); 1060 1060 1061 $max_row_limit = 1 0;1061 $max_row_limit = 150; 1062 1062 if(defined('IWP_PHP_DB_ROWS') && (is_int(IWP_PHP_DB_ROWS) || is_string(IWP_PHP_DB_ROWS))){ 1063 1063 if(IWP_PHP_DB_ROWS > $max_row_limit ){ -
iwp-client/trunk/init.php
r3241863 r3306826 5 5 Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel. 6 6 Author: Revmakx 7 Version: 1.13. 27 Version: 1.13.3 8 8 Author URI: http://www.revmakx.com 9 9 Network: true … … 30 30 31 31 if(!defined('IWP_MMB_CLIENT_VERSION')) 32 define('IWP_MMB_CLIENT_VERSION', '1.13. 2');32 define('IWP_MMB_CLIENT_VERSION', '1.13.3'); 33 33 34 34 if ( !defined('IWP_MMB_XFRAME_COOKIE')){ -
iwp-client/trunk/readme.txt
r3241863 r3306826 3 3 Tags: admin, administration, amazon, api, authentication, automatic, dashboard, dropbox, events, integration, manage, multisite, multiple, notification, performance, s3, security, seo, stats, tracking, infinitewp, updates, backup, restore, iwp, infinite 4 4 Requires at least: 3.1 5 Tested up to: 6. 7.26 Stable tag: 1.13. 25 Tested up to: 6.8.1 6 Stable tag: 1.13.3 7 7 8 8 Install this plugin on unlimited sites and manage them all from a central dashboard. … … 48 48 49 49 == Changelog == 50 51 = 1.13.3 - June 5th 2025 = 52 * Fix: Multicall limit reached for multical php db backup for the large site for few users. 50 53 51 54 = 1.13.2 - Feb 17th 2025 =
Note: See TracChangeset
for help on using the changeset viewer.