Skip to content

Commit d4ecabf

Browse files
Merge pull request #31 from xenit-eu/release-1.0.0
Prepare release 1.0.0
2 parents 7e77f99 + 07eec81 commit d4ecabf

File tree

3 files changed

+63
-2
lines changed

3 files changed

+63
-2
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Alfresco Gradle SDK - Changelog
2+
3+
## Version 1.0.0 - 2019-09-19
4+
5+
### Fixed
6+
7+
* [#24](https://github.com/xenit-eu/alfresco-gradle-sdk/issues/24) DefaultAmpSourceDirectories uses gradle internal API that is removed in 5.x
8+
9+
**This release drops support for gradle versions < 5.1**
10+
11+
## Version 0.2.1 - 2019-09-03
12+
13+
### Fixed
14+
15+
* [#11](https://github.com/xenit-eu/alfresco-gradle-sdk/issues/11) Module property where value is of GString type not included in module.properties
16+
* [#13](https://github.com/xenit-eu/alfresco-gradle-sdk/issues/13) Made error message when using outdated version of gradle more clear
17+
18+
## Version 0.2.0 - 2019-04-23
19+
20+
### New features
21+
22+
* [#10](https://github.com/xenit-eu/alfresco-gradle-sdk/pull/10): Support for creating multiple amps from different sourceSets
23+
24+
### Fixed
25+
26+
* [#8](https://github.com/xenit-eu/alfresco-gradle-sdk/issues/8): Configure `Amp` task file properties with `CopySpec`
27+
28+
### Deprecations
29+
30+
* `ampConfig`
31+
* Some properties of the `Amp` task
32+
33+
For migration instructions, see [UPGRADING.md](https://github.com/xenit-eu/alfresco-gradle-sdk/blob/0.2.0/UPGRADING.md)
34+
35+
**This release drops support for gradle versions < 4.10**
36+
37+
## Version 0.1.5 - 2018-10-31
38+
39+
* [#6](https://github.com/xenit-eu/alfresco-gradle-sdk/pull/6) Fix using `ampConfig` with non-default settings. Other settings set in ampConfig were ignored in favor of the defaults.
40+
41+
## Version 0.1.4 - 2018-10-26
42+
43+
* [#4](https://github.com/xenit-eu/alfresco-gradle-sdk/pull/4) Add support for dynamic extension AMPs
44+
* [#5](https://github.com/xenit-eu/alfresco-gradle-sdk/pull/5) Document support for dynamic extension AMPs
45+
46+
## Version 0.1.3 - 2018-10-09
47+
48+
* [#1](https://github.com/xenit-eu/alfresco-gradle-sdk/pull/1) Fix defaults of `ampConfig` configuration to be relative to project directory
49+
50+
## Version 0.1.2 - 2018-10-08
51+
52+
* Add `alfrescoProvided` dependencies to `testImplementation` instead of `testRuntime`
53+
* Add `ampConfig` configuration to configure location of module.properties, file-mapping.properties, web and config directories
54+
55+
## Version 0.1.1 - 2018-10-08
56+
57+
* Publishing `eu.xenit.alfresco` plugin
58+
59+
## Version 0.1.0 - 2018-10-08
60+
61+
Initial release after the Alfresco hackathon

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Much additional configuration is possible to tailor the project to your needs.
1313

1414
```groovy
1515
plugins {
16-
id 'eu.xenit.alfresco' version "0.2.0" // Have a look at https://plugins.gradle.org/plugin/eu.xenit.alfresco for the latest version
17-
id 'eu.xenit.amp' version "0.2.0"
16+
id 'eu.xenit.alfresco' version "1.0.0" // Have a look at https://plugins.gradle.org/plugin/eu.xenit.alfresco for the latest version
17+
id 'eu.xenit.amp' version "1.0.0"
1818
}
1919
```
2020

File renamed without changes.

0 commit comments

Comments
 (0)