Skip to content

Commit 8c1387b

Browse files
committed
v1.0.1
1 parent e6b2354 commit 8c1387b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2024-05-15
11+
12+
### Composer
13+
14+
- Changed `automattic/jetpack-autoloader` from `v2.12.0` to `v3.0.7`.
15+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.0.7
16+
- Changed `pronamic/pronamic-wp-updater` from `v1.0.0` to `v1.0.2`.
17+
Release notes: https://github.com/pronamic/pronamic-wp-updater/releases/tag/v1.0.2
18+
19+
Full set of changes: [`1.0.0...1.0.1`][1.0.1]
20+
21+
[1.0.1]: https://github.com/pronamic/pronamic-mollie-user-agent/compare/v1.0.0...v1.0.1
22+
1023
## [1.0.0] - 2023-06-30
1124

1225
- First release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pronamic/pronamic-mollie-user-agent",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "This WordPress plugin sets a specific user agent string for all HTTP API requests to Mollie for the partnership with Pronamic.",
55
"keywords": [
66
"pronamic",

pronamic-mollie-user-agent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Pronamic Mollie User Agent
1111
* Plugin URI: https://wp.pronamic.directory/plugins/pronamic-mollie-user-agent/
1212
* Description: This WordPress plugin sets a specific user agent string for all HTTP API requests to Mollie for the partnership with Pronamic.
13-
* Version: 1.0.0
13+
* Version: 1.0.1
1414
* Requires at least: 6.1
1515
* Requires PHP: 8.0
1616
* Author: Pronamic

0 commit comments

Comments
 (0)