Changeset 3360525
- Timestamp:
- 09/12/2025 12:41:03 PM (7 months ago)
- File:
-
- 1 edited
-
real-media-library-lite/tags/4.22.54/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
real-media-library-lite/tags/4.22.54/README.txt
r3356156 r3360525 219 219 **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) 220 220 221 = Inspection of plugin source files = 222 223 Most plugin files (PHP, templates, assets) are in the ZIP in human-friendly, unprocessed form (soure files). 224 225 The 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 227 To 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 229 Source maps are hosted outside the ZIP to keep size manageable; otherwise the plugin could exceed limits of web hosts and become non-installable. 230 231 The 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 233 For details on the data procession of our servers, please read [devowl.io/privacy-policy](https://devowl.io/privacy-policy/). 234 221 235 == Screenshots == 222 236
Note: See TracChangeset
for help on using the changeset viewer.