Plugin Directory

Changeset 3360525


Ignore:
Timestamp:
09/12/2025 12:41:03 PM (7 months ago)
Author:
devowl
Message:

Update README.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • real-media-library-lite/tags/4.22.54/README.txt

    r3356156 r3360525  
    219219**Yes, all core features of Real Media Library are free and you are able to create unlimited main folders.** You want more features like subfolders? [**Learn more about the PRO version.**](https://devowl.io/go/real-media-library?source=wordpress-org-description)
    220220
     221= Inspection of plugin source files =
     222
     223Most plugin files (PHP, templates, assets) are in the ZIP in human-friendly, unprocessed form (soure files).
     224
     225The plugin’s JavaScript/TypeScript is bundled (e.g. by Webpack) from plugin-specific packages and third-party open source to produce build files. Each build ends with `//# sourceMappingURL=…` to source maps with the original, human-readable code; these maps are public and the included source code can be inspected by anyone directly in your browser, if you have installed the plugin.
     226
     227To conveniently view the complete codebase of the consumed script in e.g. Chromium/Google Chrome, open *⋮ > More tools > Developer tools > ⋮ (in DevTools) > Settings > Preferences > Sources* and enable "JavaScript source maps", "CSS source maps", and "Allow DevTools to load resources, such as source maps, from remote file paths". Reload, then open *DevTools > Sources > "devowl-local-files"* to inspect all readable sources.
     228
     229Source maps are hosted outside the ZIP to keep size manageable; otherwise the plugin could exceed limits of web hosts and become non-installable.
     230
     231The repository with all source files can be do be inspected by anyone at [assets.devowl.io/wordpress-plugins-source-code.zip](https://assets.devowl.io/wordpress-plugins-source-code.zip). Please check out the `README.md` in the repository to learn how to get started!
     232
     233For details on the data procession of our servers, please read [devowl.io/privacy-policy](https://devowl.io/privacy-policy/).
     234
    221235== Screenshots ==
    222236
Note: See TracChangeset for help on using the changeset viewer.