This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +24
-4
lines changed
centreon-poller-display-central
UPGRADE/centreon-poller-display-central-1.6.1
UPGRADE/centreon-poller-display-1.6.1 Expand file tree Collapse file tree 6 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 6161# The short X.Y version.
6262version = '1.6'
6363# The full version, including alpha/beta/rc tags.
64- release = '1.6.0 '
64+ release = '1.6.1 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 6161# The short X.Y version.
6262version = '1.6'
6363# The full version, including alpha/beta/rc tags.
64- release = '1.6.0 '
64+ release = '1.6.1 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ $ upgrade_conf ['centreon-poller-display ' ]["rname " ] = "Centreon Poller Display Central " ;
4+ $ upgrade_conf ['centreon-poller-display ' ]["release_from " ] = "1.6.0 " ;
5+ $ upgrade_conf ['centreon-poller-display ' ]["release_to " ] = "1.6.1 " ;
6+ $ upgrade_conf ['centreon-poller-display ' ]["is_removeable " ] = "1 " ;
7+ $ upgrade_conf ['centreon-poller-display ' ]["author " ] = "Centreon " ;
8+ $ upgrade_conf ['centreon-poller-display ' ]["lang_files " ] = "0 " ;
9+ $ upgrade_conf ['centreon-poller-display ' ]["sql_files " ] = "0 " ;
10+ $ upgrade_conf ['centreon-poller-display ' ]["php_files " ] = "0 " ;
Original file line number Diff line number Diff line change 33// Be carefull with name, it's case sensitive (with directory module name).
44$ module_conf ['centreon-poller-display-central ' ]["rname " ] = "Centreon Poller Display Central " ;
55$ module_conf ['centreon-poller-display-central ' ]["name " ] = "centreon-poller-display-central " ;
6- $ module_conf ['centreon-poller-display-central ' ]["mod_release " ] = "1.6.0 " ;
6+ $ module_conf ['centreon-poller-display-central ' ]["mod_release " ] = "1.6.1 " ;
77$ module_conf ['centreon-poller-display-central ' ]["infos " ] = "centreon-poller-display-central " ;
88$ module_conf ['centreon-poller-display-central ' ]["is_removeable " ] = "1 " ;
99$ module_conf ['centreon-poller-display-central ' ]["author " ] = "Centreon " ;
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ $ upgrade_conf ['centreon-poller-display ' ]["rname " ] = "Centreon Poller Display " ;
4+ $ upgrade_conf ['centreon-poller-display ' ]["release_from " ] = "1.6.0 " ;
5+ $ upgrade_conf ['centreon-poller-display ' ]["release_to " ] = "1.6.1 " ;
6+ $ upgrade_conf ['centreon-poller-display ' ]["is_removeable " ] = "1 " ;
7+ $ upgrade_conf ['centreon-poller-display ' ]["author " ] = "Centreon " ;
8+ $ upgrade_conf ['centreon-poller-display ' ]["lang_files " ] = "0 " ;
9+ $ upgrade_conf ['centreon-poller-display ' ]["sql_files " ] = "0 " ;
10+ $ upgrade_conf ['centreon-poller-display ' ]["php_files " ] = "0 " ;
Original file line number Diff line number Diff line change 33// Be carefull with name, it's case sensitive (with directory module name).
44$ module_conf ['centreon-poller-display ' ]["rname " ] = "Centreon Poller Display " ;
55$ module_conf ['centreon-poller-display ' ]["name " ] = "centreon-poller-display " ;
6- $ module_conf ['centreon-poller-display ' ]["mod_release " ] = "1.6.0 " ;
6+ $ module_conf ['centreon-poller-display ' ]["mod_release " ] = "1.6.1 " ;
77$ module_conf ['centreon-poller-display ' ]["infos " ] = "centreon-poller-display " ;
88$ module_conf ['centreon-poller-display ' ]["is_removeable " ] = "1 " ;
99$ module_conf ['centreon-poller-display ' ]["author " ] = "Centreon " ;
You can’t perform that action at this time.
0 commit comments