Skip to content

Commit 8caff30

Browse files
author
jan
committed
Update the web site
1 parent 18fbcd8 commit 8caff30

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

website/WebContent/fragments/file-buttons.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function internalListFiles($prefix) {
2222
include "files.php";
2323
global $filter;
2424
$filter = $prefix;
25-
$lines=$lines." ".$prefix." ";
25+
//$lines=$lines." ".$prefix." ";
2626
date_default_timezone_set ( 'UTC' );
2727

2828
$files = array_filter ( $files, "filter" );

website/WebContent/fragments/files.php

+5
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_4_2_0/sloeber-ide-V4.4.2-macosx.cocoa.x86_64.zip",
7575
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_4_2_0/sloeber-ide-V4.4.2-win32.win32.x86_64.zip",
7676

77+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_4_3_0/sloeber-ide-V4.4.3-linux.gtk.x86_64.tar.gz",
78+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_4_3_0/sloeber-ide-V4.4.3-macosx.cocoa.aarch64.zip",
79+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_4_3_0/sloeber-ide-V4.4.3-macosx.cocoa.x86_64.zip",
80+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_4_3_0/sloeber-ide-V4.4.3-win32.win32.x86_64.zip",
81+
7782
);
7883

7984
?>

website/WebContent/globals.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
$STABLE_VERSION_MAJOR=4;
33
$STABLE_VERSION_MINOR=4;
4-
$STABLE_VERSION_PATCH=2;
4+
$STABLE_VERSION_PATCH=3;
55
?>

website/WebContent/index.shtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
This represents a completely <b>free and open</b> Arduino IDE alternative!<br>
4141
Download the product, unpack and play!<br>
4242
</p>
43-
<h1>Sloeber V4.4.2 contains some minor fixes among them incompatibility fixes with the latest eclipse </h1>
43+
<h1>Sloeber V4.4.3 because we love Teensy </h1>
4444
<p>Welcome to a next stage for your Arduino projects!</p>
4545
<p>
4646
<a href="learn.shtml" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a>

0 commit comments

Comments
 (0)