Skip to main content

23 posts tagged with "Release"

Official release notes

View All Tags

v3.1.2 Cleaning and repairs

· 2 min read
Fred Hommerson
Programmer at ABCD
Roger C. Guilherme
Librarian and programmer at ABCD

What's Changed

Update for HTML5 part1

· One min read
Fred Hommerson
Programmer at ABCD

What's Changed

Functional: nothing

Full Changelog: https://github.com/ABCD-DEVCOM/ABCD/compare/v3.1.0...v3.1.1

Details

The current generated HTML has obsolete tags/attributes, unclosed tags and many more (small errors). Many of these inconsistencies are hidden/masked/solved by modern browsers so the user is not aware of anomalies. But this is a ticking bomb, so the target is more robust code in HTML5.

Release 2.4.1 Improve update manager and solve small bugs

· One min read
Fred Hommerson
Programmer at ABCD
Roger C. Guilherme
Librarian and programmer at ABCD

What's Changed

Update_manager:

  • Check that php curl extension is loaded.
  • Copy also cgi-bin subfolders ansi and utf8. Set executable permissions on executables
  • Print the log file timestamp in the server timezone (only on linux servers) Version_checker:
  • Moved json file to upgrade folder
  • Corrected repository name (ABCD2->ABCD)

Release 2.3.4 Status 2025-09-17: Update Manager Tool

· One min read
Fred Hommerson
Programmer at ABCD

What's Changed

This update definitively implements the ABCD update system. Now, with this installation, you will see a yellow banner with each release.

The available options are:

  • Partial update: will only update the system, preserving your databases and local settings.
  • Full update: the entire system will be reset, including the model databases. More info in pull request Update manager by @rogercgui in https://github.com/ABCD-DEVCOM/ABCD/pull/567