image_effects 8.x-3.5

This release drops support for Drupal < 10.1, and improves code quality to comply with PHPStan level 2 rules.


Known issues

image_effects 8.x-3.4

This release provides Drupal 10 and PHP 8.2 support.


Known issues

image_effects 8.x-3.3

Bug fixes
New features

This release provides a new Pixelate image effect, and more fixes for PHP 8.1 support.


Known issues


Changes

image_effects 8.x-3.2

New features

This release provides update of dependencies, cleanup of deprecated code, and drops support for Drupal 8.

The module now also supports PHP 8.1, albeit one of its dependencies, pel/pel, is still using PHP deprecated functions as of its current release, 0.9.10.


Introducing a Rotate effect

image_effects 8.x-3.1

Bug fixes
New features

This release provides support to PHP 8, and introduces a new Relative crop effect.

image_effects 8.x-3.0

This release provides support to Drupal 9; all calls to Drupal core code deprecated up to Drupal 8.8.x were replaced.

Requirements

Changes since release 8.x-3.0-rc2

  • Fixes for PHP 7.4 compatibility.

image_effects 8.x-3.0-rc2

This is the second RELEASE CANDIDATE level release for Image Effects 3.0, do not use in production.

In this release, minimum PHP version supported has been raised 7.1, and in order to provide support to Drupal 9, all calls to Drupal core code deprecated up to Drupal 8.8.x were replaced.

image_effects 8.x-3.0-rc1

This is the first RELEASE CANDIDATE level release for Image Effects 3.0, do not use in production.

In fact, it's a re-release of alpha1 since now apparently it's possible to Composer install the module under Drupal 9.0.x.
Calls to Drupal core code deprecated up to Drupal 8.8.x were replaced.

NOTE: full release will require PHP 7.1+

image_effects 8.x-3.0-alpha1

This is the first ALPHA level release for Image Effects 8.3.x., do not use in production.

Calls to Drupal core code deprecated up to Drupal 8.8.x were replaced.

image_effects 8.x-1.3

New features

This release introduces two new effects: 'Smart Crop' and 'Scale and Smart Crop', ported from the Smart Crop module.

image_effects 8.x-2.3

New features

This release introduces two new effects: 'Smart Crop' and 'Scale and Smart Crop', ported from the Smart Crop module.

image_effects 8.x-2.1

New features

If you are NOT using Composer to manage the codebase, Image Effects 8.x-1.x releases can be installed in the traditional way.

If you are using this module in combination with the ImageMagick toolkit, you need to upgrade the ImageMagick module to version 8.x-2.3 or above before updating Image Effects.

This release adds the 'Aspect switcher' effect.

image_effects 8.x-1.1

New features

This release adds the 'Aspect switcher' effect.

Requirements:

  • Minimum Drupal core release: 8.2.0

Commits since 8.x-1.0

  • Issue #2956733 by mondrake, lukedekker: Aspect Switcher: Increase granularity of the ratio adjustment
  • Issue #2748307 by mondrake, glen.rhodes, zrashevskaya, racinggrinner: Aspect Switcher
  • Issue #2937609 by mondrake: Tests are not run for the Imagemagick toolkit
  • Issue #2913457 by mondrake: Add a DEVELOPING.md file with instruction for effect developers

image_effects 8.x-2.0

If you are NOT using Composer to manage the codebase, Image Effects 8.x-1.x releases can be installed in the traditional way.

Install:

Require the module via
$ composer require drupal/image_effects:~2.0
then enable the module as usual.

image_effects 8.x-2.0-beta1

This is the first beta release for Image Effects 8.x-2.x series.

REQUIRES:

  • Using Composer to manage Drupal codebase dependencies.
  • Drupal 8.2.0. or above.

If you are not using Composer to manage the codebase, Image Effects 8.x-1.x releases can be installed in the traditional way.

image_effects 8.x-1.0

Image effects 8.x-1.0

Requirements:

  • Minimum Drupal core release: 8.2.0

Notes:

  • If you are upgrading from a previous alpha release, make sure you run the update.php by navigating to http://yourdrupalsitename/update.php and follow the process to update your Drupal instance.

image_effects 8.x-1.0-beta1

Bug fixes
New features

Image effects 8.x-1.0-beta1
----------------------------------------

Minimum Drupal core release: 8.2.0

If you are upgrading from a previous alpha release, make sure you run the update.php by navigating to http://yourdrupalsitename/update.php and follow the process to update your Drupal instance.

image_effects 8.x-1.0-alpha5

Bug fixes
New features

Image effects 8.x-1.0-alpha5
----------------------------------------

Minimum Drupal core release: 8.2.0

image_effects 8.x-1.0-alpha4

Bug fixes
New features

Image effects 8.x-1.0-alpha4
----------------------------------------

Minimum Drupal core release: 8.2.0

image_effects 8.x-1.0-alpha3

Bug fixes
New features

Image effects 8.x-1.0-alpha3
----------------------------------------

Minimum Drupal core release: 8.2.0

image_effects 8.x-1.0-alpha2

Bug fixes
New features

Image effects 8.x-1.0-alpha2
----------------------------------------
- Issue #2667564 by mondrake: Add "Background" image effect
- Issue #2658364 by drikc: Add "Convolution" and "Sharpen" image effects
- Issue #2655044 by mondrake, slashrsm: Add "Text overlay" image effect
- Issue #2694143 by chgasparoto: When Font file does not specify the Font name, font list breaks [Port of #2693755]
- Issue #2684307 by rakesh.gectcr: Remove unused imports in code base

image_effects 8.x-1.0-alpha1

New features

Image effects 8.x-1.0-alpha1
----------------------------------------
- Issue #2652898 by mondrake: Add "Set canvas" image effect
- Issue #2651960 by mondrake, slashrsm, Lowell: GD watermark operation loses watermark image alpha
- Issue #2659676 by hctom, mondrake: Add "Contrast" image effect
- Issue #2643640 by slashrsm, mondrake: Write the project's README file
- Issue #2652034 by hctom, mondrake: "Color shift" image effect summary lacks "effect" template variable
- Issue #2651216 by hctom, mondrake: Add "Brightness" image effect

Subscribe with RSS Subscribe to Releases for Image Effects