Developers
petredobrescu |
ShortPixel |
MungoBBQ |
Download Stats
Today | 3,295 |
Yesterday | 4,414 |
Last Week | 18,312 |
All Time | 1,621,525 |
Releases (70 )
Version | Release Date | Change Log |
---|---|---|
4.0.1 | 2022-11-23 | Release date: November 23, 2022
* Fix: files are now replaced correctly in environments running on Windows/IIC servers;
* Fix: the mime type is now correctly detected, so that a warning is no longer displayed when replacing PDFs;
* Fix: the plugin no longer tries to load its code for post IDs that are not attachments, like comments;
* Fix: some warnings were displayed when using the Members plugin;
* Compat: added integration for SiteOrigin Page Builder to correctly replace files in its widgets;
* Compat: added |
4.0.0 | 2022-09-05 | Release date: September 5th, 2022
* New: added the functionality to remove the background for any image;
* Fix: images added to the new block-style widgets were not replaced;
* Fix: the original file was not removed after replacement if a multilingual plugin was installed;
* Fix: additional checks were added to the new upload path for replacements, to avoid possible vulnerabilities, kudos to @soulseekah;
* Fix: an object cache flush was added after an image was replaced to prevent the content from still being cached in the post editor;
* Fix: if there was no |
3.6.3 | 2021-11-25 | Release date: November 25th, 2021
* Fix: the shortcode |
3.6.2 | 2021-11-08 | Release date: November 8th, 2021 * Fix: there was an issue in file.php with checking mime-type, resulting in weird mime-type values in certain cases (thanks @dougaxe1 for the PR); * Fix: if target mime type returns empty, don't store that; * Tweak: removed old notification about SPIO. |
3.6.1 | 2021-10-27 | Release date: October 27th, 2021
* Fix: there was a broken image in one of the plugin notices;
* Fix: added a check for the function |
3.6.0 | 2021-10-11 | Release date: October 11th, 2021 * New: Constant EMR_CAPABILITY can define extra user roles to allow and deny replacements; * New: Replacing an usual image with an SVG file will just replace all thumbnails by the main file; * New: Also replaces caption when set in Exif data (when replacing with updating all links); * Tweak: Added Now and Original options to Custom Date for usability; * Tweak: changes/updates to the banners from the EMR screen; * Fix: EMR now respects edit_other_posts permissions using default permissions; * Fix: EMR with ALLOW_UNFILTERED_UPLOADS enabled (and allowed role) will not limit non-allowed uploads; * Fix: some missing and wrong text-domains are now corrected (thanks @alexclassroom); * Fix: a missing dot in the plugin description was preventing the transaltions to properly work; * Fix: the plugin can now be uninstalled/deleted on PHP 8. |
3.5.0 | 2020-11-04 | Release date: October 29th 2020
* New: EMR now replaces across all meta tables;
* New: the plugin remembers last used settings;
* New: integration with the LiteSpeed cache plugin and webserver;
* Tweak: manual Logging will no longer work if user is not logged as administrator;
* Tweak: added |
3.4.2 | 2020-08-17 | Release date: August 17th 2020 * New - Also display files size in the replacement windows; * Fix - Replacing image with pdf file would cause noticesi; * Fix - Compensation for faulty WordPress installation that return empty error string on wp_upload_dir and falsely return relative paths and urls on WP core functions; * Fix - When choosing 'replace file and update names' and then uploading a file with identical name as source, it would postfix the duplicate name. This is no longer the case; * Fix - Wording clarification for the situation when the filename is changed, which will lead to broken links from external sites; * Fix - Added hard paths to require_once satements in order to prevent WP-CLI errrors; * Fix - If source image doesn't exist or in error state, replacement would be prevented by Javascript issue. |
3.4.1 | 2020-06-18 | Release date: June 18th 2020 * Fix - PHP Error when settings permissions failed. |
3.4.0 | 2020-06-10 | Release date: June 9th 2020 * New - In edit media screen EMR notes user who replaced file if this was not uploader; * New - Added Drag and Drop area for files; * New - When replacing with new file name, now also possible to update upload path; * Fix - Various minor CSS tweaks and fixes; * Update of Underlying libraries |
3.3.12 | 2020-04-27 | Release date: 27th April 2020 * Fixed - When trying to upload over-limit file would show too many error messages; * Language 2 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted. |
3.3.11 | 2020-03-10 | Release date: 10th March 2020 * Fix the crashing of certain frontend builders when the plugin is active. |
3.3.10 | 2020-02-23 | |
3.3.9 | 2020-02-19 | Release date: 19th February 2020 * Fix issue with search/replacing non-image attachments and query |
3.3.8 | 2020-02-18 | Release date: 18th February 2020 * Fixes for WP 5.3+ -scaled images system. Will now replace those as well. * Updating and replacing images and thumbnails should now work for serialized (and such) metadata. - For Beaver Builder * Add extra warning if mimetype is not allowed by WordPress for upload * Put Javascript version in wp_register_script * Hidden double 'replace media' * Replace Image label to Replace Media * Removed constant S3_UPLOADS_AUTOENABLE * Improved detection of SVG image sizes * Fixed - Logger doesn't call wp_upload_dir when not debugging * Extra - Javascript tries to resume after external errors. * Language 0 new strings added, 2 updated, 0 fuzzied, and 0 obsoleted |
3.3.7 | 2019-11-14 | Release date: 13th November 2019 * call the hook enable-media-replace-upload-done on both modes * fix JSON compatibility for hostings that don't have JSON module activated * Language 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted |
3.3.6 | 2019-09-05 | Release date: 5th September 2019 * fix JSON compatibility for hostings that don't have JSON module activated |
3.3.5 | 2019-07-25 | Release date: 25th July 2019 * fix Replace button on the MediaLibrary image details popup |
3.3.4 | 2019-07-23 | Release date: 23rd July 2019 * compatibility fixes for WP version 4.8 and below * cache killer |
3.3.2 | 2019-07-19 | Release date: 17th July 2019 * Check if medium size !> 400px, display that one, otherwise smallest. * Fixed: Links not updated when using Advanced Custom Fields * Fixed: Fails silently when file is too big for upload * When source file does not exist, show placeholder instead of failed image load * Fixed: Fatal error when replacing images * Fixed: Not the right time zone on replace * Fixed Beaver Builder incompatibility by not allowing replace with rename. * Fixed: Cannot replace non default Wordpress file types, even those allowed to upload [ Media Library Assistant compat ] * Fixed: error when trying to remove a file that doesn't exist - because the files are actually on another server |
3.3.3 | 2019-07-19 | Release date: 19th July 2019 * Fix error "using $this when not in object context" on some PHP versions |
3.3.1 | 2019-06-18 | Release date: 18th June 2019 * Fix error class not found on WPEngine |
3.3.0 | 2019-06-05 |
|
3.2.9 | 2019-03-05 |
|
3.2.8 | 2019-01-26 |
|
3.2.7 | 2018-08-18 |
|
3.2.6 | 2018-07-04 |
|
3.2.5 | 2018-04-16 |
|
3.2.4 | 2018-04-13 |
|
3.2.3 | 2018-03-15 |
|
3.2.2 | 2018-03-14 |
|
3.2.1 | 2018-03-06 |
|
3.2 | 2018-02-21 |
|
3.1.1 | 2017-07-28 |
|
3.1 | 2017-07-21 |
|
3.0.6 | 2017-02-10 |
|
3.0.5 | 2016-10-14 |
|
3.0.4 | 2016-01-11 |
|
3.0.3 | 2015-01-19 |
|
3.0.2 | 2015-01-16 |
|
3.0.1 | 2014-10-17 |
|
3.0 | 2014-09-12 |
|
2.9.6 | 2014-05-12 |
|
2.9.5 | 2014-03-12 |
|
2.9.4 | 2014-02-04 |
|
2.9.3 | 2013-08-02 |
|
2.9.2 | 2013-06-17 |
|
2.9.1 | 2013-06-14 |
|
2.9 | 2013-04-15 |
|
2.8.2 | 2013-01-18 |
|
2.8.1 | 2013-01-02 |
|
2.8 | 2012-12-18 |
|
2.7 | 2012-12-17 |
|
2.6 | 2011-11-10 |
|
2.5.2 | 2011-09-26 |
|
2.5.1 | 2011-09-23 |
|
2.5 | 2011-08-18 |
|
2.4.1 | 2011-02-10 |
|
2.4 | 2011-02-09 |
|
2.3 | 2010-09-13 |
|
2.2 | 2010-08-11 |
|
2.1 | 2010-06-22 |
|
2.0.1 | 2010-06-01 |
|
2.0 | 2010-05-17 |
|
1.4.1 | 2010-05-17 |
|
1.4 | 2010-02-18 |
|
1.3 | 2009-11-23 | |
1.2 | 2009-08-03 | |
1.1 | 2009-07-20 | |
1.0 | 2009-06-01 |