Skip to content

Commit ae4b9d1

Browse files
committed
v2.3.0
1 parent 1951851 commit ae4b9d1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
77
## [Unreleased][unreleased]
88
-
99

10+
## [2.3.0] - 2023-03-21
11+
12+
### Commits
13+
14+
- Set Composer type to "wordpress-plugin". ([1951851](https://github.com/pronamic/wp-money/commit/19518518e55f18f22b484bde57e042da83c7a0af))
15+
- Added `negative` function. ([69f7343](https://github.com/pronamic/wp-money/commit/69f73439f1488108614d6737cc5703fdb25a68f3))
16+
- Use `Yoast/PHPUnit-Polyfills`. ([f100606](https://github.com/pronamic/wp-money/commit/f1006062f967856dfb52d296999fdbf76a0aeac7))
17+
- Created .gitattributes ([dc50445](https://github.com/pronamic/wp-money/commit/dc50445c58349e483d27a52755a6944afd650da4))
18+
19+
### Composer
20+
21+
- Changed `pronamic/wp-number` from `^1.2` to `v1.3.0`.
22+
Release notes: https://github.com/pronamic/wp-number/releases/tag/v1.3.0
23+
24+
Full set of changes: [`2.2.1...2.3.0`][2.3.0]
25+
26+
[2.3.0]: https://github.com/pronamic/wp-money/compare/v2.2.1...v2.3.0
27+
1028
## [2.2.1] - 2023-01-31
1129
### Composer
1230

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-money",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "WordPress Money library.",
55
"repository": {
66
"type": "git",

pronamic-money.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-money/
55
* Description: WordPress Money library.
66
*
7-
* Version: 2.2.1
7+
* Version: 2.3.0
88
* Requires at least: 4.7
99
* Requires PHP: 7.4
1010
*

0 commit comments

Comments
 (0)