Skip to content

Releases: wpreadme2markdown/wp-readme-to-markdown

6.0.0

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 30 Jun 23:53
  • BREAKING CHANGE: new signature for \WPReadme2Markdown\Converter::convert()
    • skipScreenshots skip the screenshot section entirely (default)
    • imageExtension
      • if imageCheck === true the only extension to check
      • if imageCheck === false the extension to be used for screenshot urls
    • imageCheck: moved to be the 5th parameter, default changed to false

5.0.0

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 12 Jun 17:18

Last release before retirement

  • Drop strict dependency on Guzzle
  • Types everywhere
  • Require PHP 8.0

4.1.1

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 16 Dec 19:52

4.1.0

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 10 Dec 09:25
  • Added an option to skip the image check #32
    (by @LC43)

4.0.3

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 05 Feb 07:27
  • Fixed first header not being converted since 4.0.2

4.0.2

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 05 Feb 07:03
  • Fixed equal sign becoming a header when not in the beginning of the line [#28]
    (by @msaari, @evrpress)

4.0.1

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 19 Jul 09:03
  • Fixed crash when plugin slug is null

4.0.0

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 19 Jul 07:49
  • Dropped support for PHP earlier than 7.2
  • Fixed screenshot discovery [#27]

3.1.0

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 07 Aug 00:44
  • Normalized and upgraded generated markdown

3.0.1

Choose a tag to compare

@sunchaserinfo sunchaserinfo released this 24 Nov 20:37
8066915

Support for new "Requires PHP" header [#25]