Releases: pronamic/wp-pronamic-client
Releases · pronamic/wp-pronamic-client
2.0.3
What's Changed
Commits
- Switch to
override_load_textdomain
filter instead ofplugin_locale
filter. (60c621b) - Added
$admin_notices
property. (2d152ba) - Tested up to: 6.6 (013ba16)
Composer
- Changed
automattic/jetpack-autoloader
fromv3.0.7
tov3.1.0
.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.0
Full set of changes: 2.0.2...2.0.3
2.0.2
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
- Changed
automattic/jetpack-autoloader
fromv2.12.0
tov3.0.7
.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.0.7 - Changed
pronamic/pronamic-mollie-user-agent
fromv1.0.0
tov1.0.1
.
Release notes: https://github.com/pronamic/pronamic-mollie-user-agent/releases/tag/v1.0.1 - Changed
pronamic/pronamic-wp-updater
fromv1.0.0
tov1.0.2
.
Release notes: https://github.com/pronamic/pronamic-wp-updater/releases/tag/v1.0.2
Full set of changes: 2.0.1...2.0.2
2.0.1
2.0.0
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
1.9.7
- Improved support with SiteGround Security plugin.
- Query Monitor plugin locale is forced to 'en_US'.
1.9.6
- Tested up to WordPress
6.0
. - Improved the
readme.txt
file.
1.9.5
- Removed the 'Links' section from the
readme.txt
file.
1.9.4
- Also override
XMLHttpRequest.prototype.open
on SEO workouts screen.
1.9.3
- Check if URL startsWith with specific URL, instead of
URL( url ).host
for relative URLs support.