File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 1.4.3] - 2016-12-30
9+
10+ ### Changed
11+ - Fix plugin blocks item update
12+ - Display translated headers
13+ - Do notable used minified files when debug mode is active
14+
815## [ 1.4.2] - 2016-12-21
916
1017### Changed
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
7272 <author >Johan Cwiklinski</author >
7373 </authors >
7474 <versions >
75+ <version >
76+ <num >1.4.3</num >
77+ <compatibility >9.1</compatibility >
78+ <compatibility >0.90</compatibility >
79+ <compatibility >0.85</compatibility >
80+ </version >
7581 <version >
7682 <num >1.4.2</num >
7783 <compatibility >9.1</compatibility >
Original file line number Diff line number Diff line change 2626 --------------------------------------------------------------------------
2727 */
2828
29- define ('PLUGIN_FIELDS_VERSION ' , '1.4.2 ' );
29+ define ('PLUGIN_FIELDS_VERSION ' , '1.4.3 ' );
3030
3131if (!defined ("PLUGINFIELDS_DIR " )) {
3232 define ("PLUGINFIELDS_DIR " , GLPI_ROOT . "/plugins/fields " );
You can’t perform that action at this time.
0 commit comments