From: Mischa POSLAWSKY Date: Mon, 15 May 2017 22:31:52 +0000 (+0200) Subject: common: bump version to 1.10 X-Git-Tag: v1.10^0 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/dc6b482b5e7e1d3d35b5193fc820c5e1afc29a6e common: bump version to 1.10 Mark significant changes since v1.9. --- diff --git a/browser.plp b/browser.plp index b22637c..7e096b0 100644 --- a/browser.plp +++ b/browser.plp @@ -4,7 +4,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch'; Html({ title => 'browser compatibility cheat sheet', - version => '1.4', + version => '1.5', description => [ "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)", "comparing support and usage share for all popular browser versions.", diff --git a/chars.plp b/chars.plp index 5d9a3e2..04420cd 100644 --- a/chars.plp +++ b/chars.plp @@ -2,7 +2,7 @@ Html({ title => 'character support sheet', - version => '1.0', + version => '1.1', keywords => [qw' unicode glyph char character reference common ipa symbol sign mark table digraph '], diff --git a/charset.plp b/charset.plp index 726ca7c..0dd1537 100644 --- a/charset.plp +++ b/charset.plp @@ -5,7 +5,7 @@ my @tablist = split m{/+}, $Request || 'default'; Html({ title => 'charset cheat sheet', - version => '1.0', + version => '1.1', description => [ "Reference sheet with all glyphs in common character encoding tables,", "and an overview of Unicode ranges and UTF-8 bytes.", diff --git a/common.inc.plp b/common.inc.plp index 4c7fbb9..b1cf2d1 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -70,7 +70,7 @@ sub stylesheet { return map { sprintf( '', - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.9", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.10", $_ ) } @avail; } diff --git a/countries.plp b/countries.plp index 7297547..1ed8eef 100644 --- a/countries.plp +++ b/countries.plp @@ -2,7 +2,7 @@ Html({ title => 'country code cheat sheet', - version => '1.2', + version => '1.3', description => "Table of ISO-3166-1 country codes with the names of reserved territories.", keywords => [qw'country code cc tld cctld continent territory land table'], diff --git a/index.plp b/index.plp index 1a36b56..e0b761f 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => '1.9', + version => '1.10', description => [ "Cheat sheets summarising various software programs and standards.", ], diff --git a/latin.plp b/latin.plp index 687e082..e304a36 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => '1.3', + version => '1.4', description => [ ], keywords => [qw' diff --git a/termcol.plp b/termcol.plp index 8e61fe0..c510cd2 100644 --- a/termcol.plp +++ b/termcol.plp @@ -2,7 +2,7 @@ Html({ title => ($Request ? 'terminal colour' : 'colour palettes') . ' cheat sheet', - version => '1.1', + version => '1.2', description => [!$Request ? "Comparison of various colour palettes." : ( "Index of all terminal/console colour codes,", "with an example result of various environments.", diff --git a/unicode.plp b/unicode.plp index ed89f2d..a3273e3 100644 --- a/unicode.plp +++ b/unicode.plp @@ -2,7 +2,7 @@ Html({ title => 'unicode glyph cheat sheet', - version => '1.1', + version => '1.2', description => [ "Common Unicode characters with digraph or code point, layed out for quick location.", "Includes general symbols, arrows, drawing characters, and IPA letters.",