iframe 3.0.0

New features

First release - The semantic branch 3.0.x for 10.3 || 11.
So we can drop all potential old php support and convert the field plugins to
attributes vs annotations. Also new branch means old one remains as is.

iframe 3.0.x-dev

New features

Branch to get D11 release out.

The semantic branch 3.0.x for 10.3 || 11.
So we can drop all potential old php support and convert the field plugins to
attributes vs annotations. Also new branch means old one remains as is.

iframe 8.x-2.24

Bug fixes

Fixes undefined key and non working class-attribute

* Fixes #3367468 - Warning: Undefined array key "url"
* Fixes #3390012 - Class attribute no longer works

iframe 8.x-2.23

Bug fixes

fixes Issue #3354351 by myha: Node tokens do not replaces
fixes Issue #3356897 Use LinkWidget logic for validating and converting relative urls.

iframe 8.x-2.22

Bug fixes

Bugfixes Q1/2023

* fixes issue #3330251 by Angel Neida: Inconsistency in sizes
* fixes issue #3332505 by Shubham Rathore: Update README.md file according to README.md template by
* fixes issue #3335057 by Sonal Gyanani: core_version_requirement not recognized before 8.7.7

iframe 8.x-2.18

Bug fixes
New features

Fixes #3294381 title attribute for accessibility,
Fixes #3305290 for drupal-10-compatibility,
Fixes #3285097 update hook to support units on width/height

iframe 8.x-1.26

Bug fixes
New features
Unsupported

Update to 1.x branch
* backport "headerlevel" from 8.x-2.x
* compatibility for druapl-10

iframe 8.x-2.16

New features

Issue #3265030: Header Level of Title
ATTENTION: Please run "update.php" for db adding a new column for "header level"

iframe 8.x-2.15

Bug fixes

Issue #3240069 by Nicolas S.: Width/Height required when url field is required; and STS reorder settings widget-settings -> field-settings -> default-settings

iframe 8.x-1.25

Bug fixes
Unsupported

d9 compatible via rector
Issue #3231451 by neffets: Drupal 9 compatibility
Issue #3232704 by oksana-c: iFrame Title value is not rendered

iframe 8.x-2.14

Bug fixes

Issue #3253300: Allow full screen not working
first step to support feeds mapper, Issue #3190030
Issue #3250544 by olivierh65: Token not taken into account when validating the URL
Issue #3250544 - change other validate functions to to class-specific validate

iframe 8.x-2.12

Bug fixes

Compatibility Fixes for drupal 9, twig usage and minimal support for usage in the pargraphs-module (validation)

* Issue #3231223 by Luca Lusso: Form validations doesn't work when the field is on a paragraph
* Issue #3231451 by neffets: Drupal 9 compatibility, show TWIG template
* Issue #3231451 by neffets: Drupal 9 compatibility (upgrade-status and rector)

iframe 8.x-2.11

Bug fixes

fixes #3216287 schema/iframe;
fixes #3164593 token-support in url

iframe 8.x-1.24

Bug fixes
Unsupported

fixes #3216287 schema/iframe;
fixes #3164593 token-support in url

iframe 8.x-2.10

Bug fixes

* Fixes Issue #3204981 by jibran: Update config schema, ADD test for IframeSchema
* Fixes Issue #3204136 by itamair: Invalid URI Path in IframeDefaultFormatter unhandled exception

iframe 8.x-1.23

Bug fixes
Unsupported

* Fixes Issue #3204981 by jibran: Update config schema, ADD test for IframeSchema
* Fixes Issue #3204136 by itamair: Invalid URI Path in IframeDefaultFormatter unhandled exception

iframe 8.x-2.9

Bug fixes

* fix issue #3198784 allow-attribute,
* fix issue #3199001 config schema

iframe 8.x-1.22

Bug fixes
Unsupported

* fix issue #3198784 allow-attribute,
* fix issue #3199001 config schema

iframe 7.x-1.14

Bug fixes
Unsupported

* fix issue #3198784 allow-attribute,
* fix issue #3199001 config schema

iframe 7.x-1.13

Bug fixes
Unsupported

changes from last year ; fix for html5-attributes of iframe, supporting allow fullscrenn

iframe 8.x-2.8

Bug fixes

Fixed issue #3136664 by FatherShawn: Cannot set default field values (e.g. url, title, width, or height)

iframe 8.x-1.21

Bug fixes
Unsupported

Fixed issue #3136664 by FatherShawn: Cannot set default field values (e.g. url, title, width, or height)

iframe 8.x-2.7

Bug fixes

Fixes for rendering and syntax

* Issue #3133359 by agoradesign: Render array sent to Markup::create in IframeOnlyFormatter.php
* Issue #3133359: Render array not cacheable with tokensupport
* fix devel_dump
* fixes Issue #3136739 by Phil Wolstenholme: Field widget help text displays twice
* Issue #3134596 by aluzzardi: Warning: strstr() expects at least 2 parameters
* Issue #3133949 by gabe.connolly: Duplicate iframe ids on content with more than one iframe
* fixes Issue #2973312 by michaelmol: Support for relative urls

iframe 8.x-1.20

Bug fixes
Unsupported

Fixes for rendering and syntax

* take back last commit, leave only cache=0 for tokensupport
* Issue #3133359 by agoradesign: Render array sent to Markup::create in IframeOnlyFormatter.php
* fix devel_dump
* fixes Issue #3136739 by Phil Wolstenholme: Field widget help text displays twice
* Issue #3134596 by aluzzardi: Warning: strstr() expects at least 2 parameters
* Issue #3133949 by gabe.connolly: Duplicate iframe ids on content with more than one iframe
* fixes Issue #2973312 by michaelmol: Support for relative urls

iframe 8.x-2.6

Bug fixes

bug fixed Issue #3129802 by natew: Undefined index errors throughout

iframe 8.x-1.19

Bug fixes
Unsupported

bug fixed Issue #3129802 by natew: Undefined index errors throughout

iframe 8.x-2.5

Bug fixes

phpcs-changes; and bugfix for undefined setting

iframe 8.x-1.18

Bug fixes
Unsupported

phpcs-changes; and bugfix for undefined setting

iframe 8.x-1.17

Bug fixes
Unsupported

fixed hook_uninstall and helptext now visible

iframe 8.x-2.4

Bug fixes
New features

fixed hook_uninstall and helptext now visible

iframe 8.x-1.15

Bug fixes
Unsupported

_DONT USE_
Bugfix for Issue #3128522: Uninstall failed on Iframe 8.x-1.14
Bugfix for Issue #3128355: undefined variable

iframe 8.x-2.2

Bug fixes

_DONT USE_
Bug fixed Issue #3128284: Can't uninstall with Drush pmu, see also Issue #3128522

iframe 8.x-2.0

Bug fixes
New features

First official twig-branch release.
It uses now twig template for rendering. (Produces same markup as the old-style markup-function from the 8.x-1.x branch)

Issue #3099249: New Twig template
Issue #2852581 by neffets: Default values for fields of type iframe are not saved, transfer from the 8-1 branch

iframe 8.x-1.14

Bug fixes
Unsupported

last step before switching to twig branch 2.x

iframe 8.x-1.13

Bug fixes
Unsupported

Fixes:
Issue #2852581 by neffets: Default values for fields of type "iframe" are not saved
Issue #3125512 by Maithri Shetty: Phpcs coding standard
Issue #3125496 by Maithri Shetty: Deprecated methods removed
Issue #3071040, Issue #2926688, Issue #3050971, Issue #3100529 - render eated style attribute, now in standalone style block, so that it is overwritable per normal css

iframe 8.x-1.12

Bug fixes
Unsupported

Fixed #3091781 by mparker17: SQLstate column not found error after updating - allowfullscreen column
Do db-upgrade!

iframe 8.x-1.11

Bug fixes
Unsupported

Rollback release

The 1.10 tag-release was to early und a lot of bugs appeared, because the twig template did not match all display-variants.

I decided to go back to 1.9 and some bugfixes only - this is now the stable 8.x-1.x branch (currently recomended branch).

The twig-template development will be made and tested in the new 8.x-2.x devel branch

iframe 8.x-1.10

Bug fixes
Unsupported

maintenance release, twig template for iframe

iframe 7.x-1.12

Bug fixes
New features
Unsupported

Issue #2775109: Feeds integration: mapper, initial support title and url
Issue #2987480 fixed bug from Issue #2903382

iframe 7.x-1.11

Bug fixes
Unsupported

Issue #2903382: bugfix for using field-defaults from field-settings (fixed css-issue) AND Include an id on the iframe

iframe 7.x-1.10

Bug fixes
Unsupported

Fixed Issue #2889582: Hashtag causes invalid url
Fixed Issue #2962342 by frjo: Undefined index: #description in iframe_field_widget_form line 712
Fixed Issue #2960354 by fdverwoerd: Default iframe width value is not rendered properly on node edit form

iframe 7.x-1.9

Bug fixes
Unsupported

Issue #2942050 by jenlampton: PHP fatal during update: call to undefined iframe_field_info
backported #2944309 by Daniel Korte: Grammar, spelling
Issue #2888623 by osopolar: Backport use of percentage for iframe width to Drupal 7
Issue #2768819: Shows redundant URL= and SRC= in code

Pages

Subscribe with RSS Subscribe to Releases for Iframe