common: bump version to 1.10 v1.10
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 15 May 2017 22:31:52 +0000 (00:31 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 29 May 2017 17:29:34 +0000 (19:29 +0200)
Mark significant changes since v1.9.

browser.plp
chars.plp
charset.plp
common.inc.plp
countries.plp
index.plp
latin.plp
termcol.plp
unicode.plp

index b22637c1eefefc4ff724749c30806f36cb26bef8..7e096b0514733bc7f76d22f5921f606438019ce8 100644 (file)
@@ -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.",
index 5d9a3e2d9371904d6831d8eb4ec7d92e8905aaf6..04420cd123a3558e7170f43b6e120d40dd20f158 100644 (file)
--- 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
        '],
index 726ca7c4e7540cf279097cd27105d4040e898824..0dd153745b354e7b8c5c0d99380e70d991a04a52 100644 (file)
@@ -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.",
index 4c7fbb956e54e9351411a20ff989f81c5d814aac..b1cf2d136d3f182786709b8c84888ce2f09befb1 100644 (file)
@@ -70,7 +70,7 @@ sub stylesheet {
 
        return map { sprintf(
                '<link rel="%s" type="text/css" media="all" href="%s" title="%s">',
-               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.9", $_
+               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.10", $_
        ) } @avail;
 }
 
index 7297547b420e431c3c055df95da2158f322e3407..1ed8eef2740097e99d66f22718ea98008872b014 100644 (file)
@@ -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'],
index 1a36b5642276763f95b2822da1ec7c94f6073a04..e0b761f43188eeb8fe4bb164d79db7fc642ba9e0 100644 (file)
--- 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.",
        ],
index 687e082e08b5548f8d9a752c63d4f717e72918eb..e304a3632f30f62132b5efa53625cdc61fb5dc86 100644 (file)
--- 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'
index 8e61fe049516075e8df0b531cdadfe651ea708c7..c510cd24d1bcdbdcd5bf4e151f8dc6d6d02f2f11 100644 (file)
@@ -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.",
index ed89f2db3d98419bbd2cfd94abf9731b81ef2adb..a3273e311a888362c977e3a2f3fa91222755c455 100644 (file)
@@ -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.",