Skip to content

Releases: pronamic/wp-pronamic-client

2.0.3

02 Oct 10:52
Compare
Choose a tag to compare

What's Changed

Commits

  • Switch to override_load_textdomain filter instead of plugin_locale filter. (60c621b)
  • Added $admin_notices property. (2d152ba)
  • Tested up to: 6.6 (013ba16)

Composer

Full set of changes: 2.0.2...2.0.3

2.0.2

15 May 12:27
Compare
Choose a tag to compare

Commits

  • Tested up to: 6.5. (98df5b7)
  • Removed virus scanner, no longer used. (3c44fe2)
  • Added support for SQLite. (b0f3968)
  • Updated Adminder to full version with SQLite support. (eddf9b8)

Composer

Full set of changes: 2.0.1...2.0.2

2.0.1

29 Feb 09:36
Compare
Choose a tag to compare

Commits

  • Bump composer/composer from 2.2.22 to 2.2.23 (456bc4d)

Full set of changes: 2.0.0...2.0.1

2.0.0

29 Nov 10:47
Compare
Choose a tag to compare

Commits

  • Use str_start_with, WordPress has polyfill. (035d940)
  • Added the new Mollie user agent library. (666d48b)
  • Use the new Pronamic updater library. (32b5ad0)
  • ncu (86ea0b1)
  • Use Jetpack autoloader. (962d77a)
  • Fixed PHP warnings about dynamic properties. (e85404d)

Composer

  • Added php >=8.0.
  • Added automattic/jetpack-autoloader ^2.12.
  • Added pronamic/pronamic-mollie-user-agent ^1.0.
  • Added pronamic/pronamic-wp-updater ^1.0.

Full set of changes: 1.9.8...2.0.0

1.9.8

21 Aug 08:26
9b69579
Compare
Choose a tag to compare
  • Update feed URLs.
  • Also override on SEO tools page.

1.9.7

13 Oct 09:05
Compare
Choose a tag to compare
  • Improved support with SiteGround Security plugin.
  • Query Monitor plugin locale is forced to 'en_US'.

1.9.6

14 Jul 08:39
Compare
Choose a tag to compare
  • Tested up to WordPress 6.0.
  • Improved the readme.txt file.

1.9.5

14 Jul 08:29
Compare
Choose a tag to compare
  • Removed the 'Links' section from the readme.txt file.

1.9.4

28 Jan 13:34
Compare
Choose a tag to compare
  • Also override XMLHttpRequest.prototype.open on SEO workouts screen.

1.9.3

14 Jan 14:16
Compare
Choose a tag to compare
  • Check if URL startsWith with specific URL, instead of URL( url ).host for relative URLs support.