File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
+
8
14
## [ 1.4.4] - 2017-01-11
9
15
- Fix issue on updating items on some cases
10
16
- Fix issue on creating item on some cases
Original file line number Diff line number Diff line change @@ -72,6 +72,12 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
72
72
<author >Johan Cwiklinski</author >
73
73
</authors >
74
74
<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 >
75
81
<version >
76
82
<num >1.4.4</num >
77
83
<compatibility >9.1</compatibility >
Original file line number Diff line number Diff line change 26
26
--------------------------------------------------------------------------
27
27
*/
28
28
29
- define ('PLUGIN_FIELDS_VERSION ' , '1.4.4 ' );
29
+ define ('PLUGIN_FIELDS_VERSION ' , '1.4.5 ' );
30
30
31
31
if (!defined ("PLUGINFIELDS_DIR " )) {
32
32
define ("PLUGINFIELDS_DIR " , GLPI_ROOT . "/plugins/fields " );
You can’t perform that action at this time.
0 commit comments