Skip to content

Commit

Permalink
3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Sep 13, 2017
1 parent d6b128f commit d304a00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ In addition to the many fine folk who submit bug reports, a big thanks to the fo

## Changelog

3.2.8 - Sep 12, 2017
- misc bug fixes

3.2.7 - Jul 29, 2017
- "Computed" Data Type added.
- misc bug fixes
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.7",
"version": "3.2.8",
"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.7";
private static $releaseDate = "2017-07-29";
private static $version = "3.2.8";
private static $releaseDate = "2017-09-12";
private static $minimumPHPVersion = "5.3.0";
private static $minimumMySQLVersion = "4.1.3";
private static $settingsFileExists = false;
Expand Down

0 comments on commit d304a00

Please sign in to comment.