Skip to content

Commit

Permalink
Merge branch 'release/2.7.0-beta.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jan 16, 2019
2 parents d2b33b9 + bd5e374 commit 6adb7c1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.7.0-beta.3"></a>
# [2.7.0-beta.3](https://github.com/pluginsglpi/formcreator/compare/v2.7.0-beta.2...v2.7.0-beta.3) (2019-01-16)


### Bug Fixes

* compatibility with GLPI 9.4 ([9b9922c](https://github.com/pluginsglpi/formcreator/commit/9b9922c))



<a name="2.7.0-beta.2"></a>
# [2.7.0-beta.2](https://github.com/pluginsglpi/formcreator/compare/v2.7.0-beta.1...v2.7.0-beta.2) (2019-01-16)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
}
},
"dependencies": [],
"version": "2.7.0-beta.2"
"version": "2.7.0-beta.3"
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Features
<compatibility>9.4</compatibility>
</version>
<version>
<num>2.7.0-beta.2</num>
<num>2.7.0-beta.3</num>
<compatibility>9.3</compatibility>
<compatibility>9.4</compatibility>
</version>
Expand Down
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

global $CFG_GLPI;
// Version of the plugin
define('PLUGIN_FORMCREATOR_VERSION', '2.7.0-beta.2');
define('PLUGIN_FORMCREATOR_VERSION', '2.7.0-beta.3');
// Schema version of this version
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.7');
// is or is not an official release of the plugin
Expand All @@ -42,7 +42,7 @@
// Minimal GLPI version, inclusive
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.3.0');
// Maximum GLPI version, exclusive
define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '9.4');
define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '9.5');

define('FORMCREATOR_ROOTDOC', $CFG_GLPI['root_doc'] . '/plugins/formcreator');

Expand Down

0 comments on commit 6adb7c1

Please sign in to comment.