Skip to content

Commit 2078d4b

Browse files
author
jan
committed
#1141 and release stuff
1 parent ec60f23 commit 2078d4b

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

website/WebContent/fragments/files.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@
5555

5656
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_2/V4.3.2_mac64.2019-10-07_08-26-30.tar.gz",
5757
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_2/V4.3.2_win64.2019-10-07_08-26-30.tar.gz",
58-
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_2/V4.3.2_linux64.2019-10-07_08-26-30.tar.gz"
58+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_2/V4.3.2_linux64.2019-10-07_08-26-30.tar.gz",
59+
60+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_3_beta/V4.3.3_linux64.2020-04-19_06-43-35.zip",
61+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_3_beta/V4.3.3_mac64.2020-04-19_06-43-35.zip",
62+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_3_beta/V4.3.3_win64.2020-04-19_06-43-35.zip"
5963
);
6064

6165
?>

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=3;
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.3.2 fixes some bugs and gets you the latest eclipse. 64bit only !!!</h1>
43+
<h1>Sloeber V4.3.3 fixes mac security issues and more. 64bit only !!!</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>

website/WebContent/stable.php

+10-2
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,24 @@
5151
<a name="top">&nbsp;</a>
5252
</div>
5353
<p>This is the latest stable build of Arduino Eclipse IDE and it's
54-
available as a product and a plugin: pick the one you prefer!</p>
54+
available as a product and a plugin: Start with the product!</p>
5555
<h3>Product bundle</h3>
5656
<a name="product">&nbsp;</a>
5757
<p><strong>Strongly advised when you are new to Sloeber.</strong></p>
5858
<p>This is the simplest way to start using Sloeber as it
5959
bundles in one single download a complete setup including a stable
6060
version of the Eclipse CDT and the latest stable build of our great
6161
Arduino eclipse IDE!</p>
62-
<p>This is also the only supported setup!</p>
62+
<p>The product is the only supported setup!</p>
63+
<p>Sloeber needs java 8! Other java versions will not work!</p>
6364
<?php if($os=="win"){echo "<p>It even includes java.</p>";}; ?>
65+
<?php if($os=="MacOS"){echo "<p>Due to mac new security approach a simple download and extract will not work.</p>";}; ?>
66+
<?php if($os=="MacOS"){echo "<p>Follow following steps to install.</p>";}; ?>
67+
<?php if($os=="MacOS"){echo "<p>1)download with mac browser.</p>";}; ?>
68+
<?php if($os=="MacOS"){echo "<p>2)unpacked the sloeber ide zip file with the macOS native Archive Utility. Not in the download folder!!!</p>";}; ?>
69+
<?php if($os=="MacOS"){echo "<p>3)in the folder where you extracted Sloeber run: sudo xattr -r -d com.apple.quarantine Sloeber.app</p>";}; ?>
70+
<?php if($os=="MacOS"){echo "<p></p>";}; ?>
71+
<?php if($os=="MacOS"){echo "<p>Read the info on this site at: install->start here->Mac comments</p>";}; ?>
6472

6573
If you have download issues try another browser. Firefox seems to work fine on all oses. chrome seems to have issues.
6674
<div class="row">

0 commit comments

Comments
 (0)