Changeset 3457658
- Timestamp:
- 02/10/2026 05:16:21 AM (8 weeks ago)
- File:
-
- 1 edited
-
mediamoo-for-spaces/tags/1.0.2/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mediamoo-for-spaces/tags/1.0.2/readme.txt
r3457654 r3457658 4 4 Requires at least: 5.4 5 5 Tested up to: 6.9.1 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 7.4 8 8 License: MIT … … 60 60 61 61 == Changelog == 62 = 1.0.2 = 63 * ELEMENTOR COMPATIBILITY FIX - Replaced global `upload_dir` filter with attachment-level `wp_get_attachment_url` and `wp_calculate_image_srcset` filters. The global `upload_dir` filter was rewriting `wp_upload_dir()['baseurl']` for ALL callers, including Elementor, which generates CSS files in `wp-content/uploads/elementor/`. Elementor's CSS URLs were being rewritten to point to Spaces CDN where the files never existed, breaking site styling. The new approach only rewrites URLs for actual WordPress media attachments, leaving Elementor and other third-party plugin paths on the local server. 62 64 63 65 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.