Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 1.86 KB

File metadata and controls

69 lines (55 loc) · 1.86 KB
layout default
title Changelog
nav_order 140
has_children false
has_toc false
description Track NetLicensing additions, updates and fixes using NetLicensing changelog
permalink changelog
sitemap
changefreq priority
daily
0.8

{{ page.title }}

We improve the NetLicensing services every day by releasing new features, squashing bugs, and delivering fresh documentation. Here's an account of what's recently happened. This is our #changelog.

Tour: Notable Features

<script type="text/javascript" src="{{ "/assets/js/guidechimp-tours.js" | absolute_url }}"></script>

{% for change in site.data.changelog %}


{{ change.title }}

{% if change.component %}In {{ change.component }} on {% endif %}{{ change.date | date: '%B %d, %Y' }}

{{ change.description }}

{% if change.image %} {% endif %}

{% if change.features %} Changes: {% for feature in change.features %} {% for item in feature %} {% case item[0] %} {% when 'added' %} {% assign style = 'label-green' %} {% when 'updated' %} {% assign style = 'label-yellow' %} {% when 'fixed' %} {% assign style = 'label-red' %} {% else %} {% assign style = 'label-purple' %} {% endcase %}

  • {{ item[0] }} {{ item[1] }} {% endfor %} {% endfor %} {% endif %}

{% if change.url %} [Learn more]({{ change.url }}){: .btn } {% endif %}

{% endfor %}


Here you can find a historical archive of past NetLicensing release notes.