Install

Works with Drupal: ^9.2

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 45.06 KB
MD5: fac13d8fb45fa5dece5bd5d267cef784
SHA-1: 275445438cfa0554aa51c570fece3fd08c5028bc
SHA-256: 372edd85c77b41d423edfec9b14008a3d57de42804b91d62a4e2d954dbb06e03
Download zip 65.84 KB
MD5: bec8938ea942f917253a2ca41aac8866
SHA-1: b1d98592ef4deb935771dd9e0ec9c0d6185a1d11
SHA-256: 96632188fea18b030e5a5165860fd348873f3a9cb6bb47fc1feb22c98b9db96e

Release notes

This version is compatible with PHP 8.1. Support for Drupal 8 is dropped in this release.

Requirements

Textimage tokens changed syntax

Textimage provides two tokens that can be used to retrieve the location where a Textimage image has been stored:

A token to retrieve the URL of a Textimage image

[node:textimage-url:field{:display}{:sequence}]

and the URI equivalent

[node:textimage-uri:field{:display}{:sequence}]

The tokens previously provided by Textimage with the syntax [textimage:url:field{:display}{:sequence}] and the URI equivalent [textimage:uri:field{:display}{:sequence}] are deprecated. While they will be still resolved in Textimage 8.x-4.x, as of Textimage 5.0.0 only the new syntax will be supported.

Changes

  • Issue #3241405: Textimage tokens not getting images' URI/URL in Metatags
  • Issue #3252677 by mondrake: Redirect module drupal/redirect 1.6.0 is not PHP 8.1 compatible
  • Issue #3252675 by mondrake: Cleanup deprecations prior to Drupal 9.2
  • Issue #3242117 by mondrake: Bump minimum supported Drupal core version to 9.2
Created by: mondrake
Created on: 11 Jan 2022 at 20:52 UTC
Last updated: 26 Jan 2023 at 05:52 UTC

Other releases