Plugin Directory

Changeset 3306826


Ignore:
Timestamp:
06/05/2025 06:22:57 AM (10 months ago)
Author:
revmakx
Message:

Release: 1.13.3 Final commit

Location:
iwp-client/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • iwp-client/trunk/backup.class.multicall.php

    r3241863 r3306826  
    10591059            $tables = $wpdb->get_results('SHOW TABLES LIKE "'.$this_prefix.'%"', ARRAY_N);
    10601060           
    1061         $max_row_limit = 10;
     1061        $max_row_limit = 150;
    10621062        if(defined('IWP_PHP_DB_ROWS') && (is_int(IWP_PHP_DB_ROWS) || is_string(IWP_PHP_DB_ROWS))){
    10631063            if(IWP_PHP_DB_ROWS > $max_row_limit ){
  • iwp-client/trunk/init.php

    r3241863 r3306826  
    55Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel.
    66Author: Revmakx
    7 Version: 1.13.2
     7Version: 1.13.3
    88Author URI: http://www.revmakx.com
    99Network: true
     
    3030
    3131if(!defined('IWP_MMB_CLIENT_VERSION'))
    32     define('IWP_MMB_CLIENT_VERSION', '1.13.2');
     32    define('IWP_MMB_CLIENT_VERSION', '1.13.3');
    3333
    3434if ( !defined('IWP_MMB_XFRAME_COOKIE')){
  • iwp-client/trunk/readme.txt

    r3241863 r3306826  
    33Tags: 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
    44Requires at least: 3.1
    5 Tested up to: 6.7.2
    6 Stable tag: 1.13.2
     5Tested up to: 6.8.1
     6Stable tag: 1.13.3
    77
    88Install this plugin on unlimited sites and manage them all from a central dashboard.
     
    4848
    4949== 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.
    5053
    5154= 1.13.2 - Feb 17th 2025 =
Note: See TracChangeset for help on using the changeset viewer.