Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 10, 2022
2 parents ecd100a + 592f790 commit 7f9024f
Show file tree
Hide file tree
Showing 21 changed files with 406 additions and 291 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [2.0.1] - 2022-01-10
### Changed
- Updated `pronamic/wp-number` library to version `1.1.0`.

## [2.0.0] - 2021-08-05
### Changed
- Use `pronamic/wp-number` library.
Expand Down Expand Up @@ -65,7 +69,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## 1.0.0
- First release.

[unreleased]: https://github.com/pronamic/wp-money/compare/2.0.0...HEAD
[unreleased]: https://github.com/pronamic/wp-money/compare/2.0.1...HEAD
[2.0.1]: https://github.com/pronamic/wp-money/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/pronamic/wp-money/compare/1.2.6...2.0.0
[1.2.6]: https://github.com/pronamic/wp-money/compare/1.2.5...1.2.6
[1.2.5]: https://github.com/pronamic/wp-money/compare/1.2.4...1.2.5
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ add_filter( 'pronamic_money_default_format', 'prefix_pronamic_money_default_form
* https://git.tibidono.com/package/money-datatype/blob/0.1.13/src/Money/TaxedMoney.php
* https://frontstuff.io/how-to-handle-monetary-values-in-javascript
* https://github.com/sarahdayan/dinero.js

[![Pronamic - Work with us](https://github.com/pronamic/brand-resources/blob/main/banners/pronamic-work-with-us-leaderboard-728x90%404x.png)](https://www.pronamic.eu/contact/)
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.6.20",
"pronamic/wp-number": "^1.0"
"pronamic/wp-number": "^1.1"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
Expand All @@ -31,7 +31,8 @@
"pronamic/wp-coding-standards": "^1.0",
"roots/wordpress": "^5.8",
"vlucas/phpdotenv": "^2.0",
"wp-phpunit/wp-phpunit": "^5.8"
"wp-phpunit/wp-phpunit": "^5.8",
"yoast/phpunit-polyfills": "^1.0"
},
"scripts": {
"ci": [
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-money",
"version": "2.0.0",
"version": "2.0.1",
"description": "WordPress Money library.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pronamic-money.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-money/
* Description: WordPress Money library.
*
* Version: 2.0.0
* Version: 2.0.1
* Requires at least: 4.7
*
* Author: Pronamic
Expand All @@ -18,7 +18,7 @@
* GitHub URI: https://github.com/pronamic/wp-money
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand Down
2 changes: 1 addition & 1 deletion resources/currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currencies
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currencies
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currency
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Money.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Money
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Parser
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion src/TaxedMoney.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Taxed Money
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Bootstrap tests
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/phpstan/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Definitions for PHPStan.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/CurrenciesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currencies Test
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/CurrencyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Currency Test
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/MoneyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Money
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Parser
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/TaxedMoneyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Taxed Money Test
*
* @author Pronamic <[email protected]>
* @copyright 2005-2021 Pronamic
* @copyright 2005-2022 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Money
*/
Expand Down
36 changes: 18 additions & 18 deletions vendor-bin/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7f9024f

Please sign in to comment.