From e83219ee1add324124fea8e448b4cfddf782f8ff Mon Sep 17 00:00:00 2001 From: fredsal Date: Tue, 22 Feb 2022 03:55:13 -0500 Subject: [PATCH] Readme versions and update gitattributes (#81) --- .gitattributes | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index e7e8bb2..9c48b03 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,5 +6,6 @@ /docs export-ignore /samples export-ignore /tests export-ignore +/.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore diff --git a/README.md b/README.md index 8e47fe4..ce6537e 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a ## Info -- Supported PHP: [5.4 - 8.0](https://travis-ci.org/pwnlabs/nusoap) -- Latest version: [0.9.10](https://github.com/pwnlabs/nusoap/releases/tag/v0.9.10) +- Supported PHP: [5.4 - 8.1](https://travis-ci.org/pwnlabs/nusoap) +- Latest version: [0.9.11](https://github.com/pwnlabs/nusoap/releases/tag/v0.9.11) - Dev version: [develop](https://github.com/pwnlabs/nusoap/tree/develop) - Official project: https://sourceforge.net/projects/nusoap/