Releases: adobe/aem-guides-wknd
WKND Site - v3.2.0
What's Changed
- Removed invalid IT test checks by @davidjgonzalez in #417
- Multi-origin CORS support by @SachinMali in #416
Full Changelog: aem-guides-wknd-3.1.0...aem-guides-wknd-3.2.0
WKND Site - v3.1.0
What's Changed
- Resolved package dependency in classic all project by @davidjgonzalez in #412
- Upgrade WKND Shared inclusion to v3.1.0 by @davidjgonzalez in #414
Full Changelog: aem-guides-wknd-3.0.0...aem-guides-wknd-3.1.0
WKND Site - v3.0.0
A pre-compiled AEM package is available for easy installation on local environments using CRX Package Manager:
aem-guides-wknd.all-3.0.0.zip
: AEM as a Cloud Service, the default build (contains WKND Shared 3.x.x)aem-guides-wknd.all-3.0.0-classic.zip
: AEM 6.5.13+. This is built with the Maven profileclassic
and uses v6.5.13 of the uber jar. (Contains WKND Shared 2.x.x)aem-guides-wknd.ui.content.sample-3.0.0.zip
: Extended WKND Site-specific sample content (both AEM as a Cloud Service and AEM 6.5.13+)
Changelog
- Incorporate WKND Shared 3.0.0 for AEM as a Cloud Service all package, and WKND Shared 2.2.2 for AEM 6.5/Classic all package.
WKND Site - v2.1.4
A pre-compiled AEM package is available for easy installation on local environments using CRX Package Manager:
aem-guides-wknd.all-2.1.4.zip
: AEM as a Cloud Service, the default buildaem-guides-wknd.all-2.1.4-classic.zip
: AEM 6.5.13+. This is built with the Maven profileclassic
and uses v6.5.13 of the uber jar.aem-guides-wknd.ui.content.sample-2.1.4
: Extended WKND Site-specific sample content.
Changelog
- Incorporating AEM Project Archetype - 39 changes
- Compatible with Dispatcher SDK 2.0.166
- Uses 2.2.2 version of 'wknd-shared project'.
WKND Site - v2.1.2
A pre-compiled AEM package is available for easy installation on local environments using CRX Package Manager:
aem-guides-wknd.all-2.1.2.zip
: AEM as a Cloud Service, the default buildaem-guides-wknd.all-2.1.2-classic.zip
: AEM 6.5.13+. This is built with the Maven profileclassic
and uses v6.5.13 of the uber jar.aem-guides-wknd.ui.content.sample-2.1.2
: Extended WKND Site-specific sample content.
Changelog
- Uses 2.1.2 version of 'wknd-shared project'.
- Leverage wknd-shared project to supply common WKND assets and configurations. (Many asset reference paths updated to
/content/dam/wknd-shared/...
)
WKND Site - v2.1.0
AEM Packages
A pre-compiled AEM package is available for easy installation on local environments using CRX Package Manager:
aem-guides-wknd.all-2.1.0.zip
: AEM as a Cloud Service, the default buildaem-guides-wknd.all-2.1.0-classic.zip
: AEM 6.5.13+. This is built with the Maven profileclassic
and uses v6.5.13 of the uber jar.aem-guides-wknd.ui.content.sample-2.1.0
: Extended WKND Site-specific sample content.
Changelog
- Uses 2.1.0 version of 'wknd-shared project'.
- Leverage wknd-shared project to supply common WKND assets and configurations. (Many asset reference paths updated to
/content/dam/wknd-shared/...
)
WKND Site - v2.0.0
AEM Packages
A pre-compiled AEM package is available for easy installation on local environments using CRX Package Manager:
aem-guides-wknd.all-2.0.0.zip
: AEM as a Cloud Service, the default buildaem-guides-wknd.all-2.2.0-classic.zip
: AEM 6.5.13+. This is built with the Maven profileclassic
and uses v6.5.13 of the uber jar.aem-guides-wknd.ui.content.sample-2.0.0
: Extended WKND Site-specific sample content.
Changelog
- Changed project version to 2.0.0.
- Leverage wknd-shared project to supply common WKND assets and configurations. (Many asset reference paths updated to
/content/dam/wknd-shared/...
) - Changed Core Components 2.19.2
- Improved dispatcher configuration to support CORS
- Updated CORS configurations to support wknd-share GraphQL endpoints
WKND Reference Site - 1.1.0
AEM Packages
A pre-compiled AEM package is available for easy installation on local environments using CRX Package Manager:
aem-guides-wknd.all-1.1.0.zip
: AEM as a Cloud Service, default buildaem-guides-wknd.all-1.1.0-classic.zip
: AEM 6.5.4+, AEM 6.4.8+ This is built with the additional profile classic and uses v6.4.8.1 of the uber jar.
Changelog
- Changed project version to 1.1.0.
- Changed Core Components 2.17.2
- Improved dispatcher and CDN cache-control settings
- Updated aem analyser plugin
- Added GraphQL Integration test
- Removed Social Media XF templates
- Modified clientlib includes to use template policies exclusively
- Update to use Image V3 Core Component
- Updated CORS configurations
WKND Reference Site - 1.0.0
AEM Packages
A pre-compiled AEM package is available for easy installation on local environments using CRX Package Manager:
aem-guides-wknd.all-1.0.0.zip
: AEM as a Cloud Service, default buildaem-guides-wknd.all-1.0.0-classic.zip
: AEM 6.5.4+, AEM 6.4.8+ This is built with the additional profile classic and uses v6.4.4 of the uber jar.
Changelog
- Changed project version to 1.0.0.
- Changed Core Components 2.16.4
- Changed WKND dispatcher configuration to be in sync with Archetype 28 dispatcher project changes
- Changed AEM analyse module from discrete sub-project to
all
project - Changed root WKND website page to use Core Page Component from Foundation Page component
- Added Dispatcher rule for Web Manifest
- Added macOS M1 compatibility (for project build)
- Added WKND specific AEM GraphQL endpoints
- Miscellaneous bug fixes