Skip to content

Commit

Permalink
Release 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Feb 22, 2013
1 parent 037f7a3 commit f8f4425
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENCE
Expand Up @@ -3,7 +3,7 @@ unless otherwise specified, released under the MIT licence as follows:

----- begin license block -----

Copyright 2009-2012 Alistair Kearney, Symphony Team
Copyright 2009-2013 Alistair Kearney, Symphony Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 8 additions & 2 deletions README.markdown
Expand Up @@ -3,8 +3,8 @@
A simple way to manipulate images "just in time" via the URL. Supports caching, image quality settings and loading of offsite images.

- Version: 1.17
- Date: 16th September 2012
- Requirements: Symphony 2.3 or later
- Date: 22nd February 2013
- Requirements: Symphony 2.3.2 or later
- Author: Alistair Kearney, alistair@symphony-cms.com
- GitHub Repository: <http://github.com/symphonycms/jit_image_manipulation>

Expand All @@ -15,6 +15,12 @@ Information about [installing and updating extensions](http://symphony-cms.com/l

## Updating

### 1.17

This release raises the minimum requirement to Apache 2.2+.

### 1.15

Since version `1.15`, JIT configuration has moved from `/manifest/` to the `/workspace/` folder. This change will automatically happen when you update the extension from the "System > Extensions" page.

Due to some `.htaccess` changes in Symphony 2.0.6+, it is recommended that you edit your core Symphony `.htaccess` to remove anything before 'extensions/' in the JIT rewrite. It should look like the following regardless of where you installed Symphony:
Expand Down
4 changes: 3 additions & 1 deletion extension.meta.xml
Expand Up @@ -16,10 +16,12 @@
</author>
</authors>
<releases>
<release version="1.17" date="unreleased" min="2.3.2">
<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
Expand Down

0 comments on commit f8f4425

Please sign in to comment.