Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 639 Bytes

File metadata and controls

15 lines (11 loc) · 639 Bytes

All In One WP Migration Version 6.77 Fork

Forked from Version 6.77

This is the version 6.77 of the All in One WP Migration Plugin. I have tweaked the Max File Size Value in the constants.php file. The tweak increases the file upload size limit to 32GB. You can change this if you want on line 284 in constants.php.

// =================
// = Max File Size =
// =================
define( 'AI1WM_MAX_FILE_SIZE', 34359738368 );

The original version 6.77 can be downloaded from here. (This is Official WP Downloads Directory for Plugins)