Releases: Cacti/plugin_routerconfigs
v1.7
What's Changed
- fix typo by @xmacan in #136
- fix php8 issues, correct comware device type by @xmacan in #137
- Fix: #141 - Backups not showing by device by @TheWitness in #142
- Apply php-cs-fixer rules to repository by @TheWitness in #144
New Contributors
- @xmacan made their first contribution in #136
- @TheWitness made their first contribution in #142
Full Changelog: v1.6...v1.7
v1.6.0
Note that this release requires 1.2.23 or greater, preferably 1.2.24 or greater.
--- 1.6 ---
- issue#122: Backtrace and Deprecation with PHP 8.1
- issue#123: Search should be like Cacti devices search
- feature#124: Allow RouterConfigs to be both a Top tab and Console item
- feature#125: Allow both SideBySide and Inline File Diff
- feature: Leverage Cacti's internal Diff API vs. Horde
- feature: Raise message when performing backups from the user interface
v1.5.1
v1.5.0
-
issue#95: Upgrade does not function as expected
-
issue#96: i18n is not being properly utilised
-
issue#101: Hours do not display properly for retry schedule
-
issue#100: When attempting to compare device backups, warning is issued about
unsaved changes -
issue#104: Device types do not populate when installing from scratch
-
feature#74: Feature Request: Enable SCP/SFTP method of backup
-
feature#97: Allow connection type to be inherited
v1.4.2
v1.4.1
v1.4.0
--- 1.4.0 ---
-
issue#57: Fixed issue with schedule time not being 100% right
-
issue#60: PHP 5.4 generates runtime errors
-
issue#61: Login Password being used when elevating via Enable
-
issue#62: Undefined variable 'result' when attempting to elevate during backup
-
issue#63: Ensure correct action icons are displayed
-
issue#64: Comparison between devices is not working as expected
-
issue#69: View Configuration is broken with recent file-based changes
-
issue#70: Allow close without issuing an exit command
-
issue#72: Backup time showing only latest backup time
-
issue#82: Field definitions for Device Type are missing max_length
-
issue#84: Manual backup was not working from web interface
-
feature#27: Improve Backup Directory Structure
v1.3.5
Release v1.3.4
- feature: Added field to set timeout and sleep
- feature: Added suffix to allow filtering in email systems on failure
- feature: Added Scheduled, Manual, Reattempt, Forced tags to subject line when applicable
- feature: Apply some styling to the backup email
- feature: Backup file now displayed in email
- feature: Added number of disabled devices to email
- issue: Fixed issue where nextbackup being null cause device to be ignored
- issue: Fixed issue where subject was being hard coded
- issue: Fixed issue where confirmation command always sent as 'y'
- issue: Fixed issue where number of rows when listing devices was blank
- issue: Fixed issue where telnet username prompt was only looked for once
- issue: Fixed issue where subject always thought it was manual
- issue: Fixed issue where stats cache may believe a file existed when it did not
- issue: Fixed issue where connection errors may be returned as blank
- issue: Fixed issue where %file% and %server% where not always replaced properly