Skip to content

Commit 7ba93e4

Browse files
committed
HOTFIX: MATLAB versions in documentation
1 parent 44146a9 commit 7ba93e4

File tree

4 files changed

+86
-9
lines changed

4 files changed

+86
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
This file contains a curated, chronologically ordered list of notable changes made to the master branch since the release of Rigbox 2.2.0. Each bullet point in the list is followed by the accompanying commit hash, and the date of the commit. The versioning numbering used is [SemVer](http://semver.org/). This changelog is based on [keep a changelog](https://keepachangelog.com).
44

5-
## [Most Recent Commits](https://github.com/cortex-lab/Rigbox/commits/master) [2.6.1]
5+
## [Most Recent Commits](https://github.com/cortex-lab/Rigbox/commits/master) [2.6.2]
66

77
- PATCH: Scrubbed repository of old files. Slimmed down from >>100MB to < 5KB
88
- HOTFIX: Tests fix in signals repo
9+
- HOTFIX: Corrected compatible MATLAB versions in documentation (not compatible with >2019b)
910

1011
## [2.6.0]
1112

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Below are the **minimum** computer software dependencies that must be installed
2626

2727
* OS: 64 Bit Windows 10
2828
* Libraries: Visual C++ Redistributable Packages for Visual Studio [2013](https://www.microsoft.com/en-us/download/details.aspx?id=40784) & [2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
29-
* MATLAB: [2018b or later](mathworks.com/downloads/), including the Data Acquisition Toolbox
29+
* MATLAB: [2018b - 2019b](mathworks.com/downloads/) (inclusive), including the Data Acquisition Toolbox
3030
* Community MATLAB toolboxes:
3131
* [GUI Layout Toolbox](https://uk.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox) (v2 or later)
3232
* [Psychophysics Toolbox](http://psychtoolbox.org/download.html#Windows) (v3 or later)

docs/html/install.html

Lines changed: 81 additions & 5 deletions
Large diffs are not rendered by default.

docs/scripts/install.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
% Rigbox requires the following software to work properly:
2323
%
2424
% * Windows Operating System (7 or later, 64-bit)
25-
% * MATLAB (2018b or later, also known as version 9.5)
25+
% * MATLAB (2018b - 2019b, also known as version 9.5 - 9.7)
2626
% * Visual C++ Redistributable Packages for Visual Studio 2013 & 2015-2019
2727
% (_free_)
2828
% * The MATLAB Data Acquisition Toolbox
@@ -154,5 +154,5 @@
154154
%% Etc.
155155
% Authors: Jai Bhagat, Matteo Caranini, Miles Wells
156156
%
157-
% v0.1.0
157+
% v0.2.0
158158
%

0 commit comments

Comments
 (0)