Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jan 29, 2015
1 parent 417104e commit 6983ab9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ In addition to the many folks who submit bug reports, a big thanks to the follow

## Changelog

3.2.0 - In Development, Jan 2015
- Adds a new REST API as an alternative way to generate data.
3.2.0 - Jan 29, 2015
- Adds a new REST API as an alternative way to generate data. See the [API Documentation](http://benkeen.github.io/generatedata/api.html)
for more information.

3.1.4 - Sept 6, 2014
- Chinese language file added, thanks to [Zhao Yang](https://github.com/jptiancai)
Expand Down
2 changes: 0 additions & 2 deletions plugins/exportTypes/HTML/HTML.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public function generate($generator) {

if ($format == "custom") {
$template = $this->getCustomTemplate();
error_log($template);

$content .= $this->genFormatCustom($data, $template);
} else {

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 @@ -34,8 +34,8 @@ class Core {
private static $apiEnabled = false;

// non-overridable settings
private static $version = "3.2.0 - dev";
private static $releaseDate = "2015-01-15";
private static $version = "3.2.0";
private static $releaseDate = "2015-01-29";
private static $minimumPHPVersion = "5.3.0";
private static $minimumMySQLVersion = "4.1.3";
private static $settingsFileExists = false;
Expand Down

0 comments on commit 6983ab9

Please sign in to comment.