From c892337bfd704ddae483fe5e51f79543bb8c0caf Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 15 May 2024 10:03:50 +0200 Subject: [PATCH] v4.17.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- pronamic-pay-core.php | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee14caad..87cf2007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] +## [4.17.0] - 2024-05-15 + +### Commits + +- Updated hooks.md ([c91f15f](https://github.com/pronamic/wp-pay-core/commit/c91f15f5c754b39daf4fdde406ebeb7f929dc138)) +- Updated to logos library v2, remove all PNG's, SVG only now. ([1cf0dee](https://github.com/pronamic/wp-pay-core/commit/1cf0dee16ef89e8d5f6b9345e24fec8050c70cfb)) +- Alway install not only in administrative interface pages. ([a4ec06e](https://github.com/pronamic/wp-pay-core/commit/a4ec06eadeb28c189bf4f06b5189651b944dced5)) + +### Composer + +- Added `automattic/jetpack-autoloader` `^3.0`. + +Full set of changes: [`4.16.0...4.17.0`][4.17.0] + +[4.17.0]: https://github.com/pronamic/wp-pay-core/compare/v4.16.0...v4.17.0 + ## [4.16.0] - 2024-03-26 ### Changed diff --git a/package.json b/package.json index a380991f..33ffc22a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wp-pay/core", - "version": "4.16.0", + "version": "4.17.0", "description": "Core components for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-core.php b/pronamic-pay-core.php index 45cf0756..8bdf2ae2 100644 --- a/pronamic-pay-core.php +++ b/pronamic-pay-core.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-core/ * Description: Core components for the WordPress payment processing library. * - * Version: 4.16.0 + * Version: 4.17.0 * Requires at least: 5.9 * Requires PHP: 8.0 *