Skip to main content

Releases

Download official release packages for Tuskfish CMS.

Copyright, all rights reserved.

In this collection

Tuskfish CMS version 1.1 stable

Tuskfish has been substantially refactored to improve its internal structure, and to make it easier to extend. Please note that due to changes in the database schema version 1.1 is not compatible with previous versions.

Changelog:

  • Static methods have been largely eliminated in favour of dependency injection.
  • Some reassignment of methods between classes, to improve compliance with the single responsibility principle.
  • Many methods and variables renamed to better indicate function and make code more self-describing.
  • Variables, properties and database columns have been converted to camel case for consistency.
  • Class and method documentation improved.
  • Restored manual type checking in methods to reinforce the strict types directive.
  • Modularised the structure to facilitate development of discrete expansions.
  • Reverted to Bootstrap-fileinput V4.4.7 due to issues with FontAwesome.

Tuskfish CMS version 1.02 stable

A maintenance release, largely to update third party libraries.

Changelog

  • Fix broken date in RSS feed.
  • Upgrade jQuery to V3.3.1.
  • Upgrade HTMLPurifier to V4.10.0 (PHP 7.2 compatible).
  • Upgrade Fontawesome to V5.0.13.
  • Upgrade TinyMCE to V4.7.13.
  • Upgrade Bootstrap-fileinput to V4.4.8.
  • Upgrade Bootstrap-datepicker to V1.8.

Tuskfish CMS version 1.01 stable

Changelog

  • Fixed error breaking RSS feeds.

Tuskfish CMS version 1.0 stable

The baseline release of the Tuskfish content management system is now available for download. It requires PHP 7.2 or higher, with the sqlite3, PDO, pdo_sqlite, and gd extensions. Please refer to the installation guide and user manual