diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-12 19:19:24 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-12 19:19:24 +0100 |
commit | 8e70b7935181ff56a340a3388080bf4ac6f3428f (patch) | |
tree | 40396ea269c27b4da208b27b57d695323a4b2c82 /user_guide_src/source/changelog.rst | |
parent | fc514ca3578c59753e059fd6b8a2415424850535 (diff) |
CI_Image_lib::image_reproportion() to work if only one of either width or height are set
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 48011f208..c6d5e30f6 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -63,6 +63,7 @@ Release Date: Not Released - Added support for 3-length hex color values for wm_font_color and wm_shadow_color properties, as well as validation for them. - Class properties wm_font_color, wm_shadow_color and wm_use_drop_shadow are now protected, to avoid breaking the text_watermark() method if they are set manually after initialization. + - If property maintain_ratio is set to TRUE, image_reproportion() now doesn't need both width and height to be specified. - Minor speed optimizations and method & property visibility declarations in the Calendar Library. - Removed SHA1 function in the :doc:`Encryption Library <libraries/encryption>`. - Added $config['csrf_regeneration'] to the CSRF protection in the :doc:`Security library <libraries/security>`, which makes token regeneration optional. |