
# Changelog

## 1.2.3 | September 11, 2024

- Refactored to use `GP_Plugin` as the base PHP class.

## 1.2.2

- Added missing text domains to all strings.
- Added "Update URI" to plugin header to improve security.
- Added `$field` and `$form` variables as parameters to the `gppr_price_range_max` and `gppr_price_range_min` filters.

## 1.2.1

- Added [gppr_price_range_min](https://gravitywiz.com/documentation/gppr_price_range_min/) and [gppr_price_range_max](https://gravitywiz.com/documentation/gppr_price_range_max/) filters.

## 1.2

- Improved support for Gravity Forms 2.5. (#3)

## 1.1.1

- Added inline hook documentation for [gppr_validation_messages](https://gravitywiz.com/documentation/gppr_validation_messages/).
- Updated UI styling.
- Updated plugin author.
- Fixed an admin display issue for currencies with a decimal comma separator.

## 1.1

- Updated validation to process per field rather than in bulk. Fixes conflict with Gravity Flow.

## 1.0.4

    - Added 'gppr_validation_messages' filter to allow modifying the vadliation messages. See: https://gist.github.com/spivurno/0101cef16768da629ff24b8e1ab07891

## 1.0.3

    - Updated perk to use GP_Bootstrap.

## 1.0.1

    - Fixed issue where validation allowed zero to be entered a valid price even if minimum was greater than 0

## 1.0

    - Let the good times roll.