Install
Works with Drupal: ^9.2Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
This version is compatible with PHP 8.1. Support for Drupal 8 is dropped in this release.
Requirements
- The module *MUST* be installed using Composer, see Download contributed modules and themes using Composer.
- Drupal 9.2 and higher
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