Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

83 lines (45 loc) · 2.76 KB

Alfresco Gradle SDK - Changelog

Unreleased

Version 1.2.0 - 2024-08-07

  • #100 Support for Gradle 8

Warning

This release drops support for Gradle versions <7.1 and Java <11

Version 1.1.0 - 2021-08-20

New features

  • #49 alfrescoEnterprise() Gradle repository

Version 1.0.1 - 2020-01-07

Fixed

  • #33 Support Gradle 6.0
  • #23 Do not add empty file-mapping.properties in an amp

Version 1.0.0 - 2019-09-19

Fixed

  • #24 DefaultAmpSourceDirectories uses gradle internal API that is removed in 5.x

This release drops support for gradle versions < 5.1

Version 0.2.1 - 2019-09-03

Fixed

  • #11 Module property where value is of GString type not included in module.properties
  • #13 Made error message when using outdated version of gradle more clear

Version 0.2.0 - 2019-04-23

New features

  • #10: Support for creating multiple amps from different sourceSets

Fixed

  • #8: Configure Amp task file properties with CopySpec

Deprecations

  • ampConfig
  • Some properties of the Amp task

For migration instructions, see UPGRADING.md

This release drops support for gradle versions < 4.10

Version 0.1.5 - 2018-10-31

  • #6 Fix using ampConfig with non-default settings. Other settings set in ampConfig were ignored in favor of the defaults.

Version 0.1.4 - 2018-10-26

  • #4 Add support for dynamic extension AMPs
  • #5 Document support for dynamic extension AMPs

Version 0.1.3 - 2018-10-09

  • #1 Fix defaults of ampConfig configuration to be relative to project directory

Version 0.1.2 - 2018-10-08

  • Add alfrescoProvided dependencies to testImplementation instead of testRuntime
  • Add ampConfig configuration to configure location of module.properties, file-mapping.properties, web and config directories

Version 0.1.1 - 2018-10-08

  • Publishing eu.xenit.alfresco plugin

Version 0.1.0 - 2018-10-08

Initial release after the Alfresco hackathon