Skip to content

Releases: HeadTalker/uptime-robot

1.2.4

21 Jun 19:19
Compare
Choose a tag to compare

Style and code improvements.

f3fd0cc

1.2.3

21 Jun 06:15
Compare
Choose a tag to compare

Fix bug with graph data for multiple graphs

1.2.2

21 Jun 04:23
Compare
Choose a tag to compare

Minor updates/fixes.

Added past incidents section for monitors to see up/down logs.

1.2.0

21 Jun 00:55
Compare
Choose a tag to compare

Updated bootstrap v3 to bootstrap v4

Updated chart js from v1 to v2

Configure grunt so files in bower folder are copied first then minified instead of just copied

Delete not needed css files for datatables and add the minimal one jquery.dataTables.min.css

Added images for datatable for better UX knowing you can sort tables

Moved chart code into its own method into main/php/main.php

Made charts half columns on default now col-md-6 instead of col-md-12. This allows you to see more easier if you have multiple monitors. If theres only 1 monitor it will fallback to full width col-md-12.

Update some comments in the PHP.

Refactor some css and use bootstrap 4 native classes to handle most of the margin/padding in the template.

Add _() function on all translatable strings. ( plan on adding translation soon )

Performance improvements. Charts had some lag before and now they seem to be a lot faster.

Migration:

Just git pull and relax. No need to do anything else.

:)

1.1.0

25 Mar 04:40
Compare
Choose a tag to compare
Merge pull request #5 from HeadTalker/uptime-robot-update

Refactored all the PHP.  Added unit tests and license.