Skip to content

Commit e1234ed

Browse files
committed
Release 10.0.0
Promote release candidate to final 10.0.0. Update version strings across plugin files (pronamic-ideal.php, package.json, package-lock.json, readme.txt), adjust changelog headings and comparison links, and update the translations POT header and creation date.
1 parent 35ed7aa commit e1234ed

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
88

99
<!-- Start changelog -->
1010

11-
## [10.0.0-rc.1] - 2026-03-24
11+
## [10.0.0] - 2026-04-01
1212

1313
### Added
1414

@@ -32,9 +32,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
3232
- Changed `wp-pay/core` from `v4.30.0` to `v4.32.0`.
3333
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.32.0
3434

35-
Full set of changes: [`9.20.0...10.0.0-rc.1`][10.0.0-rc.1]
35+
Full set of changes: [`9.20.0...10.0.0`][10.0.0]
3636

37-
[10.0.0-rc.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.20.0...v10.0.0-rc.1
37+
[10.0.0]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.20.0...v10.0.0
3838

3939
## [9.20.0] - 2026-01-27
4040

languages/pronamic-ideal.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL-2.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Pronamic Pay 10.0.0-rc.1\n"
5+
"Project-Id-Version: Pronamic Pay 10.0.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pronamic-ideal\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2026-03-24T15:36:04+00:00\n"
12+
"POT-Creation-Date: 2026-04-01T13:10:45+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: pronamic-ideal\n"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pronamic-pay",
3-
"version": "10.0.0-rc.1",
3+
"version": "10.0.0",
44
"description": "The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.",
55
"author": {
66
"name": "Pronamic",

pronamic-ideal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay/
55
* Description: The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.
66
*
7-
* Version: 10.0.0-rc.1
7+
* Version: 10.0.0
88
* Requires at least: 5.9
99
* Requires PHP: 8.2
1010
*

readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://www.pronamic.eu/donate/?for=wp-plugin-pronamic-pay&source=w
55
Requires at least: 5.9
66
Tested up to: 6.8
77
Requires PHP: 8.2
8-
Stable tag: 10.0.0-rc.1
8+
Stable tag: 10.0.0
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -100,7 +100,7 @@ Automatic updates should work like a charm; as always though, ensure you backup
100100

101101
<!-- Start changelog -->
102102

103-
### [10.0.0-rc.1] - 2026-03-24
103+
### [10.0.0] - 2026-04-01
104104

105105
#### Added
106106

@@ -124,9 +124,9 @@ Automatic updates should work like a charm; as always though, ensure you backup
124124
- Changed `wp-pay/core` from `v4.30.0` to `v4.32.0`.
125125
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.32.0
126126

127-
Full set of changes: [`9.20.0...10.0.0-rc.1`][10.0.0-rc.1]
127+
Full set of changes: [`9.20.0...10.0.0`][10.0.0]
128128

129-
[10.0.0-rc.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.20.0...v10.0.0-rc.1
129+
[10.0.0]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.20.0...v10.0.0
130130

131131
### [9.20.0] - 2026-01-27
132132

0 commit comments

Comments
 (0)