We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864cc53 commit ffdfc2bCopy full SHA for ffdfc2b
1 file changed
extension.meta.xml
@@ -16,8 +16,13 @@
16
</author>
17
</authors>
18
<releases>
19
- <release version="2.0.0" date="2016-03-21" min="2.6.0" max="2.x.x">
+ <release version="2.0.0" date="2016-04-26" min="2.6.0" max="2.x.x">
20
- JIT image process is it's own Symphony renderer now
21
+ - PSR2 Compliance (for the most part)
22
+ - Do not try to change .htaccess file if it does not exits
23
+ - Extracted the .htaccess procedure into its own class
24
+ - Lots of bug fixes and perf improvements
25
+ - Switch to semver (but should be backward compatible for Apache users)
26
</release>
27
<release version="1.45" date="2016-03-21" min="2.6.0" max="2.x.x">
28
- Add CORS header support (@tmslnz)
0 commit comments