diff --git a/README.md b/README.md index a8ea17861..d1db2055b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index ca2020b4c..50f9d7cba 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/resources/classes/Core.class.php b/resources/classes/Core.class.php index 4957f531c..a1521431d 100644 --- a/resources/classes/Core.class.php +++ b/resources/classes/Core.class.php @@ -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;