Skip to content

Releases: pronamic/wp-number

1.4.0

26 Nov 12:24
v1.4.0
29f8631

Choose a tag to compare

Commits

  • Added Number::is_whole_number() helper method. (a1833c8)
  • Added Number::format_i18n_non_trailing_zeros() method to format internationally without trailing zeros. (6e77ead)

Full set of changes: 1.3.3...1.4.0

1.3.3

17 Dec 12:49

Choose a tag to compare

Commits

1.3.2

07 Jun 11:50

Choose a tag to compare

Commits

1.3.1

15 May 13:35

Choose a tag to compare

Commits

  • Fixed "Deprecated: Calling ReflectionProperty::setValue() with a single argument is deprecated". (803e7d7)
  • Fixed "All output should be run through an escaping function". (754b9da)
  • Fixed "It is recommended not to use reserved keyword "string" as function parameter name. Found: $string". (a903388)
  • Fixed "It is recommended not to use reserved keyword "string" as function parameter name. Found: $string". (52a8a30)
  • Updated composer.json (70aa3de)

1.3.0

21 Mar 11:19

Choose a tag to compare

Commits

  • Set Composer type to "wordpress-plugin". (6383fcf)
  • Added negative function. (9cf872b)
  • Use Yoast/PHPUnit-Polyfills. (461fdd9)
  • Created .gitattributes (1627e69)

1.2.1

31 Jan 11:20

Choose a tag to compare

Composer

  • Changed php from >=8.0 to >=7.4.

1.2.0

19 Dec 15:08

Choose a tag to compare

  • Increased minimum PHP version to version 8 or higher.
  • Improved support for PHP 8.1 and 8.2.
  • Removed usage of deprecated constant FILTER_SANITIZE_STRING.

1.0.1

30 Sep 09:07

Choose a tag to compare

  • Added number parser.

1.0.0

02 Jul 12:30

Choose a tag to compare

Added

  • First release.