Export Media Library

Wordpress Plugin
Download latest - 4.0.0

Developers

andrej.pavlovic

Download Stats

Today
Yesterday
Last Week
All Time



Releases (7 )

Version Release Date Change Log
4.0.0 2022-09-11
  • Bumped minimum PHP version to 7.4
3.0.1 2020-05-28
  • adjust syntax to ensure plugin compatibility check can run on older php versions (eg. PHP 5.2)
  • removed dependency on ext-mbstring by allowing mbstring polyfill to be used as fallback
  • export zip filename now incorporates blogname and utc date for better consistency and organization
  • clean and end all output buffers by default to ensure PHP doesn't store zip archive in output buffer and run out of memory
3.0.0 2019-11-25
  • bumped minimum php version to 7.1
  • flush buffer after every write in order to avoid exceeding memory
2.2.0 2019-04-30
  • added support for PHP 7.0
1.1.0 2019-04-30
  • expose API::export function for easier reuse by 3rd-party code
  • set last modify time for each file in zip to match the timestamp on disk
1.0.1 2018-07-01

Fixed title of plugin in readme.

1.0.0 2018-07-01
  • Fully functional release.