Skip to content

Commit c45dd82

Browse files
committed
Bump version, update changelog
1 parent e0bd4d6 commit c45dd82

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.4.5] - 2017-01-13
9+
- Set minimal PHP version to 5.4
10+
- Prevent values to be kept from a new ticket to another
11+
- Do not check files if plugin is not initialized
12+
- Limit to one domtab per tab
13+
814
## [1.4.4] - 2017-01-11
915
- Fix issue on updating items on some cases
1016
- Fix issue on creating item on some cases

plugin.xml

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
7272
<author>Johan Cwiklinski</author>
7373
</authors>
7474
<versions>
75+
<version>
76+
<num>1.4.5</num>
77+
<compatibility>9.1</compatibility>
78+
<compatibility>0.90</compatibility>
79+
<compatibility>0.85</compatibility>
80+
</version>
7581
<version>
7682
<num>1.4.4</num>
7783
<compatibility>9.1</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--------------------------------------------------------------------------
2727
*/
2828

29-
define ('PLUGIN_FIELDS_VERSION', '1.4.4');
29+
define ('PLUGIN_FIELDS_VERSION', '1.4.5');
3030

3131
if (!defined("PLUGINFIELDS_DIR")) {
3232
define("PLUGINFIELDS_DIR", GLPI_ROOT . "/plugins/fields");

0 commit comments

Comments
 (0)