Skip to content

Commit

Permalink
v4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 19, 2024
1 parent bd197f4 commit 81074d3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [4.20.0] - 2024-06-19

### Removed

- Removed the `images/dist/wp-pay.ico` file, no longer allowed in the WordPress.org plugin directory.
- Removed the `images/dist/app.icns` file, no longer allowed in the WordPress.org plugin directory.
- Removed the `images/dist/wp-pay.icns` file, no longer allowed in the WordPress.org plugin directory.
- Removed the `images/dist/app.ico` file, no longer allowed in the WordPress.org plugin directory.
- Removed the admin reports feature, has been moved to its own repository in https://github.com/pronamic/pronamic-pay-admin-reports.

### Changed

- Use the `wp_add_inline_script( … )` function for some inline `<script>` elements in the WordPress admin interface.
- Moved some CSS definition in inline `<style>` elements to CSS files.

Full set of changes: [`4.19.0...4.20.0`][4.20.0]

[4.20.0]: https://github.com/pronamic/wp-pay-core/compare/v4.19.0...v4.20.0

## [4.19.0] - 2024-06-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wp-pay/core",
"version": "4.19.0",
"version": "4.20.0",
"description": "Core components for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0
* Version: 4.20.0
* Requires at least: 5.9
* Requires PHP: 8.0
*
Expand Down

0 comments on commit 81074d3

Please sign in to comment.