Sebastian Kaim

Results 12 comments of Sebastian Kaim

The PR is merged now. I'll keep this issue open for tracking purposes until the new version is released :)

Hi, basically, you need to get all links and iteratively resolve them. I can create a code snippet that does this, if you'd like. As of now, the library is...

Hey @dbebawy-modus , unfortunately, we can't add this attributes or the return type until we deprecate support of PHP7, which we can't do until at least extended support for it...

Unfortunately, the mixed return type is only available starting with PHP 8: https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.mixed . Using bool and void is possible, though.

Released with [v7.0.0](https://github.com/contentful/contentful.php/releases/tag/v7.0.0) :)

Merging this PR as-is would change the behavior of the library significantly; therefore we can't easily merge it. We're currently working on a way to allow rendering entries with invalid...

@Seppo-Konttinen-Solteq There's unfortunately still a blocker in releasing the updated version for `rich-text`. As soon as this is resolved, I'll immediately publish a new version.

This is now finally fixed with [v7.0.0](https://github.com/contentful/contentful.php/releases/tag/v7.0.0) :) @Seppo-Konttinen-Solteq @NeilMasters @dbebawy-modus

Hi @auredeco , this sounds like an Issue with the core library. I'll try to reproduce it there and get back to you.

Hi @auredeco , so far I've failed to reproduce this locally - the cache updates fine, even when not clearing beforehand. I've tried both updating a normal text field as...