- Require Django>=3.2,<5.0 and remove pytz dependency - Python 3.11 is supported, while older versions become unsupported (although they might still work)
1.5.0
- Send 3DS data when available (regardless whether the payment results in a token or not).
1.4.2
- Fix IPN confirmation response. - Added back GET method to IPN view as a no-op, since it is used for checking the endpoint by PayU.
1.4.1
- Added missing migrations.
1.4.0
- BREAKING: Require Python==3.7 and Django>=3.1,<3.3. Older versions are dropped. - BREAKING: Removed GET method from IPN view. It was probably unintended anyway.
1.3.0
- Added support for 3DS 2.0 ALU PayOnTime payments, while removing support for any other ALU payment type.