From e29e71d982f42cd123f6bcdc8478b2a8202bf4df Mon Sep 17 00:00:00 2001 From: dapphp Date: Fri, 29 May 2020 23:48:43 -0700 Subject: [PATCH] Bump version to 4.0.2 for next release --- CHANGES | 3 +++ README.md | 31 +++++++++++++++++-------------- README.txt | 13 ++++++++----- 3 files changed, 28 insertions(+), 19 deletions(-) diff --git a/CHANGES b/CHANGES index 278fa97..a91fcb8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ CHANGES +4.0.2 +- Merge changes from 3.6.8 + 4.0.1 - Increase captcha difficulty - Add setting "use_text_angles". Enable to select a random angle and step value and draw each character at an angle in a step like fashion diff --git a/README.md b/README.md index a26bac4..b345517 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,35 @@ -## Name: +## Name **Securimage** - A PHP class for creating captcha images and audio with many options. -## Version: +## Version -**3.6.7** +**4.0.2** -## Author: +## Project Status -Drew Phillips +See the [Project Status](https://github.com/dapphp/securimage/issues/99) issue on GitHub. -## Download: +## Download -The latest version can always be found at [phpcaptcha.org](https://www.phpcaptcha.org) +Download and browse the code at https://github.com/dapphp/securimage. +Beta code is available at https://github.com/dapphp/securimage/tree/nextgen. -## Documentation: +Other information is available at [phpcaptcha.org](https://www.phpcaptcha.org) + +## Documentation Online documentation of the class, methods, and variables can be found at http://www.phpcaptcha.org/Securimage_Docs/ -## Requirements: +## Requirements * PHP 5.4 or greater * GD 2.0 * FreeType (Required, for TTF fonts) * PDO (if using Sqlite, MySQL, or PostgreSQL) -## Synopsis: +## Synopsis **Within your HTML form** @@ -55,7 +58,7 @@ at http://www.phpcaptcha.org/Securimage_Docs/ echo "Sorry, wrong code."; } -## Description: +## Description What is **Securimage**? @@ -71,7 +74,7 @@ the image. It also creates audible codes which are played for visually impared users. -## UPGRADE NOTICE: +## UPGRADE NOTICE **3.6.3 and below:** Securimage 3.6.4 fixed a XSS vulnerability in example_form.ajax.php. It is @@ -91,7 +94,7 @@ with the one from this release. *If you are not using database tables for storage, ignore this notice.* -## Copyright: +## Copyright Script Copyright (c) 2018 Drew Phillips All rights reserved. @@ -117,7 +120,7 @@ Script ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -## Licenses: +## Licenses **WavFile.php** diff --git a/README.txt b/README.txt index a50a98c..f4d0f21 100644 --- a/README.txt +++ b/README.txt @@ -4,16 +4,19 @@ NAME: VERSION: - 3.6.7 + 4.0.2 -AUTHOR: +## Project Status - Drew Phillips +See the Project Status issue on GitHub at https://github.com/dapphp/securimage/issues/99 DOWNLOAD: - The latest version can always be - found at http://www.phpcaptcha.org + Download and browse the code at https://github.com/dapphp/securimage. + Beta code is available at https://github.com/dapphp/securimage/tree/nextgen. + + Other information is available at [phpcaptcha.org](https://www.phpcaptcha.org) + DOCUMENTATION: