This is a Textpattern plugin that adds tags for the current version number
use <txp:mkp_version /> to show the current version number.
use <txp:mkp_generator /> to show a meta name generator tag.
A Conditional tag that compares the current version against a submitted value.
<txp:mkp_version />
<txp:mkp_generator />
<txp:mkp_if_version version="4.6.2"><meta name="Textpattern" content="Current: <txp:mkp_version />" /><txp:else /><meta name="Textpattern" content="Classic: <txp:mkp_version >" ></txp:if_version>
Version 1.0: July 10th, 2015
Version 1.1: June 6th, 2016 (Updated 4.6 Tag Registry to later version)
Version 1.2: February 28th, 2017 (Bug fixes; add <txp:mkp_generator /> )