Skip to content

Commit

Permalink
Release 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Mar 11, 2015
1 parent bf20cd0 commit 2112d3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ unless otherwise specified, released under the MIT licence as follows:

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

Copyright 2009-2014 Alistair Kearney, Symphony Team
Copyright 2009-2015 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
8 changes: 7 additions & 1 deletion extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
</author>
</authors>
<releases>
<release version="1.4" date="2014-11-24" min="2.6.0">
<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">
Expand Down
2 changes: 1 addition & 1 deletion lib/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
define('DOMAIN', rtrim(rtrim($_SERVER['HTTP_HOST'], '/') . str_replace('/extensions/jit_image_manipulation/lib', NULL, dirname($_SERVER['PHP_SELF'])), '/'));

// Include some parts of the engine
require_once DOCROOT . '/symphony/lib/boot/autoload.php';
require_once DOCROOT . '/vendor/autoload.php';
require_once DOCROOT . '/symphony/lib/boot/bundle.php';
require_once 'class.image.php';
require_once CONFIG;
Expand Down

0 comments on commit 2112d3a

Please sign in to comment.