Skip to content

Releases: pfefferle/wordpress-webfinger

4.0.1

16 Dec 11:02
c8ea32a

Choose a tag to compare

What's Changed

  • Fix filter_by_rel to handle WP_Error objects by @pfefferle in #51

Full Changelog: 4.0.0...4.0.1

4.0.0

09 Dec 10:43
eaab4d7

Choose a tag to compare

What's Changed

  • Bump squizlabs/php_codesniffer from 3.7.2 to 3.8.0 by @dependabot[bot] in #34
  • Bump squizlabs/php_codesniffer from 3.8.0 to 3.8.1 by @dependabot[bot] in #35
  • Bump squizlabs/php_codesniffer from 3.8.1 to 3.9.0 by @dependabot[bot] in #36
  • Bump wp-coding-standards/wpcs from 3.0.1 to 3.1.0 by @dependabot[bot] in #37
  • Bump squizlabs/php_codesniffer from 3.9.0 to 3.9.1 by @dependabot[bot] in #38
  • Bump squizlabs/php_codesniffer from 3.9.1 to 3.9.2 by @dependabot[bot] in #39
  • Bump phpcompatibility/phpcompatibility-wp from 2.1.4 to 2.1.5 by @dependabot[bot] in #40
  • Bump squizlabs/php_codesniffer from 3.9.2 to 3.10.0 by @dependabot[bot] in #41
  • Bump composer/installers from 1.12.0 to 2.2.0 by @dependabot[bot] in #43
  • Bump composer/installers from 2.2.0 to 2.3.0 by @dependabot[bot] in #44
  • Bump squizlabs/php_codesniffer from 3.10.0 to 3.10.2 by @dependabot[bot] in #45
  • Bump squizlabs/php_codesniffer from 3.10.2 to 3.10.3 by @dependabot[bot] in #46
  • Bump squizlabs/php_codesniffer from 3.10.3 to 3.11.0 by @dependabot[bot] in #47
  • Bump squizlabs/php_codesniffer from 3.11.0 to 3.11.1 by @dependabot[bot] in #48
  • Bump squizlabs/php_codesniffer from 3.11.1 to 3.11.2 by @dependabot[bot] in #49
  • Refurbish by @pfefferle in #50

Full Changelog: 3.2.7...4.0.0

3.2.7

12 Nov 20:29

Choose a tag to compare

  • Added: better output escaping
  • Fixed: stricter queries

Full Changelog: 3.2.6...3.2.7

3.2.6

23 Oct 09:58

Choose a tag to compare

What's Changed

  • Bump composer/installers from 1.5.0 to 1.11.0 by @dependabot in #16
  • Bump composer/installers from 1.11.0 to 1.12.0 by @dependabot in #17
  • Bump squizlabs/php_codesniffer from 3.6.2 to 3.7.0 by @dependabot in #18
  • Bump squizlabs/php_codesniffer from 3.7.0 to 3.7.1 by @dependabot in #19
  • Bump phpcompatibility/phpcompatibility-wp from 2.1.3 to 2.1.4 by @dependabot in #20
  • Bump squizlabs/php_codesniffer from 3.7.1 to 3.7.2 by @dependabot in #25
  • Readme update by @alexmufatti in #21
  • Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0 by @dependabot in #22
  • Bump wp-coding-standards/wpcs from 2.3.0 to 3.0.1 by @dependabot in #32

New Contributors

Full Changelog: 3.2.5...3.2.6

3.2.5

05 May 19:20

Choose a tag to compare

  • fix typo

3.2.4

25 Jul 21:14

Choose a tag to compare

  • update requirements

3.2.3

03 Nov 17:29

Choose a tag to compare

  • fixed acct scheme for discovery

3.2.2

03 Nov 17:18

Choose a tag to compare

  • fixed typo (thanks @ivucica)
  • use acct as default scheme

3.2.1

09 Oct 20:32

Choose a tag to compare

  • make acct protocol optional

3.2.0

09 Oct 20:17

Choose a tag to compare

  • refactorings