Skip to content

Commit 8eb557a

Browse files
authored
Merge pull request #189 from maxmind/greg/eng-1066
Release 3.2.0
2 parents 4eb738b + 851215c commit 8eb557a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
3.2.0
4+
3.2.0 (2025-02-10)
55
------------------
66

77
* Added `epayco` to the payment processor validation.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MaxMind minFraud Factors, Insights, Score PHP API #
1+
# MaxMind minFraud PHP API #
22

33
## Description ##
44

@@ -347,6 +347,6 @@ This API uses [Semantic Versioning](https://semver.org/).
347347

348348
## Copyright and License ##
349349

350-
This software is Copyright (c) 2015-2024 by MaxMind, Inc.
350+
This software is Copyright (c) 2015-2025 by MaxMind, Inc.
351351

352352
This is free software, licensed under the Apache License, Version 2.0.

dev-bin/release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ if [ -n "$(git status --porcelain)" ]; then
9494
fi
9595

9696
# Using Composer is possible, but they don't recommend it.
97-
phpdocumentor_phar_hash='9760ac280a10041928a8743354f68692c22f14cd5d05135dfc15e11d3b3c25ea phpDocumentor.phar'
97+
phpdocumentor_phar_hash='68e860b191799efdd7582b2b5fb738ea4dd743bb0476257608f0b22155d155f3 phpDocumentor.phar'
9898

9999
if ! echo "$phpdocumentor_phar_hash" | sha256sum -c; then
100-
wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar
100+
wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.6.0/phpDocumentor.phar
101101
fi
102102

103103
echo "$phpdocumentor_phar_hash" | sha256sum -c
@@ -124,7 +124,7 @@ page=index.md
124124
cat <<EOF > $page
125125
---
126126
layout: default
127-
title: minFraud Score and Insights PHP API
127+
title: minFraud PHP API
128128
language: php
129129
version: $tag
130130
---

src/MinFraud/ServiceClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
abstract class ServiceClient
1111
{
12-
public const VERSION = 'v3.2.0-beta.2';
12+
public const VERSION = 'v3.2.0';
1313

1414
/**
1515
* @var Client

0 commit comments

Comments
 (0)