Gio Petry

Results 2 issues of Gio Petry

Hi There, here is my code: ``` for f in files: to_zip.append(f) to_zip_paths.append(path) pyminizip.compress_multiple(to_zip, to_zip_paths, 'backup_code.zip', '', 4) ``` This way and with singular file compress works flawlessy, BUT if...

Hi I use your wp-core package in composer with other packagist plugins to update WP via composer. Today If I do an usual composer update it states: "Upgrading johnpbloch/wordpress-core (6.4.3...