forked from symphonycms/jit_image_manipulation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.meta.xml
155 lines (155 loc) · 7.77 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<?xml version="1.0" encoding="UTF-8"?>
<extension id="jit_image_manipulation" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Just In Time (JIT) Image Manipulation</name>
<description>Image thumbnailer</description>
<repo type="github">https://github.com/symphonycms/jit_image_manipulation</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/32795/</url>
<types>
<type>Multimedia</type>
<type>Image</type>
<type>Thumbnail</type>
</types>
<authors>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>http://getsymphony.com</website>
</author>
</authors>
<releases>
<release version="2.0.0" date="2016-04-26" min="2.6.0" max="2.x.x">
- JIT image process is it's own Symphony renderer now
- PSR2 Compliance (for the most part)
- Do not try to change .htaccess file if it does not exits
- Extracted the .htaccess procedure into its own class
- Lots of bug fixes and perf improvements
- Switch to semver (but should be backward compatible for Apache users)
</release>
<release version="1.45" date="2016-03-21" min="2.6.0" max="2.x.x">
- Add CORS header support (@tmslnz)
- Added 'max-age' hidden configuration
</release>
<release version="1.44" date="2016-01-12" min="2.6.0" max="2.6.x">
- Fix when no bytes are written but everything worked (#116)
</release>
<release version="1.43" date="2015-08-25" min="2.6.0">
- Fix bad merge and tagging error (#112)
</release>
<release version="1.42" date="2015-08-24" min="2.6.0">
- [#110](https://github.com/symphonycms/jit_image_manipulation/pull/110) Fix JIT error with regex recipes
</release>
<release version="1.41" date="2015-03-11" min="2.6.0">
- [#103](https://github.com/symphonycms/jit_image_manipulation/issues/103) Fix autoloader issue with Symphony CMS 2.6.0
- [#101](https://github.com/symphonycms/jit_image_manipulation/issues/101) Remove duplicate CACHING declaration
- [#100](https://github.com/symphonycms/jit_image_manipulation/pull/100) Reject invalid image size of 0 x 0
- [#47](https://github.com/symphonycms/jit_image_manipulation/issues/47) Allow CMYK images to be handled
</release>
<release version="1.40" date="2014-11-24" min="2.6.0">
- Mark compatibility with Symphnoy 2.6+
</release>
<release version="1.31" date="2014-08-17" min="2.4" max="2.5.x">
- Mark compatibility with Symphony 2.4+
</release>
<release version="1.30" date="2014-04-17" min="2.4">
- Remove `ob_clean` as it was unnecessary (@DavidOliver)
- Add `no-transform` header to prevent ISP's from compression images (@nitriques)
- Simplify `TMP` directory logic (@brendo)
- Fix whitespace errors (@nilshoerrmann)
</release>
<release version="1.21" date="2014-01-12" min="2.3.2">
- Simplification of `.htaccess` rule (@michael-e)
- Fix for unused `$recipes` variable (@dtan)
- Fix for caching when using sockets instead of curl (@dustywilson)
- Update README with updated path (@nitriques)
- Update Russian and German translations (@alexbirukov and @nilshoerrmann)
- Update Duplicators to Symphony 2.3 API (@nilshoerrmann)
</release>
<release version="1.20" date="2013-09-30" min="2.3.2">
- Allow all recipes to be deleted from the Preferences page
</release>
<release version="1.19" date="2013-07-01" min="2.3.2">
- Update links to **getsymphony.com**
</release>
<release version="1.18" date="2013-03-24" min="2.3.2">
- Set GD to ignore invalid JPEG's
- Match recipes names more specifically, using `thumbs` and `thumb` is now possible
- When saving the `.htaccess` changes, use the `PHP_EOL` constant for more consistent output
- Cache `Gateway` requests for improved performance
- Fix potential warnings when checking for trusted sites
</release>
<release version="1.17" date="2013-02-22" min="2.3.2">
- Allow JIT to function with image filenames that have special characters
- Use Gateway instead of curl directly for HTTP Requests
- Use the Page class in order to generate HTTP Status codes
- Adding an option to disable upscaling images
- Update trusted sites to support subdomains `*.ytimg.com` etc.
</release>
<release version="1.16" date="2012-09-16" min="2.3">
- Add a Recipes data source
- Update German translation
- Fix issue with Apache outputting corrupted images in some situations
- JIT now follows redirects on external URL's
</release>
<release version="1.15" date="2012-03-10" min="2.3">
- Add recipes
- Moved settings into `/workspace`
- Improve compatibility with servers other than Apache
</release>
<release version="1.14" date="2011-11-11" min="2.0.5" max="2.2.x">
- More robust detection of a temp directory
- More robust installation
</release>
<release version="1.13" date="2011-08-16" min="2.0.5" max="2.2.x">
- Add a new mode, Resize to Fit, that will conditionally resize your image if it is above the desired width/height otherwise it will leave the image as it. (thanks @21studios)
- Output the correct file path in 404 errors (thanks @michael-e)
- Fixes error in the error message when connecting to an external site
- No longer serves 304 headers when `CACHING` is disabled in the configuration
</release>
<release version="1.12" date="2011-08-06" min="2.0.5" max="2.2.x">
- Fixes issue where cached images would be delivered even though the original file was removed (thanks @michael-e)
- Fixes direct display mode (thanks @michael-e)
- Output errors and correctly set 404 headers when things go wrong
</release>
<release version="1.11" date="2011-08-01" min="2.0.5" max="2.2.x">
- Allow external images to be cached (thanks @michael-e)
- Fixes PNG and GIF transparency issues (thanks to @designermonkey)
- Background color on crop becomes optional
</release>
<release version="1.10" date="2011-04-15" min="2.0.5" max="2.2.x">
- Compatibility with Symphony 2.2
</release>
<release version="1.09" date="2010-05-04" min="2.0.5" max="2.1.x">
- Sending `ETag` header with response
- Added support for `HTTP_IF_MODIFIED_SINCE` and `HTTP_IF_NONE_MATCH` request headers, which will mean a `304 Not Modified` header can be set (Thanks to Nick Dunn for helping on this one)
- Added Portuguese and Italian translations (Thanks to @rainerborene & @eKoeS for those)
</release>
<release version="1.08" date="2010-02-23" min="2.0.5" max="2.1.x">
- Added French localisation
- Adjusted German localisation
- Fixed a Symphony 2.0.7RC2 compatibility issue.
</release>
<release version="1.07" date="2010-01-20" min="2.0.5" max="2.0.6">
- Added localisation files for Dutch, German, Portuguese (Brazil) and Russian
- `trusted()` will look for the `jit-trusted-sites` before attempting to return its contents. This prevents warnings from showing up in the logs.
</release>
<release version="1.06" date="2009-08-10" min="2.0.2" max="2.0.6">
- Code responsible for `.htaccess` update will no longer try to append the rewrite base to for path to extensions folder
</release>
<release version="1.05" date="2009-08-03" min="2.0.2" max="2.0.6">
- Fixed bug introduced by usage of the `imageAntiAlias()` function
- Errors and warnings are logged in the main Symphony log
- A dump of internal params are logged in addition to any errors
</release>
<release version="1.04" date="2009-07-23" min="2.0.2" max="2.0.6">
- Adding support for alpha masked images.
</release>
<release version="1.03" date="2009-03-06" min="2.0.2" max="2.0.6">
- Minor changes to how `DOCROOT`` is determined
</release>
<release version="1.02" date="2009-03-05" min="2.0.2" max="2.0.6">
- Disabling extension will remove rule from `.htaccess`
</release>
<release version="1.01" date="2011-03-05" min="2.0.2" max="2.0.6">
- Updated to work with 2.0.2 config changes
</release>
</releases>
</extension>