Skip to content

Commit

Permalink
3.2.6. Closes #381
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Apr 18, 2017
1 parent 0d6760d commit a8b5d72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Generally the trunk is pretty stable, but it's not guaranteed. If you're downloa
tag: https://github.com/benkeen/generatedata/releases

## Requirements
- PHP 5.3 or later
- PHP 5.3 or any later version of PHP 5. *Doesn't currently support PHP 7.*
- MySQL 4.1.3 or later

## How to Install / Documentation
Expand All @@ -34,6 +34,7 @@ of this script.
- Also: [@LaiNathaniel's repo](https://github.com/LaiNathaniel/docker-generatedata)
- And [Andy Shinn's instructions](https://github.com/benkeen/generatedata/pull/269)


### Vagrant
There's also a pre-packaged Vagrant solution [found here](https://github.com/benkeen/generatedata-vagrant),
courtesy of Daragh Courtney.
Expand Down Expand Up @@ -78,6 +79,9 @@ In addition to the many fine folk who submit bug reports, a big thanks to the fo

## Changelog

3.2.6 - Apr 17, 2017
- misc bug fixes: https://github.com/benkeen/generatedata/milestone/20?closed=1

3.2.5 - Apr 16, 2016
- bug fixes: https://github.com/benkeen/generatedata/issues?utf8=%E2%9C%93&q=milestone%3A3.2.3+ - thanks for your help,
[Conrad Hagemans](https://github.com/conradhagemans)!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generatedata",
"version": "3.2.5",
"version": "3.2.6",
"description": "free, GNU-licensed, random custom data generator for testing software",
"main": "gruntfile.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions resources/classes/Core.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class Core {
private static $apiEnabled = false;

// non-overridable settings
private static $version = "3.2.5";
private static $releaseDate = "2016-04-16";
private static $version = "3.2.6";
private static $releaseDate = "2017-04-17";
private static $minimumPHPVersion = "5.3.0";
private static $minimumMySQLVersion = "4.1.3";
private static $settingsFileExists = false;
Expand Down

0 comments on commit a8b5d72

Please sign in to comment.