Skip to content

Releases: nus-mtp/steps-networking-module

Production Release v8.0

14 Apr 15:54
Compare
Choose a tag to compare

Changelog:

  1. Enable development on Vagrant
  2. Added INSTALL.md
  3. Added CONTRIBUTING.md
  4. Update README.md
  5. Lint all files
  6. Fix lint bugs
  7. Comment class methods

STePS Release v7.0

14 Apr 15:50
Compare
Choose a tag to compare

Changelog:

  1. Create logo
  2. Restyle login and sign up page
  3. Add 404 pages
  4. Add filter to exhibitions in events
  5. Remove 'nil' reasons for attendance to events
  6. Create CHANGLOG.md
  7. Disable exhibitors toggling of attendance

Demo Release v6.1

07 Apr 07:04
Compare
Choose a tag to compare

Changelog:

  1. Fix z-index suggestion bug
  2. Enable user to add links onto their profile

Pre-Demo Release v6.0

06 Apr 17:11
Compare
Choose a tag to compare

Changelog:

  1. Bug fixes
  2. Revamp landing page
  3. Functional matching
  4. Improve security for posting data
  5. Update styling to match general color scheme

Bug Fix v5.1

02 Apr 15:37
Compare
Choose a tag to compare

Changelog:

  1. Major bug fix in routing
  2. Fix edit profile
  3. Enable chat in Firefox
  4. Display attendees on event page
  5. Add link for sign up
  6. Enable pdf images to be displayed

Release v5.0

01 Apr 19:10
Compare
Choose a tag to compare

Changelog:

  1. Fully functional chat
  2. Attendance updates are save in database
  3. Comments are saved and read from database
  4. Search is operational
  5. Refactor database routes
  6. Debug path redirection issue

Release v4.0

25 Mar 18:23
Compare
Choose a tag to compare

Changelog:

  1. Server-side routing completed
  2. Client displays data from current database
  3. Client-side routing supports the following routes:
    1. exhibition/:eventName/:exhibitiionName
    2. event/:eventName
    3. profile/:email
  4. Chat includes conversation tabs with other users
  5. User profile is editable and changes are saved in the database
  6. Links between events and exhibitions are established

Debug v3.1

18 Mar 19:48
Compare
Choose a tag to compare
Debug v3.1 Pre-release
Pre-release

Changelog:

  1. Thumbnail images are smaller
  2. Projects is read from the correct file

Release v3.0

18 Mar 19:43
Compare
Choose a tag to compare
Release v3.0 Pre-release
Pre-release

Changelog:

  1. Reads events from steps database
  2. Enable commenting and tagging
  3. Enable match preview and responsive layout for matches
  4. Refactor database code
  5. Lint client side code
  6. Enable server side routing

Bug-fix Release

12 Mar 06:07
Compare
Choose a tag to compare
Bug-fix Release Pre-release
Pre-release

Changelog:

  1. Authentication bypasses module handler due to bug