Skip to content

Commit

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

## Changelog

3.4.0 - Nov 16, 2019
- Misc updates,
- Pakistan country data added, thanks [@MoAli191](https://github.com/MoAli191)
- new inject SQL feature added. Great work, [@harish81](https://github.com/harish81)!
- https://github.com/benkeen/generatedata/milestone/25?closed=1

3.3.1 - July 18, 2019
- https://github.com/benkeen/generatedata/milestone/23?closed=1

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.3.1",
"version": "3.4.0",
"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 @@ -37,8 +37,8 @@ class Core {
private static $importSqlListDatabases = false;

// non-overridable settings
private static $version = "3.3.1";
private static $releaseDate = "2019-07-18";
private static $version = "3.4.0";
private static $releaseDate = "2019-11-16";
private static $minimumPHPVersion = "5.3.0";
private static $minimumMySQLVersion = "4.1.3";
private static $settingsFileExists = false;
Expand Down

0 comments on commit 60ceeda

Please sign in to comment.