![]() |
VOOZH | about |
Follow @symextensions for updates to the 412 extensions that we track. What is this?
Symphony Extensions tracks Symphony CMS extensions that are hosted on Github.
Host your extension on Github and make sure the repository has a good README and an extension.meta.xml file. Then sign in to this site using your GitHub profile where you will see a list of your public repositories. Pick one, and add it to the site. When you make changes, just update the XML file in your repository and we do the rest.
It is an XML file that you add to your repository to describe your extension. You can include a name and description, developer contact details, version history, changelog, dependencies and more. Please read the documentation for a full list. You can use the lint tool to check your XML against the schema before submitting your extension to the site.
This site is now run by the community @symextensions. The site was created by nickdunn. Contact him at @nickdunn
Please report it here.
Adds md5 fingerprint-hashes (based on PHP filemtime) of selected files and provides the results in the param-pool.
Clone URLhttps://github.com/swiegmann/fingerprints.git
Add as a submodulegit submodule add https://github.com/swiegmann/fingerprints.git extensions/fingerprints --recursive
| 2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No | No | 1.00 | No | No | No | No | No | No | No | No | No | No | No | No | No | No | No. Soon? |
| Symphony Version | Extension version |
|---|---|
| 2.7.10 | No. Soon? |
| 2.7.9 | No |
| 2.7.8 | No |
| 2.7.7 | No |
| 2.7.6 | No |
| 2.7.5 | No |
| 2.7.4 | No |
| 2.7.3 | No |
| 2.7.2 | No |
| 2.7.1 | No |
| 2.7.0 | No |
| 2.6.x | No |
| 2.5.x | No |
| 2.4.x | No |
| 2.3.x | No |
| 2.2.x | 1.00 |
| 2.1.x | No |
| 2.x.x | No |
Adds md5 fingerprint-hashes (based on PHP filemtime) of selected files and provides the results in the param-pool.
Add the files in the system preferences field "Fingerprints". It accepts one entry per row.
The syntax is:
ds-nodename1:path/filename1
ds-nodename2:path/filename2
Example:
css:workspace/assets/css/app.css
css-dev:workspace/assets/css/app-dev.css
js:workspace/assets/js/app.js
js-dev:workspace/assets/js/app-dev.js
You can now access the fingerprint-hashes in the param-pool. The result of the above example will be:
<params>
<fingerprint-css>421b61b1e1c65b1205bee2721bbca6d7</fingerprint-css>
<fingerprint-css-dev>6112608910dc88bb733369e143e01290</fingerprint-css-dev>
<fingerprint-js>01c2fabdfba6411a05174b5638a833f6</fingerprint-js>
<fingerprint-js-dev>6112608910dc88bb733369e143e01290</fingerprint-js-dev>
...
</params>
1.0020 July 2020
Requires Symphony 2.2