Skip to content

Commit

Permalink
Bump version to 4.0.2 for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
dapphp committed May 30, 2020
1 parent 03cc915 commit e29e71d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <drew@drew-phillips.com>
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**

Expand Down Expand Up @@ -55,7 +58,7 @@ at http://www.phpcaptcha.org/Securimage_Docs/
echo "Sorry, wrong code.";
}

## Description:
## Description

What is **Securimage**?

Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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**

Expand Down
13 changes: 8 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ NAME:

VERSION:

3.6.7
4.0.2

AUTHOR:
## Project Status

Drew Phillips <drew@drew-phillips.com>
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:

Expand Down

0 comments on commit e29e71d

Please sign in to comment.