Skip to content

Releases: salsadigitalauorg/minisite

Drupal 9 readiness!

22 May 09:18
Compare
Choose a tag to compare

Applied a patch for D9 compatibility (majority of the code was already compatible).

Note that there is a helper legacy class LegacyWrapper.php that provides backwards compatibility with Drupal 8.7.x. This class will be removed after 8.7.x EOL (3/6/2020).

Fixed non-existing entity filtering during path lookup.

05 May 09:00
Compare
Choose a tag to compare

Fixed non-existing entity filtering during path lookup.

Some update hooks from other contrib modules could potentially not be able to complete successfully.

Fixed aliases lookup

31 Mar 22:44
Compare
Choose a tag to compare

This release fixes asset alias lookup for cases where there are multiple aliases present in the database.

First stable release 🎉 🎉 🎉

24 Mar 01:56
Compare
Choose a tag to compare

No changes since 8.x-1.0-alpha7.

Support for AJAX in minisites content + fixes

21 Feb 04:50
Compare
Choose a tag to compare
  • Added aliases creation in DB for all assets to support direct links to aliased assets:
    • Added filesize and filemime fields for assets table.
    • Added update hook to update schema
    • Added update hook to update existing minisite instances using batch + archive fetching.
  • Fixed assets not being deleted correctly when removed from the node form + test.
  • Added returning of cache headers when accessing asset.
  • Removed support for entity revisions as it was not implemented correctly.
  • Added tests for Minisite class.

Support for non-document data files in aliases

24 Dec 04:29
Compare
Choose a tag to compare
  • Data files are files that may need to be served from the alias, but not processed by the page processor: json, xml, txt files.
  • Added support for long aliases.
  • Fixed alias matching by full URI with query instead of matching just by path.

Long alias support and Pathauto

09 Dec 12:24
Compare
Choose a tag to compare
  • Support for long aliases
  • Support for Pathauto module
  • More tests

Alias updating when node is updated

06 Dec 05:59
Compare
Choose a tag to compare
8.x-1.0-alpha3

Added support for updating aliases when parent entity updates.

Support for older Drupal versions + CI.

06 Dec 04:48
b4f353e
Compare
Choose a tag to compare

Adds backwards compatibility with Drupal 8.7.x and 2 additional CI jobs to test with this version of Drupal for PHP 7.2 and PHP 7.3.

First alpha release for 8.x!

05 Dec 21:05
6c80287
Compare
Choose a tag to compare

Implemented all main features.