Skip to content

Releases: ezsystems/ezplatform-xmltext-fieldtype

2.0.0

10 Apr 11:42
d0a83c0
Compare
Choose a tag to compare

This release has the exact same features as v1.9.2, however thanks to work from @emodric, @alongosz and @SerheyDolgushev this version is compatible with eZ Platform v3.

❗ 2.x version of this field type is only supported for migration use from XmlText to RichText, so it's possible to migrate XmlText content directly from ez Publish 4.x/5.x to eZ Platform v3.

Fixes for v3 compatibility

  • Initial work to get working on eZ Platform v3 (#104)
  • Replace deprecated field type tags (#105)
  • Remove class parameters (#106)
  • Added exit status codes to all commands (Symfony 5 requirement) (#116)
  • Upgraded package to be compatible with eZ Platform v3.0 stable (#119

1.9.2

10 Apr 08:56
v1.9.2
Compare
Choose a tag to compare

Fixes

  • EZP-31474 - fix embed anchor link converting to richtext (#115)
  • Fix extracting text on PHP 7.3.16 (2dfaa7f)

1.9.1

18 Dec 13:33
Compare
Choose a tag to compare

Fixes

  • EZP-30507: Strict possible values for align attribute (#96)
  • EZEE-1871: Solr cannot index string field which is too large (48b252a)
  • Ensure elements contains child (#113)

Misc

  • Update README.md (b331cdc)
  • Add changes from master: update CS, improve package constraints & travis (e41b60a, 71ae0d6)
  • Enabled testing of PRs on travis (#99)
  • [Github] Add pull request template (d3d9379)
  • [Travis] Add swap to avoid hitting memory issues (#108)
  • [Travis] Set dist to trusty (#109)

1.8.3

18 Dec 13:31
Compare
Choose a tag to compare

Fixes

  • EZP-30507: Strict possible values for align attribute (#96)
  • EZEE-1871: Solr cannot index string field which is too large (48b252a)
  • Ensure elements contains child (#113)

Misc

  • Add changes from master: update CS, improve package constraints & travis (e41b60a, 71ae0d6)
  • Enabled testing of PRs on travis (#99)
  • [Github] Add pull request template (d3d9379)
  • [Travis] Add swap to avoid hitting memory issues (#108)
  • [Travis] Set dist to trusty (#109)

1.9.0

30 Apr 13:21
033704a
Compare
Choose a tag to compare

⚠️ This new feature release requires eZ Platform v2.5.1+ (and PHP 7.1) ⚠️

Features

  • Injected RichText Validator from DIC into RichText Converter (#91)
  • Handled custom attributes when converting XmlText to RichText (#92)
    • Remove warnings for inline custom tags (#93)
    • Fix test regression from 93 (98aad08)

🎉 Custom attribute feature have been contributed by @SerheyDolgushev & Contextual Code 🎉

Misc

  • [Composer] Bump master to 1.9 for incoming richtext bundle requirement (cb3c232)
  • Update composer dependencies & Travis.yml for 2.5+ usage (a7a2dd3)
    • Adds testing across PHP 7.1-7.3
    • [Travis] Re-add test using full db on sqlite (6913ad4)
    • [Composer] Add alias for running tests (429b682)
  • Move to php-cs-fixer 2.14.2 for PHP 7.3 compat & improved CS (0df293d)
  • [Tests] Add more debug on failure for methodCallCountConstraint added (bb3204c)

1.8.2

10 Dec 15:09
Compare
Choose a tag to compare

⚠️ 1.8.x requires ezpublish-kernel to 6.13.6 / 7.2.5 or higher for literal conversion support to Richtext ⚠️

Changes since 1.8.1

  • EZP-29846: ezxmltext -> ricktext conversion: Conversion tool skips some ezxmltext rows (#88)
  • EZP-29331: Custom Tags added in Legacy Bridge gets rendered inside paragraph in the new stack (#89)
  • EZP-29843: avoid double anchor in links (#87)

v1.7.3

10 Dec 15:09
Compare
Choose a tag to compare

Changes since 1.7.2

  • EZP-29846: ezxmltext -> ricktext conversion: Conversion tool skips some ezxmltext rows (#88)
  • EZP-29331: Custom Tags added in Legacy Bridge gets rendered inside paragraph in the new stack (#89)
  • EZP-29843: avoid double anchor in links (#87)

1.8.1

26 Oct 09:44
Compare
Choose a tag to compare

⚠️ 1.8.x requires ezpublish-kernel to 6.13.6 / 7.2.5 or higher for literal conversion support to Richtext ⚠️

Internals

  • DB gateway (#81)

Fixes / Improvements

  • Added support for linkable embeds in xhtml output (#85)
  • UI improvements (#82)

1.7.2

26 Oct 09:37
d111132
Compare
Choose a tag to compare

Internals

  • DB gateway (#81)

Fixes / Improvements

  • UI improvements (#82)

1.7.1

26 Oct 08:00
53fbc5e
Compare
Choose a tag to compare

Fixes

  • Added support for linkable embeds in xhtml output (#85)