Skip to content

Commit

Permalink
final changes for FC 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly committed Jun 16, 2022
1 parent b21dc2f commit 84ae9b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This repository contains the files of the homepage at http://www.freecadweb.org.
This repository contains the files of the homepage at http://www.freecad.org.
It uses bootstrap, jquery, fontawesome and a couple of google fonts.
The page can be translated on crowdin (follow the "Translate" link on the homepage itself)
It doesn't contain the webapps (forum, wiki and tracker) used on the site.
4 changes: 2 additions & 2 deletions downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<div class="card-body d-block align-items-center text-center px-xl-5 py-xl-4">
<img class="w-100 p-4" src="svg/icon-apple.svg" alt="Mac">
<h3 class="card-title download-platform-name m-0 pb-3">Mac</h3>
<a class="btn btn-primary rounded-pill my-1" role="button" href="https://github.com/FreeCAD/FreeCAD/releases/download/0.19.3/FreeCAD_0.19.3-OSX-x86_64-conda.dmg">64-Bit dmg</a>
<a class="btn btn-primary rounded-pill my-1" role="button" href="https://github.com/FreeCAD/FreeCAD/releases/download/0.20/FreeCAD-0.20.0-OSX-i386.dmg">64-Bit dmg</a>
</div>
<div class="card-footer px-xl-5 py-xl-4">
<small class="text-muted">
Expand All @@ -168,7 +168,7 @@
<div class="card-body d-block align-items-center text-center px-xl-5 py-xl-4">
<img class="w-100 p-4" src="svg/icon-linux.svg" alt="Linux">
<h3 class="card-title download-platform-name m-0 pb-3">Linux</h3>
<a class="btn btn-primary rounded-pill my-1" role="button" href="https://github.com/FreeCAD/FreeCAD/releases/download/0.19.3/FreeCAD_0.19.3-Linux-Conda_glibc2.12-x86_64.AppImage">64-Bit AppImage</a>
<a class="btn btn-primary rounded-pill my-1" role="button" href="https://github.com/FreeCAD/FreeCAD/releases/download/0.20/FreeCAD-0.20.0-Linux-x86_64.AppImage">64-Bit AppImage</a>
</div>
<div class="card-footer px-xl-5 py-xl-4">
<small class="text-muted">
Expand Down
3 changes: 2 additions & 1 deletion features.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@
<li><a href="https://wiki.freecad.org/Release_notes_0.16" title="Release notes 0.16"><?php echo _('Release 0.16 - April 2016'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.17" title="Release notes 0.17"><?php echo _('Release 0.17 - April 2018'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.18" title="Release notes 0.18"><?php echo _('Release 0.18 - March 2019'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.19" title="Release notes 0.19"><?php echo _('Release 0.19 - March 2021'); ?></a> (current stable release)</li>
<li><a href="https://wiki.freecad.org/Release_notes_0.19" title="Release notes 0.19"><?php echo _('Release 0.19 - March 2021'); ?></a></li>
<li><a href="https://wiki.freecad.org/Release_notes_0.20" title="Release notes 0.20"><?php echo _('Release 0.20 - June 2022'); ?></a> (current stable release)</li>
</ul>
</div>
</section>
Expand Down

0 comments on commit 84ae9b7

Please sign in to comment.