Skip to content

Releases: ucfopen/UDOIT

3.4.0 "Lakeland"

05 Mar 20:48
Compare
Choose a tag to compare

This release is mostly security fixes and catching up to changes with the .env file structure. It also increases the memory limit for the Docker container to 800MB to address memory allocation issues we've seen with some courses.

Download the source code using the links below, or use the Docker image.

What's Changed

Full Changelog: 3.3.2...3.4.0

3.3.2

16 Jun 20:51
65d8c1f
Compare
Choose a tag to compare

Download the source code using the links below, or use the Docker image.

What's Changed

New Contributors

Full Changelog: 3.3.1...3.3.2

3.3.1

19 Dec 20:04
1a4d9f6
Compare
Choose a tag to compare

What's Changed

  • issue/850 Remove platform from docker-compose.yml by @jonespm in #852
  • #854 flatten items from multiple array and merge into one single array by @zqian in #855
  • Add custom ini file with max_execution_time set to 180 by @bagofarms in #858
  • Add more info to content loading message (#861) by @ssciolla in #862
  • Updated phpally to 1.2.1 (fixing an issue with bgcolor attributes) by @dmols in #869
  • Bump moment-timezone from 0.5.33 to 0.5.37 by @dependabot in #845
  • Bump express from 4.17.1 to 4.18.2 by @dependabot in #870
  • Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #868
  • Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #860
  • Change docs to reflect new branch structure. by @bagofarms in #875

New Contributors

Full Changelog: 3.3.0...3.3.1

3.3.0 "Kissimmee"

26 Aug 15:57
6478bce
Compare
Choose a tag to compare

Sorry for the long wait! This release contains some huge quality of life improvements and code cleanup. The biggest improvement is that we now have a working Docker development and production environment! You can use the pre-baked Docker image that includes NGINX, or you can set up your local development environment with NGINX and MySQL by following INSTALL.md. This release also includes a complete Spanish translation. Huge thanks to @emanuelGitCodes and @DanielMolares for their help with the translations!

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

23 Mar 20:59
bdf782d
Compare
Choose a tag to compare

UDOIT Version 3.2.0 "June Park"

This release contains many quality of life changes and bug fixes.

What's Changed

Full Changelog: 3.1.1...3.2.0

3.1.1

16 Nov 22:11
d19ef66
Compare
Choose a tag to compare

This release is in response to #713 . The broken/redirect link checks can cause UDOIT to time out on Heroku if there are many links in a course. They are now disabled by default, but can be re-enabled by changing PHPALLY_EXCLUDED_RULES in the Heroku app settings.

What's Changed

Full Changelog: 3.1.0...3.1.1

v3.1.0

10 Nov 22:46
1702d81
Compare
Choose a tag to compare

UDOIT Version 3.1.0 "Istachatta"

What's Changed

Full Changelog: v3.0.1...3.1.0

v2.8.3

09 Nov 19:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.2...2.8.3

v3.0.1

20 Oct 21:40
399badd
Compare
Choose a tag to compare

UDOIT Version 3.0.1

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

05 Oct 13:52
2356d48
Compare
Choose a tag to compare

UDOIT Version 3.0.0 "Howey-in-the-Hills"

This is the first official open source release of the "Next Generation" UDOIT! It has been completely rewritten from the ground up to make it easier and faster to use. It's also more extensible, so we can more easily add new accessibility checks and other features. Cidi Labs put together a great overview video of UDOIT 3.0.0 that covers all the new features and user interface.

Changes Required for Existing Installations

  • This is a completely new codebase, so doing a fresh install with a brand-new database is required! Follow the instructions in the Readme

Changelog

Features Added

  • Completely new codebase using the Symphony and React frameworks.
  • Support for D2L Brightspace, and the capability to add support for more learning management systems in the future.
  • Incremental scanning. A full scan of the course is only done once, and only content changes are scanned after that, greatly reducing the wait time to start using UDOIT each time you open it.
  • Issue sorting and filtering.
  • Spanish translation. The entire interface has been translated to Spanish, although it may differ from regional dialects of Spanish. Please feel free to open an issue if you find any problems with the translation.