Skip to content
This repository was archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Nov 30, 2018
1 parent a5725b7 commit c5d2131
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [3.0.0] - 2018-11-30

### Breaking
- #83 Update PHP requirement from >=5.4 to >=5.6
- #61 Different CSS for "first-to-solve"
- Requires new column `accepted_time datetime DEFAULT NULL` in `scoreboard_admin` and `scoreboard_contestant` tables.

### Added
- #86 Highlight current user in scoreboard

### Fixed
- #80 Fix now-invalid default MySQL datetime value: '0000-00-00 00:00:00'

## [2.2.2] - 2017-04-22

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Regrader 2.2.2
==============
Regrader
========

An ICPC-style programming contest system.

Expand Down Expand Up @@ -32,7 +32,7 @@ Regrader requires these packages. Please install them.

#### 2. Download Regrader

Download a copy of the latest Regrader: https://github.com/fushar/regrader/releases/download/v2.2.2/regrader-v2.2.2.tar.gz
Download a copy of the latest Regrader: https://github.com/fushar/regrader/releases/download/v3.0.0/regrader-v3.0.0.tar.gz

#### 3. Configure Regrader

Expand Down

0 comments on commit c5d2131

Please sign in to comment.