Skip to content

Commit

Permalink
Updated to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 27, 2019
1 parent b31760f commit 1b0bedf
Show file tree
Hide file tree
Showing 16 changed files with 178 additions and 195 deletions.
4 changes: 4 additions & 0 deletions 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]
-

## [1.2.1] - 2019-03-27
- Added `get_minor_units` method based on decimals of currency.
- Updated copyright to 2005-2019 Pronamic.

## [1.2.0] - 2018-12-10
- Added a `get_cents` method.
- Introduced a TaxedMoney class.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"phpcompatibility/phpcompatibility-wp": "^2.0",
"phpmd/phpmd": "^2.4",
"phpunit/phpunit": "^4.8",
"roots/wordpress": "^5.0",
"roots/wordpress": "^5.1",
"squizlabs/php_codesniffer": "^2.9",
"vlucas/phpdotenv": "^2.0",
"wp-coding-standards/wpcs": "^1.2",
"wp-phpunit/wp-phpunit": "^5.0"
"wp-phpunit/wp-phpunit": "^5.1"
},
"scripts": {
"coveralls": "vendor/bin/coveralls -v",
Expand Down
46 changes: 24 additions & 22 deletions composer.lock

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

Binary file modified languages/pronamic-money-nl_NL.mo
Binary file not shown.
10 changes: 5 additions & 5 deletions languages/pronamic-money-nl_NL.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
msgid ""
msgstr ""
"Project-Id-Version: Pronamic Money 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pronamic-money\n"
"POT-Creation-Date: 2018-08-16 09:55:50+00:00\n"
"PO-Revision-Date: 2018-08-16 11:56+0100\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-money\n"
"POT-Creation-Date: 2019-03-27 15:35:10+00:00\n"
"PO-Revision-Date: 2019-03-27 16:35+0100\n"
"Last-Translator: Remco Tolsma <[email protected]>\n"
"Language-Team: Pronamic <[email protected]>\n"
"Language: nl_NL\n"
Expand Down Expand Up @@ -36,8 +36,8 @@ msgstr "Pronamic"
msgid "https://www.pronamic.eu/"
msgstr "https://www.pronamic.nl/"

#. translators: 1: currency symbol, 2: amount, 3: currency code, note: use
#. non-breaking space!
#. translators: 1: currency symbol, 2: amount value, 3: currency code, note:
#. use non-breaking space!
#: src/Money.php:53
msgctxt "money format"
msgid "%1$s%2$s %3$s"
Expand Down
16 changes: 8 additions & 8 deletions languages/pronamic-money.pot
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Copyright (C) 2018 Pronamic
# Copyright (C) 2019 Pronamic
# This file is distributed under the GPL-3.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Pronamic Money 1.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pronamic-money\n"
"POT-Creation-Date: 2018-08-16 09:55:50+00:00\n"
"Project-Id-Version: Pronamic Money 1.2.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-money\n"
"POT-Creation-Date: 2019-03-27 15:35:10+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: grunt-wp-i18n1.0.2\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"

#. Plugin Name of the plugin/theme
msgid "Pronamic Money"
Expand All @@ -34,8 +34,8 @@ msgid "https://www.pronamic.eu/"
msgstr ""

#: src/Money.php:53
#. translators: 1: currency symbol, 2: amount, 3: currency code, note: use
#. non-breaking space!
#. translators: 1: currency symbol, 2: amount value, 3: currency code, note:
#. use non-breaking space!
msgctxt "money format"
msgid "%1$s%2$s %3$s"
msgstr ""
Loading

0 comments on commit 1b0bedf

Please sign in to comment.