index: bump version to 1.6 v1.6
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 6 Feb 2015 04:17:58 +0000 (05:17 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 6 Feb 2015 04:36:56 +0000 (05:36 +0100)
Finally push the dev branch.

browser.plp
common.inc.plp
countries.plp
index.plp

index 8b51522a34498f8bfa44ab9f1dfa6dea1e548265..8a5fba88bcc86b6e2585c238ec7f97d443073dac 100644 (file)
@@ -5,7 +5,7 @@ use List::Util qw(sum max first);
 
 Html({
        title => 'browser compatibility cheat sheet',
-       version => 'v1.1',
+       version => 'v1.2',
        description => [
                "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)",
                "comparing support and usage share for all popular browser versions.",
index 4bf28bf5f0f95f4dc4df231e379b371e21330ba6..21cbc0d670a114cacdeeb5324963db7bb6d45170 100644 (file)
@@ -34,7 +34,7 @@ sub stylesheet {
 
        return join "\n", map { sprintf(
                '<link rel="%s" type="text/css" media="all" href="%s" title="%s">',
-               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.5", $_
+               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.6", $_
        ) } @_;
 }
 
@@ -77,7 +77,7 @@ sub Html {
                !$showkeys ? '<style type="text/css"> .no {visibility:hidden} </style>'
                        : $showkeys eq 'ghost' ? '<style type="text/css"> .no, .alias {opacity:.5} </style>'
                        : (),
-               '<script type="text/javascript" src="/keys.js"></script>',
+               '<script type="text/javascript" src="/keys.js?1.6"></script>',
        ) if $meta->{keys};
 
        # flatten arrays
index b310a2fd69f3c9b9fe9954f4580722ac9b77554b..24be34802db88aea9b168d06b803cfeeceaafcc4 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'country code cheat sheet',
-       version => 'v1.0',
+       version => 'v1.1',
        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 8de16db5569fb56a14f257f17408499dec34e42e..dc56c52bb362de694eadad0a581b588d498b145e 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'cheat sheets',
-       version => 'v1.5',
+       version => 'v1.6',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],