Plugin Directory

Changeset 3457658


Ignore:
Timestamp:
02/10/2026 05:16:21 AM (8 weeks ago)
Author:
creatorcow
Message:

Update tags for 1.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mediamoo-for-spaces/tags/1.0.2/readme.txt

    r3457654 r3457658  
    44Requires at least: 5.4
    55Tested up to: 6.9.1
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 7.4
    88License: MIT
     
    6060
    6161== 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.
    6264
    6365= 1.0.1 =
Note: See TracChangeset for help on using the changeset viewer.