Skip to content

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Nov 25, 2019
1 parent b3a8c36 commit 7981430
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ https://github.com/benkeen/generatedata/graphs/contributors

## Changelog

3.4.1 - Nov 24, 2019
- Excel Export Type updated for new PHP lib, thanks [@adibaby](https://github.com/adibaby)!
- Bug fix for SocialSecurityNumber, courtesy of [@guzzisti](https://github.com/guzzisti).
- https://github.com/benkeen/generatedata/milestone/26?closed=1

3.4.0 - Nov 16, 2019
- Misc updates,
- new inject SQL feature added. Great work, [@harish81](https://github.com/harish81)!
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.4.0",
"version": "3.4.1",
"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.4.0";
private static $releaseDate = "2019-11-16";
private static $version = "3.4.1";
private static $releaseDate = "2019-11-24";
private static $minimumPHPVersion = "5.3.0";
private static $minimumMySQLVersion = "4.1.3";
private static $settingsFileExists = false;
Expand Down

0 comments on commit 7981430

Please sign in to comment.