Skip to content

Commit

Permalink
chore: Prep 17.0 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Apr 24, 2024
1 parent 04f4235 commit b657d20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/2020/KeymanVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

class KeymanVersion {
/* These constant values must be updated manually when we do a beta or stable release. */
public const stable_version_int = 16;
public const stable_version_int = 17;
public const beta_version_int = 17;
public const stable_version = '16.0';
public const stable_version = '17.0';
public const beta_version = '17.0';

public const unicode_version = '15.0';
Expand Down
3 changes: 3 additions & 0 deletions downloads/archive/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

// These variables should be progressively added if we update older versions.
// 14.0 onward uses 3 numbers instead of 4
$ver_windows_16 = "16.0.147";
$ver_windows_15 = "15.0.274";
$ver_windows_14 = "14.0.294";
$ver_windows_13 = "13.0.118.0";
Expand All @@ -24,6 +25,7 @@
<h2 class="red underline">Keyman Desktop Download Archive</h2>
<ul>
<!-- TODO: use downloads API to get the latest 15.0 version -->
<li><a href="<?= KeymanHosts::Instance()->downloads_keyman_com ?>/windows/stable/<?= $ver_windows_16 ?>/keyman-<?= $ver_windows_16 ?>.exe">Keyman for Windows <?= $ver_windows_16 ?> Download</a> (No activation required)</li>
<li><a href="<?= KeymanHosts::Instance()->downloads_keyman_com ?>/windows/stable/<?= $ver_windows_15 ?>/keyman-<?= $ver_windows_15 ?>.exe">Keyman for Windows <?= $ver_windows_15 ?> Download</a> (No activation required)</li>
<li><a href="<?= KeymanHosts::Instance()->downloads_keyman_com ?>/windows/stable/<?= $ver_windows_14 ?>/keyman-<?= $ver_windows_14 ?>.exe">Keyman for Windows <?= $ver_windows_14 ?> Download</a> (No activation required)</li>
<li><a href="<?= KeymanHosts::Instance()->downloads_keyman_com ?>/windows/stable/<?= $ver_windows_13 ?>/keymandesktop-<?= $ver_windows_13 ?>.exe">Keyman Desktop <?= $ver_windows_13 ?> Download</a> (No activation required)</li>
Expand All @@ -41,6 +43,7 @@
<h2 class="red underline">Keyman Developer Download Archive</h2>
<ul>
<!-- TODO: use downloads API to get the latest 13.0 version -->
<li><a href="<?= KeymanHosts::Instance()->downloads_keyman_com ?>/developer/stable/<?= $ver_windows_16 ?>/keymandeveloper-<?= $ver_windows_16 ?>.exe">Keyman Developer <?= $ver_windows_16 ?> Download</a> (No activation required)</li>
<li><a href="<?= KeymanHosts::Instance()->downloads_keyman_com ?>/developer/stable/<?= $ver_windows_15 ?>/keymandeveloper-<?= $ver_windows_15 ?>.exe">Keyman Developer <?= $ver_windows_15 ?> Download</a> (No activation required)</li>
<li><a href="<?= KeymanHosts::Instance()->downloads_keyman_com ?>/developer/stable/<?= $ver_windows_14 ?>/keymandeveloper-<?= $ver_windows_14 ?>.exe">Keyman Developer <?= $ver_windows_14 ?> Download</a> (No activation required)</li>
<li><a href="<?= KeymanHosts::Instance()->downloads_keyman_com ?>/developer/stable/<?= $ver_windows_13 ?>/keymandeveloper-<?= $ver_windows_13 ?>.exe">Keyman Developer <?= $ver_windows_13 ?> Download</a> (No activation required)</li>
Expand Down

0 comments on commit b657d20

Please sign in to comment.