-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
29 lines (29 loc) · 1.25 KB
/
extension.meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<extension id="asset_pipeline_scss" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Asset Pipeline SCSS Compiler</name>
<description>A plugin for the Asset Pipeline extension.</description>
<repo type="github">https://github.com/petertron/asset_pipeline_scss</repo>
<!--<url type="discuss">http://getsymphony.com/discuss/thread/</url>-->
<types>
<type>Other</type>
</types>
<authors>
<author>
<name github="petertron" symphony="Petertron">Peter Skirenko</name>
<email>[email protected]</email>
<website>http://www.getsymphony.com/get-involved/member/Petertron/</website>
</author>
</authors>
<releases>
<release version="0.3.0" date="2021-07-12" min="2.5.0" max="3.0.0">
- SCSS compiler updated to latest version.
</release>
<release version="0.2.0" date="2017-03-05" min="2.5.0" max="2.7.0">
- Compatibility with Asset Pipeline version 0.2.x.
- SCSS compiler updated to version 0.6.7
</release>
<release version="0.1.0" date="2016-07-05" min="2.5.0" max="2.7.0">
- Initial release.
</release>
</releases>
</extension>