gnucash-htdocs master: Notice for last supported version for Win7 and MacOS <= 10.12

John Ralls jralls at code.gnucash.org
Sun Jun 28 15:51:29 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/a0c64158 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/7c65b165 (commit)



commit a0c64158ab12308bfbc59892bac7e7f3698d346f
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 28 12:51:19 2020 -0700

    Notice for last supported version for Win7 and MacOS <= 10.12

diff --git a/externals/global_params.php b/externals/global_params.php
index 8f9a3e9..51e17b0 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -30,6 +30,7 @@
      $old_stable_mac_intel  = $old_stable."-1";
 
      // Frozen versions:
+     $last_stable_win7_version = "3.11"; //Used in download block on index.phtml
      $latest_stable_xp_vista_version = "2.6.21"; // used also in text
      $latest_stable_mac_ppc  = "2.6.21-1";
      $show_historical = True;
diff --git a/index.phtml b/index.phtml
index 9d1c5a8..b503cdf 100644
--- a/index.phtml
+++ b/index.phtml
@@ -30,6 +30,7 @@
       </div>
 
       <div style="float:left;">
+          <p><?php printf (T_("Version %s is the last version for Windows 7 and MacOS 10.12 and earlier."), $last_stable_win7_version);?></p>
         <p><?php printf (T_("Version %s is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs."),
                   $latest_stable_xp_vista_version);?></p>
       </div>



Summary of changes:
 externals/global_params.php | 1 +
 index.phtml                 | 1 +
 2 files changed, 2 insertions(+)



More information about the gnucash-changes mailing list