Wordpress plugin to render latest gluon firmware version table
Find a file
2019-03-15 22:16:52 +01:00
bin add simple testing 2014-06-29 17:59:02 +00:00
tests fix test 2016-03-11 15:15:38 +01:00
.travis.yml only test for latest WP version 2016-03-11 15:27:35 +01:00
freifunk-versions.php Add URL workaround for multi-domain firmware 2019-03-15 22:16:52 +01:00
LICENCE add licence 2014-04-08 11:16:36 +00:00
phpunit.xml add simple testing 2014-06-29 17:59:02 +00:00
README.md Add "domain" and "branch" arguments 2017-11-17 21:37:10 +01:00

freifunk-versions

Build Status

Wordpress plugin to render latest (Hamburg-flavoured) gluon firmware version table.

Provides shortcode [ff_hh_versions] to display table. Input data is read from i.e. https://updates.hamburg.freifunk.net/ffhh/stable/sysupgrade/stable.manifest

Output looks like this:

shortcode output example

Arguments

The optional argument domain (default: ffhh) allows you to choose the firmware's domain.

Example:

    Hamburg-Süd Firmware: [ff_hh_versions domain="ffhh-sued"]

The optional argument branch (default: stable) allows you to choose the firmware's branch.

Example:

    Experimental Firmware: [ff_hh_versions branch="experimental"]

The optional argument grep allows you show a subset of hardware versions.

Example:

    TP-Link Firmware: [ff_hh_versions grep="tp-link"]

    Ubiquiti Firmware: [ff_hh_versions grep="ubiquiti"]