Releases: salsadigitalauorg/minisite
Releases · salsadigitalauorg/minisite
Drupal 9 readiness!
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.
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
This release fixes asset alias lookup for cases where there are multiple aliases present in the database.
First stable release 🎉 🎉 🎉
No changes since 8.x-1.0-alpha7
.
Support for AJAX in minisites content + fixes
- Added aliases creation in DB for all assets to support direct links to aliased assets:
- Added
filesize
andfilemime
fields for assets table. - Added update hook to update schema
- Added update hook to update existing minisite instances using batch + archive fetching.
- Added
- 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
- 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
- Support for long aliases
- Support for Pathauto module
- More tests
Alias updating when node is updated
8.x-1.0-alpha3 Added support for updating aliases when parent entity updates.
Support for older Drupal versions + CI.
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!
Implemented all main features.